Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
holtgrewe committed Jun 14, 2024
1 parent 2697370 commit 0ec4a4c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion rules/output/worker/clinvar.smk
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ rule annos_strucvar_clinvar_convert:
clinvar_release=RE_VERSION,
shell:
r"""
varfish-server-worker db to-bin \
varfish-server-worker strucvars txt-to-bin \
--input-type clinvar-sv \
--path-input {input.tsv} \
--path-output {output.bin}
Expand Down
2 changes: 1 addition & 1 deletion rules/output/worker/genes_regions.smk
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ rule genes_regions_worker_convert:
shell:
r"""
varfish-server-worker \
db to-bin \
strucvars txt-to-bin \
--input-type gene-region \
--path-input {input.bed} \
--path-output {output.bin}
Expand Down
2 changes: 1 addition & 1 deletion rules/output/worker/hgnc.smk
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ rule output_hgnc_xlink_binary:
exit 1
fi
varfish-server-worker db to-bin \
varfish-server-worker strucvars txt-to-bin \
--input-type xlink \
--path-input {input.tsv} \
--path-output {output.bin}
Expand Down
4 changes: 2 additions & 2 deletions rules/output/worker/masked.smk
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ rule output_masked_repeat:
version=RE_VERSION,
shell:
r"""
varfish-server-worker db to-bin \
varfish-server-worker strucvars txt-to-bin \
--input-type masked-region \
--path-input {input} \
--path-output {output.bin}
Expand Down Expand Up @@ -41,7 +41,7 @@ rule output_masked_segdup:
version=RE_VERSION,
shell:
r"""
varfish-server-worker db to-bin \
varfish-server-worker strucvars txt-to-bin \
--input-type masked-region \
--path-input {input} \
--path-output {output.bin}
Expand Down

0 comments on commit 0ec4a4c

Please sign in to comment.