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 Aug 28, 2022
1 parent 7a7b810 commit 84c068a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,12 @@
\
--release {export_config[release]} \
\
--self-test-chr1-only \
--ref-path {snakemake.config[static_data_config][reference][path]} \
--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
3 changes: 2 additions & 1 deletion snappy_wrappers/wrappers/varfish_annotator/environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ channels:
dependencies:
- bcftools >=1.9
- htslib >=1.9
- varfish-annotator-cli ==0.21
- varfish-annotator-cli ==0.25
- openjdk >=8,<9
- jq

0 comments on commit 84c068a

Please sign in to comment.