We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0727756 + ed45190 commit 823dcd6Copy full SHA for 823dcd6
concoct/parser.py
@@ -53,7 +53,7 @@ def arguments():
53
parser.add_argument('--total_percentage_pca', default=90, type=int,
54
help=('The percentage of variance explained'
55
' by the principal components for the'
56
- ' combined data.'))
+ ' combined data, default 90.'))
57
#Output
58
parser.add_argument('-b', '--basename', default=os.curdir,
59
help=("Specify the basename for files or directory where output"
0 commit comments