You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: nucdiff/nucdiff.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -91,7 +91,7 @@ def main():
91
91
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']")
92
92
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'] ")
93
93
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')
0 commit comments