Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nalcala authored Nov 24, 2020
1 parent d3fca42 commit c3d0e4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Flags are special parameters without value.

`nextflow run IARCbioinfo/fastqc-nf -r v1.1 -profile singularity --input_folder input --output_folder results`

To run the pipeline without singularity just remove "-profile singularity"
To run the pipeline with docker or conda instead of singularity, just replace "-profile singularity" with "-profile docker" or "-profile conda", respectively. To run with your own local installation of softwares, just remove "-profile singularity"

## Output ##

Expand Down

0 comments on commit c3d0e4f

Please sign in to comment.