Skip to content

Commit 823dcd6

Browse files
authored
Merge pull request #280 from jungbluth/develop
Update parser.py to be more verbose
2 parents 0727756 + ed45190 commit 823dcd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

concoct/parser.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def arguments():
5353
parser.add_argument('--total_percentage_pca', default=90, type=int,
5454
help=('The percentage of variance explained'
5555
' by the principal components for the'
56-
' combined data.'))
56+
' combined data, default 90.'))
5757
#Output
5858
parser.add_argument('-b', '--basename', default=os.curdir,
5959
help=("Specify the basename for files or directory where output"

0 commit comments

Comments
 (0)