Skip to content

Commit

Permalink
fixed false error bug
Browse files Browse the repository at this point in the history
  • Loading branch information
ursky authored Apr 28, 2020
1 parent 9039e25 commit c8aa5b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/metawrap-modules/classify_bins.sh
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,8 @@ if [[ $? -ne 0 ]]; then error "Failed to run taxator. Exiting..."; fi

comm "binning and consolidating classifications for each contig"
sort -k1,1 ${out}/predictions.gff3 | binner -n classification -i genus:0.6 > ${out}/binned_predictions.txt
mv binning.log $out
if [[ $? -ne 0 ]]; then error "Failed to run binner. Exiting..."; fi
mv binning.log $out


comm "pulling out full taxonomy path with taxknife"
Expand Down

0 comments on commit c8aa5b0

Please sign in to comment.