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 withstringtie
orflair
or both, depending on the config optiontranscriptome.methods
. When additionally, theqc
step is defined, a detailed classification report of the transcripts is generated with SQANTI3. Additionally a comparison to the reference annotation is created withgffcompare
expression
: Expression tables are created on multiple levels.Featurecount
is used to create a gene expression table for each sample. If additionally, the steptranscriptome
is selected, theflair quantify
module is used to create an count matrix containing all samples defined in the metadata filereads_manifest.tsv
with reference to the transcriptome generated byflair
for each individual sample. When thestringtie
method is selected, in a first step, a consensus transcriptome is generated withstringtie merge
which is then used as reference for quantification of all samples usingsalmon quant
. The joined count table is available inisoform_counts/merged_counts_stringtie.tsv