ImagoXV / NanoASV

NanoASV official repo
GNU General Public License v3.0
3 stars 0 forks source link

script should test for the presence of required binaries #52

Closed frederic-mahe closed 4 months ago

frederic-mahe commented 6 months ago

for example:

which mafft > /dev/null || \
    { echo "error message" ; exit 1 ; }

Tests should occur early in the script; before any time-consuming computation.

ImagoXV commented 4 months ago

It's done, thank you very much Fred

https://github.com/ImagoXV/NanoASV/commit/3bf4f2081fdc0e2229d6e6df88a6e526ff761a39