-
Notifications
You must be signed in to change notification settings - Fork 950
rpsblast module and test #9577
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
rpsblast module and test #9577
Conversation
vagkaratzas
left a comment
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.
Nice, left some comments!
| documentation: https://blast.ncbi.nlm.nih.gov/Blast.cgi?CMD=Web&PAGE_TYPE=Blastdocs | ||
| doi: 10.1016/S0022-2836(05)80360-2 | ||
| licence: ["US-Government-Work"] | ||
| identifier: "" |
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.
I guess you can add the blast identifier here, since rpsblast is shipped with the main blast container, correct?
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.
I got the message from nf-core that the blast identifier couldn't be found during the module creation. I have checked the other nf-core modules for blast and any of them have identifier. Where else can I check?
Co-authored-by: Evangelos Karatzas <32259775+vagkaratzas@users.noreply.github.com>
vagkaratzas
left a comment
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.
Some missed things
| script "../../../wget/main.nf" | ||
| process { | ||
| """ | ||
| input[0] = [ [id:'smart'], "https://ftp.ncbi.nih.gov/pub/mmdb/cdd/little_endian/Smart_LE.tar.gz" ] |
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.
Add a comment with expected file size to be downloaded maybe?
|
Awesome! In approval state now, but waiting for the new download module to replace |
|
I am closing this PR as we decided to change strategy after discussion with the nf-core community. The new approach is creating an nf-core module for local-cd-search instead of the rpsblast and cdddownloader. The corresponding branches will be removed and issue 9574 will be updated accordingly. |
nf-core/modules pull request
This is a brand new module for rpsblast, a BLAST application that searches a protein query against the conserved domain database (CDD).
PR checklist
Reported in issue #
labelnf-core modules test <MODULE> --profile docker