SGSeq

Note

SGSeq is an R package. Therefore our ENTRYPOINT.sh script for SGSeq calls an R script to run the tool. The parameters listed here are the parameters given to the R script.

Parameters

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

--gtf

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

--gtf $gtf
--path_to_bam

Name of bamfile.

--path_to_bam $controlfolder/*filename*.bam
--out

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.

--out $outdir
--cores

Number of threads to be used during the computation

--cores $ncores