hcdenbakker / sepia

taxonomic classifier based on the kraken2 algorithms and more
GNU General Public License v3.0
45 stars 3 forks source link

Update on test.sh script and splash screen #15

Closed telatin closed 3 years ago

telatin commented 3 years ago

Sepia build splash screen was missing a description for --index. I initially was confused as -i might look like an input parameter rather than the output.

I updated the test script to allow testing without building if the binary is found, or building only (-b), or cleaning the produced files (-c).

Apologies for a combined PR for both things, but they are minor changes and feel free to reject if not in line.

hcdenbakker commented 3 years ago

Awesome! Very much appreciated.