Skip to content

Commit d5113cc

Browse files
authored
Merge pull request #46 from fanzhuyifan/patch-1
Correct type in arg parser help string
2 parents c3e4a61 + fb458dd commit d5113cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

util/genome_sampling.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ def check_mean_length(file_path):
130130
calculated. We use the larger one compared with seq_num.')
131131
parser.add_argument('-d', action='store', dest='dis', default=3,
132132
type=int, help='choose from the following distribution: \
133-
1: beta_distribution, 2: alpha_distribution, 3: mixed_gamma_dis \
133+
1: beta_distribution, 2: exponential_distribution, 3: mixed_gamma_dis \
134134
default: 3. If the read length drawn from the distribution is \
135135
larger than the length of the genome, the value is clipped to the\
136136
length of the genome')

0 commit comments

Comments
 (0)