-
Notifications
You must be signed in to change notification settings - Fork 4
Add support for Diamond #1
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
We should be able to add support for Diamond for blastp searches.
TODO
- add params.diamond
- add if statement if (params.diamond == true) {}
- Will need to modify existing if statement for --genome (makeblastdb to diamond makedb)
- and make another if statement to run the diamond blastp (if diamond then app = blastp)
This may make the most sense as a profile to ensure that
- app = blastp
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request