We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 275e0ba commit ec8a5f9Copy full SHA for ec8a5f9
workflow/Snakefile
@@ -22,7 +22,7 @@ from scripts.common import UserMessages, SampleSheet
22
user_messages = UserMessages()
23
24
stag_version = "0.6.0"
25
-singularity_branch_tag = "-develop" # Replace with "-master" before publishing new version
+singularity_branch_tag = "-master" # Replace with "-master" before publishing new version
26
27
configfile: "config/config.yaml"
28
report: "report/workflow.rst"
0 commit comments