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

hard-coded path in install_slam_new_db.sh #7

Closed fbreitwieser closed 7 years ago

fbreitwieser commented 7 years ago

Thanks for this program! I'm trying to build the current RefSeq databases with k-SLAM. install_slam_new_db.sh stops with errors, though, due to hard-coded paths:

...
Creating taxonomy database
sw/kslam/install_slam_new_db.sh: line 118: /scratch/da1108/SLAM_SW/Debug/SLAM: No such file or directory
Creating sequence database
sw/kslam/install_slam_new_db.sh: line 124: /scratch/da1108/SLAM_SW/Debug/SLAM: No such file or directory
aindj commented 7 years ago

oops, fixed

fbreitwieser commented 7 years ago

Great, thanks, works now!