-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -83,12 +83,11 @@ class Vep( | |
.setExecutable(args.executable) | ||
.add("--format") | ||
.add("vcf") | ||
.add("--vcf") | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
dmaziec
Author
Owner
|
||
.add("--output_file") | ||
.add("STDOUT") | ||
.add("--vcf_info_field") | ||
.add("ANN") | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
dmaziec
Author
Owner
|
||
.add("--terms") | ||
.add("so") | ||
.add("SO") | ||
This comment has been minimized.
Sorry, something went wrong.
heuermh
|
||
.add("--no_stats") | ||
.add("--offline") | ||
.add("--dir_cache") | ||
|
Are both
--format vcf
and--vcf
required?