Skip to content

Commit

Permalink
Remove GIAB annotation parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
jpfeil committed Jul 2, 2016
1 parent 16bdfaf commit b8bcde7
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions src/toil_scripts/gatk_germline/germline.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,17 +181,10 @@ def gatk_haplotype_caller(job, bam_id, bai_id, config):
'-variant_index_parameter', '128000',
'--genotyping_mode', 'Discovery',
'--emitRefConfidence', 'GVCF',
'--annotation', 'LowMQ',
'--annotation', 'Coverage',
'--annotation', 'QualByDepth',
'--annotation', 'FisherStrand',
'--annotation', 'HomopolymerRun',
'--annotation', 'StrandOddsRatio',
'--annotation', 'DepthPerSampleHC',
'--annotation', 'RMSMappingQuality',
'--annotation', 'ReadPosRankSumTest',
'--annotation', 'ClippingRankSumTest',
'--annotation', 'BaseQualityRankSumTest']
'--annotation', 'FisherStrand',
'--annotation', 'ReadPosRankSumTest']

if config['unsafe_mode']:
command = ['-U', 'ALLOW_SEQ_DICT_INCOMPATIBILITY'] + command
Expand Down

0 comments on commit b8bcde7

Please sign in to comment.