Skip to content

Commit 6323744

Browse files
Add 2 arguments (gnomadGenome and gnomadExome) to customize gnomAD output
1 parent 1bd8239 commit 6323744

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,8 @@ Command line to use Captain ACHAB
201201
--poorCoverageFile <poor Coverage File (it will annotate OMIM genes if present in 4th column -requires OMIM genemap2 File- and create an excel file )>
202202
--genemap2File <OMIM genemap2 file (it will help to annotate OMIM genes in poor coverage file )>
203203
--skipCaseWT (only if trio mode is activated, it will skip variant if case genotype is 0/0 )
204+
--gnomadGenome <comma separated list of gnomad genome annotation fields that will be displayed as gnomAD comments. First field of the list will be filtered regarding to popFreqThr argument, and it will be considered as column name, but it must be different from the exome one. (default fields are hard-coded gnomAD_genome_ALL like) >
205+
--gnomadExome <comma separated list of gnomad exome annotation fields that will be displayed as gnomAD comments. First field of the list will be treated as column name, but it must be different from the genome one. (default fields are hard-coded gnomAD_exome_ALL like) >
204206
--hideACMG (ACMG tab will be empty but information will be reported in the gene comment)
205207
--help (print this command usage)
206208

0 commit comments

Comments
 (0)