Skip to content

Commit 3d52da3

Browse files
committed
Conda problems resolved
1 parent fa555cc commit 3d52da3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nucdiff/nucdiff.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ def main():
9191
parser.add_argument('--ref_name_full', type=str, nargs='?',default='no',choices=['yes','no'], help="- Print full reference names in output files ('yes' value). In case of 'no', everything after the first space will be ignored. ['no']")
9292
parser.add_argument('--query_name_full', type=str, nargs='?',default='no',choices=['yes','no'], help="- Print full query names in output files ('yes' value). In case of 'no', everything after the first space will be ignored.['no'] ")
9393
parser.add_argument('--vcf', type=str, nargs='?',default='no',choices=['yes','no'], help="- Output small and medium local differences in the VCF format")
94-
parser.add_argument('--version', action='version', version='NucDiff version 2.0.2')
94+
parser.add_argument('--version', action='version', version='NucDiff version 2.0.3')
9595

9696

9797

0 commit comments

Comments
 (0)