Skip to content

Commit ec8a5f9

Browse files
committed
Update Snakefile for new release
1 parent 275e0ba commit ec8a5f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workflow/Snakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ from scripts.common import UserMessages, SampleSheet
2222
user_messages = UserMessages()
2323

2424
stag_version = "0.6.0"
25-
singularity_branch_tag = "-develop" # Replace with "-master" before publishing new version
25+
singularity_branch_tag = "-master" # Replace with "-master" before publishing new version
2626

2727
configfile: "config/config.yaml"
2828
report: "report/workflow.rst"

0 commit comments

Comments
 (0)