-
Notifications
You must be signed in to change notification settings - Fork 43
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 local unicycler module with nf-core module + bump version #150
Conversation
|
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.
test_dfast.config
still contains the unicycler_args = "--no_correct --no_pilon"
, see here, I assume thats the problem why tests fail?
Thanks @d4straub . Wasn't aware of that test file, will fix now! |
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.
Awesome, thanks. I have added a suggestion.
If modules/local/unicycler
is no longer used, please remove it. Additionally, the changelog should be updated adding a reference to this PR.
@Daniel-VM Removed empty unicycler params and updated changelog. Let me know if there is anything else or feel free to directly suggest changes and I will incoporate! |
You can also delete the folder modules/local/unicycler/ since its |
Totally forgot to do this before, so sorry! |
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 🚀
This PR replaces the local unicycler module with the nf-core/module for unicycler. The nf-core module has nf-tests as well as the newest release version. Updating this module.
Closes #145 .
PR checklist
nf-core lint
).nextflow run . -profile test,docker --outdir <OUTDIR>
).CHANGELOG.md
is updated.