Skip to content

Commit

Permalink
Fix formula in stdout
Browse files Browse the repository at this point in the history
  • Loading branch information
rrwick committed Jul 3, 2017
1 parent aacb7dd commit ef43fde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unicycler/spades_func.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def get_best_spades_graph(short1, short2, short_unpaired, out_dir, read_depth_fi
log.log_explanation('Unicycler now uses SPAdes to assemble the short reads. It scores the '
'assembly graph for each k-mer using the number of contigs (fewer is '
'better) and the number of dead ends (fewer is much better). The score '
'function is 1/(c*(d+1)^2), where c is the contig count and d is the '
'function is 1/(c*(d+2)), where c is the contig count and d is the '
'dead end count.')

# Conduct a SPAdes assembly for each k-mer and score them to choose
Expand Down

0 comments on commit ef43fde

Please sign in to comment.