...
Code Block |
---|
nextflow run nf-core/rnaseq \
--input index.csv \
--genome GRCm38 \
--aligner star_salmon \
-profile singularity \
-r 3.3 \
-resume |
...
...
Code Block |
---|
nextflow run nf-core/rnaseq \
--input index.csv \
--genome GRCm38 \
--aligner star_salmon \
-profile singularity \
-r 3.3 \
-resume |
...