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
We should be able to add support for Diamond for blastp searches.
TODO
This may make the most sense as a profile to ensure that