Pipeline Overview: https://pilm-bioinformatics.github.io/pipelines-nf-rnaseq/output.html
main.nf
filenextflow.config
and all the files in the conf
folder.Some parameters that have an important impact to the computer resources requirements and time execution.
--pseudo_aligner salmon
: to run best practices for gene/transcript quantification--singleEnd
: in case of not being paired dataset--aligner hisat2
: to reduce the resources during alignment (if salmon is on)--skipGenebodyCoverage
: long process that gives the same information than Qualimap--skipDupRadar
: long process that gives similar information than Qualimap--skipPreseq
: long process that gives similar information than Qualimap--skipRseQC
: long process that gives similar information than QualimapAll parameters are defined at nextflow.config