-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8 from johanherman/inject-siswrap-confs
Fetch conf from Hermes and inject into Siswrap
- Loading branch information
Showing
2 changed files
with
67 additions
and
6 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 |
---|---|---|
@@ -0,0 +1,22 @@ | ||
--- | ||
name: parse_siswrap_args | ||
runner_type: python-script | ||
description: Parses siswrap args to json | ||
enabled: true | ||
entry_point: lib/parse_arguments_to_json.py | ||
parameters: | ||
|
||
sisyphus_conf: | ||
default: "" | ||
type: string | ||
description: "String containing the entire config file for Sisyphus (not just a path to it)." | ||
|
||
qc_conf: | ||
default: "" | ||
type: string | ||
description: "String containing the entire QC criteria config file (not just a path to it)." | ||
|
||
runfolder: | ||
default: "" | ||
type: string | ||
description: "Name of the runfolder to process" |
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