Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 1.56 KB

GenesToTranscripts.md

File metadata and controls

33 lines (26 loc) · 1.56 KB

GenesToTranscripts tool help

GenesToTranscripts (2023_03-63-gec44de43)

Converts a text file with gene names to a TSV file with two columns (transcript, gene name).

Best transcript is determined according this order: 'preferred transcript in NGSD', 'MANE select', 'Ensembl canonical', 'longest coding transcript', 'longest transcript'
Relevant transcripts are: 'preferred transcript in NGSD', 'MANE select', 'MANE plus clinical', 'Ensembl canonical' (if none of those exist, the longest coding or longest transcript is used)

Mandatory parameters:
  -mode <enum> Mode: all = all transcripts, best = best transcript, relevant = all relevant transcripts.
               Valid: 'all,best,relevant'

Optional parameters:
  -in <file>   Input TXT file with one gene symbol per line. If unset, reads from STDIN.
               Default value: ''
  -version     Append transcript version to transcript name.
               Default value: 'false'
  -out <file>  Output TSV file. If unset, writes to STDOUT.
               Default value: ''
  -test        Uses the test database instead of on the production database.
               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'.

GenesToTranscripts changelog

GenesToTranscripts 2023_03-63-gec44de43

2023-05-26 First version.

back to ngs-bits