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 support for Nextflow version 22.03.0-edge and later #43

Merged
merged 8 commits into from
Jul 13, 2022

Conversation

Cecilia-Sensalari
Copy link
Collaborator

@Cecilia-Sensalari Cecilia-Sensalari commented Jul 13, 2022

This PR addresses compatibility issues with Nextflow. ksrates's Nextflow pipeline (main.nf) is written in DSL1 syntax, but Nextflow version 22.03.0-edge and later are using DSL2 as default. Eventually Nextflow version 22.10.x will be the last one still supporting DSL1.

This PR prepares for ksrates release v.1.1.3 by requiring Nextflow to use DSL1 as syntax in main.nf so that it can be launched also from 22.03.0-edge until 22.10.x included. Documentation is updated concerning this compatibility issue.

This will close #39.

@Cecilia-Sensalari Cecilia-Sensalari changed the title Adding support for Nexflow version xxx a Add support for Nextflow version 22.03.0-edge and later Jul 13, 2022
@Cecilia-Sensalari Cecilia-Sensalari linked an issue Jul 13, 2022 that may be closed by this pull request
@Cecilia-Sensalari Cecilia-Sensalari merged commit fd25a7b into master Jul 13, 2022
@Cecilia-Sensalari Cecilia-Sensalari deleted the nextflow_update branch July 13, 2022 13:16
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.

Incompatibility with recent Nextflow version
1 participant