RnaQC (2022_07-37-g22d4e20c)
Calculates QC metrics for RNA samples.
Mandatory parameters:
-bam <file> Input BAM/CRAM file.
Optional parameters:
-housekeeping_genes <file> BED file containing the exon region of housekeeping genes.
Default value: ''
-out <file> Output qcML file. If unset, writes to STDOUT.
Default value: ''
-splicing <file> TSV file containing spliced reads by gene.
Default value: ''
-expression <file> TSV file containing RNA expression.
Default value: ''
-ref <file> Reference genome FASTA file. If unset 'reference_genome' from the 'settings.ini' file is used.
Default value: ''
-min_mapq <int> Set minimal mapping quality (default:0)
Default value: '1'
-txt Writes TXT format instead of qcML.
Default value: 'false'
Special parameters:
--help Shows this help and exits.
--version Prints version and exits.
--changelog Prints changeloge and exits.
--tdx Writes a Tool Definition Xml file. The file name is the application name with the suffix '.tdx'.
RnaQC 2022_07-37-g22d4e20c
2022-07-12 Made housekeeping genes optional.
2022-05-12 Changed TPM cutoffs.
2022-04-27 Initial version.