[go: nahoru, domu]

Skip to content

Commit

Permalink
Changed /bin/env to /usr/bin/env in hashbang
Browse files Browse the repository at this point in the history
  • Loading branch information
cmks committed Jun 12, 2019
1 parent 98f73bb commit c56a78a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DAS_Tool
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/env bash
#!/usr/bin/env bash

# DAS Tool for genome-resolved metagenomics
# by Christian MK Sieber (csieber@lbl.gov)
Expand Down Expand Up @@ -391,7 +391,7 @@ if [ ! -f $bscg ] || [ ! -f $ascg ] || [ $(wc -l < $bscg) -eq 0 ] || [ $(wc -l <
else
ruby $DIR\/src/scg_blank_$search_engine\.rb $search_engine $proteins $db_dir\/arc.all.faa $db_dir\/arc.scg.faa $db_dir\/arc.scg.lookup $threads > /dev/null 2>&1
fi

mv $proteins\.scg $ascg
rm $proteins\.findSCG.b6 $proteins\.scg.candidates.faa $proteins\.all.b6
else
Expand Down

0 comments on commit c56a78a

Please sign in to comment.