-
Notifications
You must be signed in to change notification settings - Fork 749
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
Add db to output meta object for diamond/blastp #7403
base: master
Are you sure you want to change the base?
Add db to output meta object for diamond/blastp #7403
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.
I feel it's becoming too much case-specific. I would keep it as is, and then do this little change in the local copy of the module, and keep track of the changes with "nf-core modules patch". More opinions are welcome for discussion.
The module is perfect for the case when you have one or more fasta files you want to align to one or more databases. You'll have an m x n matrix with results. For the next step to be able to keep track of which entries in an output channel is which combination of fasta file and database, you need to have the |
Ok, I can listen to reason :P |
I know! :-)
Yes, in a moment. |
…nf-core-modules into diamond-blastp-outmeta
It turned out that I don't know how to call a module in nf-tests with actual channels, i.e. not just the single call one does in a However, I realized I had forgotten that it's important that |
PR checklist
Closes #XXX
versions.yml
file.label
nf-core modules test <MODULE> --profile docker
nf-core modules test <MODULE> --profile singularity
nf-core modules test <MODULE> --profile conda
nf-core subworkflows test <SUBWORKFLOW> --profile docker
nf-core subworkflows test <SUBWORKFLOW> --profile singularity
nf-core subworkflows test <SUBWORKFLOW> --profile conda
Sorry for this, @vagkaratzas , but I need to keep track of the combination of fasta file and database so I need the output meta object to contain the id of the database's meta.