These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
### Prerequisites
To run nextflow on you computer you need to have java (>= 1.8) installed.
```sh
java --version
```
To be able to easily test tools already implemented for nextflow on your computer (`src/nf_modules/` to see their list). You need to have docker installed.
```sh
docker run hello-world
```
### Installing
To install nextflow on you computer simply run the following command:
```sh
src/install_nextflow.sh
```
Then to initialize a given tools run the following command:
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
### Prerequisites
To run nextflow on you computer you need to have java (>= 1.8) installed.
```sh
java --version
```
To be able to easily test tools already implemented for nextflow on your computer (`src/nf_modules/` to see their list). You need to have docker installed.
```sh
docker run hello-world
```
### Installing
To install nextflow on you computer simply run the following command:
```sh
src/install_nextflow.sh
```
Then to initialize a given tools run the following command: