Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
BICF
Astrocyte
cellranger_mkfastq
Commits
90113900
Commit
90113900
authored
Jun 20, 2020
by
Gervaise Henry
🤠
Browse files
Fix pipelineVersion var passing
parent
d97d4daa
Pipeline
#7327
failed with stages
in 11 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
workflow/main.nf
View file @
90113900
...
...
@@ -102,7 +102,7 @@ process checkDesignFile {
python3 check_design.py -d \${noSpaceDesign}
bash versions_python.sh > version_python.txt
echo "${workflow.nextflow.version}" > version_nextflow.txt
echo "${pipelineVersion" > version_pipeline.txt
echo "${pipelineVersion
}
" > version_pipeline.txt
"""
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment