Skip to content

Commit

Permalink
fix snakePipes config
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Sep 10, 2024
1 parent d730283 commit 16e04bd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions snakePipes/snakePipes.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,12 @@ def parse_arguments():
"in the workflow-specific yaml files and where conda is installed.",
)

configParser.add_argument(
"--snakemakeProfile",
help="Path to custom snakemake profile file.",
default=defaults["snakemakeProfile"]
)

configParser.add_argument(
"--organismsDir",
help="The directory where global organism YAML files are to be stored. Both "
Expand Down

0 comments on commit 16e04bd

Please sign in to comment.