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

Add property to set alias for dependencies #183

Merged
merged 9 commits into from
Jan 29, 2024
Merged

Conversation

lukfor
Copy link
Collaborator

@lukfor lukfor commented Jan 27, 2024

This PR adds the parameter alias to the run method to define the alias for dependencies. This address issue #139

Example:

run("GENERATE_DATA", alias: "LUKAS") {
    script "./generate_data.nf"
    process {
        """
        input[0] = "nf-core"
        """
    }
}

@lukfor lukfor merged commit 18f5394 into main Jan 29, 2024
12 checks passed
@lukfor lukfor deleted the features/dependencies-alias branch January 29, 2024 12:07
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.

1 participant