Skip to content

Commit

Permalink
Remove deprecated --genomicsdb-use-vcf-codec option.
Browse files Browse the repository at this point in the history
See #3263 for discussion. Thanks to @amizeranschi for the heads up.
  • Loading branch information
roryk committed Sep 21, 2020
1 parent 4ebb624 commit 8de9939
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
## 1.2.4 (in progress)
- Remove deprecated `--genomicsdb-use-vcf-codec` option as this is now the default.
- Add bismark output to MultiQC.
- Fix PS genotype field from octopus to have the correct type.
- Edit VarDict headers to report VCFv4.2, since htsjdk does not fully support VCFv4.3 yet.
Expand Down
1 change: 0 additions & 1 deletion bcbio/variation/gatkjoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ def _run_genotype_gvcfs_genomicsdb(genomics_db, region, out_file, data):
params = ["-T", "GenotypeGVCFs",
"--variant", "gendb://%s" % genomics_db,
"-R", dd.get_ref_file(data),
"--genomicsdb-use-vcf-codec",
"--output", tx_out_file,
"-L", bamprep.region_to_gatk(region)]
params += ["-ploidy", str(ploidy.get_ploidy([data], region))]
Expand Down

0 comments on commit 8de9939

Please sign in to comment.