-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat: implements nextflow_version new parameter for job submission #171
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great implementation! LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall looks good to me. Good job 👍🏼
Added one code quality suggestion that can be implemented before merging and a wider logger improvement that we can explore in a different PR.
Overview
This PR implements the following new features:
--nextflow-version
parameter to select the Nextflow version to execute on CloudOSJira
https://lifebit.atlassian.net/browse/LIF-1124
Acceptance criteria
See: https://lifebit.atlassian.net/wiki/spaces/DEL/pages/1223491604/LIF-1222+CloudOS+CLI+support+for+multiple+nextflow+versions+LP-16142#Proposed-state
Changes
--nextflow-version
:Tests
Using docker image:
Global variables:
Normal workflow default job run
Normal workflow
--nextflow-version=22.10.8
Normal workflow
--nextflow-version=24.04.4
Normal workflow
--nextflow-version=latest
--nextflow-version=wrong.version
System tool default job
System tool
--nextflow-version=24.04.4