Skip to content

Commit

Permalink
Bumping varfish-annotator-cli (#168)
Browse files Browse the repository at this point in the history
Also, passing in pedigree file to annotator.
  • Loading branch information
holtgrewe committed Jul 22, 2022
1 parent 12827c5 commit 4a45389
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@
--db-path {export_config[path_db]} \
--refseq-ser-path {export_config[path_refseq_ser]} \
--ensembl-ser-path {export_config[path_ensembl_ser]} \
--input-ped {snakemake.input.ped} \
\
--input-vcf $TMPDIR/tmp.vcf.gz \
--output-db-info ${{out_db_info%.gz}} \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@
--db-path {export_config[path_db]} \
--refseq-ser-path {export_config[path_refseq_ser]} \
--ensembl-ser-path {export_config[path_ensembl_ser]} \
--input-ped {snakemake.input.ped} \
\
--input-vcf $TMPDIR/tmp.vcf.gz \
--output-db-info ${{out_db_info%.gz}} \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ channels:
dependencies:
- bcftools >=1.9
- htslib >=1.9
- varfish-annotator-cli ==0.21
- varfish-annotator-cli ==0.24
- jq

0 comments on commit 4a45389

Please sign in to comment.