Skip to content

Commit

Permalink
Fix type in help message of arg parser
Browse files Browse the repository at this point in the history
  • Loading branch information
fanzhuyifan authored Oct 16, 2020
1 parent c3e4a61 commit fb458dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/genome_sampling.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ def check_mean_length(file_path):
calculated. We use the larger one compared with seq_num.')
parser.add_argument('-d', action='store', dest='dis', default=3,
type=int, help='choose from the following distribution: \
1: beta_distribution, 2: alpha_distribution, 3: mixed_gamma_dis \
1: beta_distribution, 2: exponential_distribution, 3: mixed_gamma_dis \
default: 3. If the read length drawn from the distribution is \
larger than the length of the genome, the value is clipped to the\
length of the genome')
Expand Down

0 comments on commit fb458dd

Please sign in to comment.