Skip to content

Commit f51f89b

Browse files
authored
Update test-peak-shape.py
1 parent 14b925f commit f51f89b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-peak-shape.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ def _callback_list_float(option, opt, value, parser): #get a list of float optio
114114
parser.add_option("--frag-dist-on", default=False, action="store_true", dest="frag_dist_on", help="Use multivariate normal distribution for fragment shifts to create peak shapes, shifts are limited by prot-size. The final shift is: position of peak - prot_size + sampling from distribution [default: %default]")
115115

116116
parser.add_option("--frag-dist-prob", default=[0.5, 0.5], dest="frag_dist_prob", type="string", action='callback', callback=_callback_list_float,\
117-
help="Probability fo each of the multivariate normal distributions to be chosen [default: %default]")
117+
help="Probability for each of the multivariate normal distributions to be chosen [default: %default]")
118118
parser.add_option("--frag-dist-muno-mean", default=[20, 100], dest="frag_dist_mn_mean", type="string", action='callback', callback=_callback_list,\
119119
help="Means of multivariate normal distribution for the shifts of fragments, separator: ',' eg. \"300, 1800\" [default: %default]")
120120
parser.add_option("--frag-dist-muno-cov", default=[[100,0],[0,500]], dest="frag_dist_mn_cov", type="string", action='callback', callback=_callback_matrix,\

0 commit comments

Comments
 (0)