Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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

...