Skip to content

Commit ed45190

Browse files
authored
Update parser.py
Added a description of default value for --total_percentage_pca parameter
1 parent 0727756 commit ed45190

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)