Skip to content

Commit

Permalink
revert --format change
Browse files Browse the repository at this point in the history
  • Loading branch information
heuermh committed Oct 26, 2020
1 parent 867eda6 commit 1dfdfc1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/src/main/scala/org/bdgenomics/cannoli/Vep.scala
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ class Vep(

val builder = CommandBuilders.create(args.useDocker, args.useSingularity)
.setExecutable(args.executable)
.add("--format")
.add("vcf")
.add("--output_file")
.add("STDOUT")
.add("--vcf")
Expand Down

0 comments on commit 1dfdfc1

Please sign in to comment.