-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: 355 wgs svcnv export external are also affected by changes in th…
…e wrapper for varfish annotator (#356)
- Loading branch information
1 parent
e50d4d4
commit a660bda
Showing
5 changed files
with
416 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,8 @@ | |
__author__ = "Manuel Holtgrewe <[email protected]>" | ||
|
||
# Get shortcut to configuration of varfish_export step | ||
export_config = snakemake.config["step_config"]["varfish_export"] | ||
step_name = snakemake.params.args["step_name"] | ||
export_config = snakemake.config["step_config"][step_name] | ||
# Get shortcut to "fix_manta_invs.py" postprocessing script | ||
fix_manta_invs = os.path.join( | ||
os.path.dirname(__file__), | ||
|
Oops, something went wrong.