Skip to content

Commit

Permalink
Fix UC file cluster number error when using fastidious
Browse files Browse the repository at this point in the history
  • Loading branch information
torognes committed Oct 16, 2017
1 parent 0609e27 commit 15443aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/algod1.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1500,7 +1500,7 @@ void algo_d1_run()

fprintf(uclustfile,
"H\t%d\t%lu\t%.1f\t+\t0\t0\t%s\t",
ampinfo[seed].swarmid,
cluster_no,
db_getsequencelen(a),
percentid,
nwdiff > 0 ? nwalignment : "=");
Expand Down

0 comments on commit 15443aa

Please sign in to comment.