Skip to content

Commit

Permalink
Merge pull request #233 from abyzovlab/ms_dev
Browse files Browse the repository at this point in the history
Fixing bug
  • Loading branch information
suvakov authored Jul 25, 2024
2 parents 2012151 + 4a2a2c3 commit d73619e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cnvpytor/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ def main():
parser.add_argument('-gc_auto', '--gc_auto', action='store_true',
help="use autosomal GC correction for X, Y and MT")
parser.add_argument('-gc_corr_rm_ol', '--gc_corr_rm_ol', action='store_true',
help="use only rd bins between 75% and 125% of mean value for gc correction curve")
help="use only rd bins between 75%% and 125%% of mean value for gc correction curve")
parser.add_argument('-rg', '--reference_genome', type=str, help="Manually set reference genome", default=None)
parser.add_argument('-sample', '--vcf_sample', type=str, help="Sample name in vcf file", default="")
parser.add_argument('-conf', '--reference_genomes_conf', type=str, help="Configuration with reference genomes",
Expand Down

0 comments on commit d73619e

Please sign in to comment.