There are three different endpoints for individual parts of the cDNA analysis which should defined as steps in the config file:
cdna: This step only runs the read classification with pychopper and splice aware mappingtranscriptome: This step runs the isoform analysis withstringtieorflairor both, depending on the config optiontranscriptome.methods. When additionally, theqcstep is defined, a detailed classification report of the transcripts is generated with SQANTI3. Additionally a comparison to the reference annotation is created withgffcompareexpression: Expression tables are created on multiple levels.Featurecountis used to create a gene expression table for each sample. If additionally, the steptranscriptomeis selected, theflair quantifymodule is used to create an count matrix containing all samples defined in the metadata filereads_manifest.tsvwith reference to the transcriptome generated byflairfor each individual sample. When thestringtiemethod is selected, in a first step, a consensus transcriptome is generated withstringtie mergewhich is then used as reference for quantification of all samples usingsalmon quant. The joined count table is available inisoform_counts/merged_counts_stringtie.tsv
