aindj / k-SLAM

k-SLAM ultra fast alignment and taxonomic classification of metagenomic datasets
GNU General Public License v3.0
23 stars 5 forks source link

No help on install_slam.sh #5

Closed tseemann closed 7 years ago

tseemann commented 8 years ago

If no params provided perhaps give a help message.

% ./install_slam.sh

mkdir: missing operand
Try 'mkdir --help' for more information.

It's good you used set -e to die on this error - consider using set -u too, so that undefined variables will be caught.