container | absolute path of singularity container file `obitools.simg` | [singularity](https://singularity.lbl.gov/) | every rules need this container to work | /workdir/obitools.simg | absolute path of `simg` file
container | absolute path of singularity container file `obitools.simg` | [singularity](https://singularity.lbl.gov/) | every rules need this container to work | /workdir/obitools.simg | absolute path of `simg` file
fastqFolderPath | absolute path of a folder which contains pairend-end raw reads `.fastq.gz` files and the sample description `.dat` files. | [illuminapairedend](https://pythonhosted.org/OBITools/scripts/illuminapairedend.html?highlight=illumina#module-illuminapairedend), [ngsfilter](https://pythonhosted.org/OBITools/scripts/ngsfilter.html) | illuminapairedend, assign_sequences | /workdir/edna_miseq_rawdata/ | absolute path of a folder
fastqFolderPath | absolute path of a folder which contains pairend-end raw reads `.fastq.gz` files and the sample description `.dat` files. | [illuminapairedend](https://pythonhosted.org/OBITools/scripts/illuminapairedend.html?highlight=illumina#module-illuminapairedend), [ngsfilter](https://pythonhosted.org/OBITools/scripts/ngsfilter.html) | illuminapairedend, assign_sequences | /workdir/edna_miseq_rawdata/ | absolute path of a folder
...
@@ -162,15 +165,65 @@ fasta | absolute path to the fasta file of the reference database | [ecotag](htt
...
@@ -162,15 +165,65 @@ fasta | absolute path to the fasta file of the reference database | [ecotag](htt
order of arguments is important : 1) path to the folder which contains paired-end raw reads files and sample description file 2) path to the folder which contains reference database files 3) number of available cores (here for instance 16 cores)
that's it ! The workflow is running and crunching your data. Look for the log folder output folder after the workflow is finished. See [Results](#5-results) section.
with `CORES` the number of available cores to apply parallelization on the workflow.
that's it ! The workflow is running and crunching your data. Look for the [99-log](99-log) folder output folder after the workflow is finished. See [Results](#4-results) section.
## 3.4 Run the workflow step by step
## 3.4 Run the workflow step by step
run the workflow step by step : open the file [main.sh](main.sh) to see details
Open the file [main.sh](main.sh) to see details:
### 3.4.1 Merge paired-end sequences and demultiplexing