Skip to content
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

DEVEX-2461 Noble in NF pipelines by default #1435

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Conversation

mhrvol
Copy link
Collaborator

@mhrvol mhrvol commented Feb 6, 2025

Changed default ubuntu version for NF applets to 24.04, also refactored the way extra args are handled

if build_project_id is None:
parser.error(
"Can't create an applet without specifying a destination project; please use the -d/--destination flag to explicitly specify a project")

nf_builder_job = dxpy.DXApp(name=get_importer_name()).run(app_input=input_hash, project=build_project_id,
nf_builder_job = dxpy.DXApplet("applet-GyXBgzj01xy03BB454gXJxP8").run(applet_input=input_hash, project=build_project_id,
Copy link
Collaborator Author

@mhrvol mhrvol Feb 6, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will be changed back to the NPI after we release it (NPI), however for testing I needed to change it to my applet.

Note that NPI release does not break anything, however if we release dx-toolkit without NPI, it will break dx-toolkit.

Copy link
Collaborator

@wormsik wormsik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

just a few minor suggestions, otherwise LGTM...leaving approval after the NPI app is released...

src/python/dxpy/nextflow/nextflow_utils.py Outdated Show resolved Hide resolved
src/python/test/test_nextflow.py Outdated Show resolved Hide resolved
src/python/dxpy/nextflow/nextflow_utils.py Outdated Show resolved Hide resolved
Copy link
Collaborator

@jsitarova-dnanexus jsitarova-dnanexus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LG

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants