Versions Compared

Key

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

...

We will rerun the same smrnaseq test pipeline on the command line but adding a new parameter which specifies the name of the multiqc report to “smrnaseq_multiqc_report.html”. Important, rerun using the option -resume so it uses the cached results. We will cover this in the next section.

Code Block
cd ~$HOME/workshop/2024-2/session3/smrnaseq_cl
nextflow run nf-corefile:///work/training/smrnaseq -profile test,singularity --outdir results -r 2.3.1 -resume --multiqc_title smrnaseq

...