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

Port nextflow pipelines to DSL2 language. #26

Merged
merged 11 commits into from
Jan 5, 2024
Merged

Port nextflow pipelines to DSL2 language. #26

merged 11 commits into from
Jan 5, 2024

Conversation

njohner
Copy link
Contributor

@njohner njohner commented Dec 28, 2023

With this PR we port the nextflow pipelines to the DSL2 language. To avoid braking anything I've also added a series of unitests for the pipelines.

Setting values for a path channel is not allowed. We could
probably mount empty files instead, but it is not necessary, we
can simply chain the load statements by conditionnally overwriting
always the same variable "db". This is much cleaner and easier to
read.
Instead of having if conditions repeated several times in the
pipeline we group the processes corresponding to a given option.
@njohner njohner marked this pull request as ready for review December 29, 2023 08:49
@njohner
Copy link
Contributor Author

njohner commented Jan 5, 2024

I'll start merging my PRs, because I have 5 stacked on top of each other, so I anyway don't want to rebase everything. You guys can still have a look and make comments if you want and I can include the changes in an upcoming PR.

@njohner njohner merged commit 7412d0c into master Jan 5, 2024
@njohner njohner deleted the nj/testing branch January 5, 2024 08:09
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