-
Notifications
You must be signed in to change notification settings - Fork 747
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
Busco #1239
Busco #1239
Conversation
Something that may be of interest: Adding this code snippet may be useful, in combination with a check if the augustus config path from input is not passed as a variable.
|
@mahesh-panchal I am not entirely clear on the changes you suggested. But take a look at the code, I have added them and tested locally. So far it works. |
I'll have a proper look next week. |
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.
Additional comments. Thank you for the effort you're putting into this.
I'll explain what's happening in the docker container above.
|
Hello All, |
If you have the time to address my review comments please do. |
@nvlachos I haven't worked on this lately. It is in the current state and as @mahesh-panchal suggested, if you address his comments, you should pretty much be ready to merge. Another thing to consider is to make updates to bring to the current tools version, this was built using v2.2. |
Hi @jvhagey, I only just saw you were working on this on another pull request. We should merge our efforts. |
Absolutely ! @jvhagey |
This pull request is ready for review aside from the linting error. So let me know what you would like to include. I see you split the outputs, so are you using certain channels downstream? |
@jvhagey Please merge the module if you're happy with it. |
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.
gr8 job! Thanks to all the authors for pushing this module to the finish line 💯
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.
this should fix the linting
Co-authored-by: Sateesh Peri <33637490+sateeshperi@users.noreply.github.com>
Linting was failing due to the comments at the end and not the syntax 1289626 Please push an issue to nf-core tools with a reproducible example so we can fix! |
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.
Just a few edits.
Co-authored-by: Jill V. Hagey, PhD <jvhagey@gmail.com>
Testing with
So out of memory, even though it ran with |
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! Thank you all for your contributions 🥇
🎉 . Thank you everyone ! |
FYI @mahesh-panchal , there is a similar bug report at https://gitlab.com/ezlab/busco/-/issues/555 |
Closes #569
This BUSCO module was written from scratch with nf-core v2.2 template.