Example workflow run
An example workflow for RNA-seq data from an experiment can look like this:
- Run the pipeline with
--qc_only
with default params to check the quality of your reads.
- Run the pipeline with
qc_only
and any custom parameters that you have decided to use based on your data. Useresume
to avoid unnecessarily rerunning unchanged steps.
- Once you are happy with the quality of your reads, run the pipeline without
qc_only
to proceed to transcriptome assembly. If you have a lot of samples, you may wish to only include one replicate per condition in the samplesheet for assembly, as this may be quicker to run. This command also runs transcriptome quality assessment steps and quantification.
- If you created the transcriptome assembly with only one replicate per condition, you can now run the pipeline with the full samplesheet. Provide a path to
--transcript_fasta
and use--skip_assembly
to quantify the expression of all samples. If you used a samplesheet with all samples in step 3, this step is not needed.