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
038271af
Commit
038271af
authored
Jun 20, 2020
by
Gervaise Henry
🤠
Browse files
Add back pipeline and nextflow version to version collection
parent
4506e711
Pipeline
#7323
failed with stages
in 9 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
workflow/scripts/generate_versions.py
View file @
038271af
...
...
@@ -26,8 +26,8 @@ logger.propagate = False
logger
.
setLevel
(
logging
.
INFO
)
SOFTWARE_REGEX
=
{
#
'Pipeline': ['version_pipeline.txt', r"(\S+)"],
#
'Nextflow': ['version_nextflow.txt', r"(\S+)"],
'Pipeline'
:
[
'version_pipeline.txt'
,
r
"(\S+)"
],
'Nextflow'
:
[
'version_nextflow.txt'
,
r
"(\S+)"
],
'python'
:
[
'version_python.txt'
,
r
"(\S+)"
],
'pigz'
:
[
'version_pigz.txt'
,
r
"(\S+)"
],
'cellranger'
:
[
'version_cellranger.txt'
,
r
"(\S+)"
],
...
...
@@ -116,4 +116,4 @@ def main():
if
__name__
==
'__main__'
:
main
()
\ No newline at end of file
main
()
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