-
Notifications
You must be signed in to change notification settings - Fork 11
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
Issue 168 deal properly with download of data #191
Issue 168 deal properly with download of data #191
Conversation
…wnloads if a database is present and complete locally
Hello and well done! @tfalkarkea If you look in PR #190 you can see what we proposed. Eukulele_search is able to check the presence of the directory and the files by its own so we can skip the checks that you improved in the subworkflow. What I will suggest are two options:
Thanks a lot for your contribution! |
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.
See previous comment.
|
Hi @tfalkarkea since you have not time to contribute, I took the lead and clear the PR so we can merge it. I decided to go for the second option and I removed the two-steps module for eukulele. Thanks for you help, we really appreciate it 🤩. We will try to find a way to test the pipeline on Tower in a second moment (probably in two weeks at the hackathon!). Cheers! |
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
nextflow run . -profile test,docker --outdir <OUTDIR>
).docs/usage.md
is updated.README.md
is updated (including new tool citations and authors/contributors).Adjusted three subworkflows (Eggnog, EUKulele, Kofam) to not download databases when a valid database is provided by the user with command line arguments. Documentation updated to indicate this ability. Working off of this issue: #168