generated from snakemake-workflows/snakemake-workflow-template
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: use latest datavzrd wrapper, integrating templating of config, t…
…hereby avoiding leaks of local storage paths into datavzrd config (#74) * fix: group render and report rules together in order to avoid leaks of local storage paths into datavzrd config Otherwise, the consuming rule can fail on certain systems where local storage paths are job specific * fix: snakefmt * use latest wrapper, omitting the grouping stuff entirely * use yte --------- Co-authored-by: Famke Bäuerle <[email protected]>
- Loading branch information
1 parent
65930c5
commit 40a64ed
Showing
3 changed files
with
14 additions
and
35 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
__use_yte__: true | ||
|
||
__definitions__: | ||
- import os | ||
- import pandas as pd | ||
|
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