SplAdder

Note

SplAdder can be used to calculate differential splicing as well as only alternative-splicing events. If you want to perform differential analysis set differential=1 in the /scripts/asevent_config.sh config file.Otherwise set differential=0.

Parameters

These are the default parameters set in the src/spladder/ENTRYPOINT.sh script. If you want to change it you can do this in the ENTRYPOINT script directly. Please refer to the SplAdder manual.

-b

Name of bamfile.

-b $controlfolder/*filename*.bam
-o

Output directory. The output will be separated into case and control folder based on the basefolder of the according bam file. If you are running the DICAST pipeline to compare different mapping tools this will include the name of the mapping tool of the used bam file.

-o $outdir
-a

The path to the gene annotation file in GTF format for annotation of fusion junctions.

-a $gtf
--parallel

Number of threads to be used during the computation

--parallel $ncores
-n

Length of reads.

-n $read_length
--output-txt-conf

Output in txt format.