- Nextflow
- Docker
NOTE If you plan to setup a basic server, then you can refer minimal-nextflow-setup
nextflow run https://github.com/nextflow-hub/multiqc
fastqcResultsDir
By default, the location of fastqc results is assumed to be results/fastqc
nextflow run https://github.com/nextflow-hub/multiqc --fastqcResultsDir /path/to/custom/fastqcResultsDir
resultsDir
By default, it stores the result files locally inside the results directory.
nextflow run https://github.com/nextflow-hub/multiqc --resultsDir /path/to/custom/resultsDir
saveMode
By default, the pipeline publishes the results in the resultsDir by copying the relevant output.
You can update this behavior by simply specifying the alternative such as move or link etc.
nextflow run https://github.com/nextflow-hub/multiqc --saveMode move
For more information please refer Nextflow documentation
The sole purpose of process wrappers in nextflow-hub is to keep the code small, clean and hackable with some basic knowledge of nextflow scripting.
If you have specific requirements, you are encouraged to fork/clone and update your version to accomodate your needs.
Contribution, in all forms, is most welcome!