Skip to content

Commit

Permalink
corrected the improper use of uninitialized sabutan environemnt variable
Browse files Browse the repository at this point in the history
  • Loading branch information
rsharris committed Apr 3, 2018
1 parent ae4fc10 commit cc83af0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/order_query_results.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ cat temp.${sabutanOutput}.leaf_to_queries \
#
cat ${queryFiles} \
| python ${thisScriptDir}/pluck_from_fasta.py --sequences=${queries} \
| ${sabutan} query \
| sabutan query \
--tree=temp.${sabutanOutput}.${leaf}.sbt --threshold=${specificity} \
--countallkmerhits \
| awk '/^[*]/ { }
Expand Down
2 changes: 1 addition & 1 deletion scripts/order_query_results_workaround.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ cat temp.${tempFileId}.leaf_to_queries \
#
cat ${queryFiles} \
| python ${thisScriptDir}/pluck_from_fasta.py --sequences=${queries} \
| ${sabutan} query \
| sabutan query \
--tree=temp.${tempFileId}.${leaf}.sbt --threshold=${specificity} \
--countallkmerhits \
| awk '/^[*]/ { }
Expand Down

0 comments on commit cc83af0

Please sign in to comment.