Skip to content

Commit

Permalink
fix: fix to snappy varfish-upload (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
holtgrewe authored Mar 9, 2023
1 parent 6284db9 commit dfebe77
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cubi_tk/snappy/varfish_upload.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"wgs_cnv_export_external",
"wgs_sv_export",
"wgs_sv_export_external",
"varfish_export",
)

#: The extensions that we are looking for.
Expand All @@ -37,6 +38,7 @@
"bwa.gcnv",
"bwa.popdel",
"bwa.xhmm",
"bwa_mem2.varfish_",
"minimap2.sniffles2",
"write_pedigree",
)
Expand Down Expand Up @@ -264,6 +266,7 @@ def _process_dataset(self, ds: DataSet):
# Perform call to varfish import.
args = [
"varfish-cli",
"--no-verify-ssl",
"--verbose",
"case",
"create-import-info",
Expand Down

0 comments on commit dfebe77

Please sign in to comment.