-
Notifications
You must be signed in to change notification settings - Fork 192
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
Fix Issue #1613 #1618
Fix Issue #1613 #1618
Conversation
Codecov Report
@@ Coverage Diff @@
## dev #1618 +/- ##
=======================================
Coverage 64.68% 64.68%
=======================================
Files 54 54
Lines 6281 6281
=======================================
Hits 4063 4063
Misses 2218 2218
Continue to review full report at Codecov.
|
Co-authored-by: Fabian Egli <[email protected]>
I wonder how Nextflow parses version numbers. There might be a possibility to harmonize that. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
PR checklist
Fixing #1613
Update the regexp to accept any characters except numbers, dot and dash before number version.
CHANGELOG.md
is updated