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

Replace staged input file with original URL #45

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

bentsherman
Copy link
Member

This PR uses nextflow-io/nextflow#5911 to trace staged input files to their original URL.

Before:

{
    "name": "de11525869ad90b98a2d376c4c30a545",
    "description": "WC_SAMPLE (1)",
    "input_list": [
        {
            "uri": "work/stage-5170692d-7ce4-44da-877a-8ed0fc6a9f29/b9/75a58cde91580a079c4fca5d42d70e/read2.fq.gz"
        },
        {
            "uri": "work/stage-5170692d-7ce4-44da-877a-8ed0fc6a9f29/4d/58a16d7add20fdcddcff6bdeea01d5/read1.fq.gz"
        }
    ],
}

After:

{
    "name": "de11525869ad90b98a2d376c4c30a545",
    "description": "WC_SAMPLE (1)",
    "input_list": [
        {
            "uri": "https://openstack.cebitec.uni-bielefeld.de:8080/swift/v1/denbi-mg-course/read2.fq.gz"
        },
        {
            "uri": "https://openstack.cebitec.uni-bielefeld.de:8080/swift/v1/denbi-mg-course/read1.fq.gz"
        }
    ],
}

Signed-off-by: Ben Sherman <bentshermann@gmail.com>
@simleo
Copy link

simleo commented Mar 25, 2025

Does this mean that the plugin will require a minimum Nextflow version to work, and what would that be?

@bentsherman
Copy link
Member Author

If this gets merged, I would release a new plugin version that requires Nextflow 25.04 or newer. So if you use an older version of Nextflow, it will automatically use the current version of nf-prov

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.

2 participants