Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
metaclade2
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Riccardo Vicedomini
metaclade2
Commits
cd0fa0a8
Commit
cd0fa0a8
authored
Feb 27, 2020
by
Riccardo Vicedomini
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
defaults for the e-value thresholds are now printed in the usage/help
parent
f82db512
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
metaclade2
metaclade2
+5
-4
No files found.
metaclade2
View file @
cd0fa0a8
...
...
@@ -50,12 +50,13 @@ function print_usage() {
\t
(e.g.,
\"
PF00875,PF03441
\"
)
\n
-D, --domain-file <path>
\t
File that contains the Pfam accession numbers
\n
\t
of the domains to be considered (one per line)
\n
-e, --evalue-cutoff <float>
\t
E-value cutoff
\n
-E, --evalue-cutconf <float>
\t
Confidence threshold used by DAMA to add new domains into the architecture.
\n
-e, --evalue-cutoff <float>
\t
E-value cutoff (default:
${
MCLADE_EVALUECUTOFF
}
)
\n
-E, --evalue-cutconf <float>
\t
Confidence threshold used by DAMA to add new domains
\t
in the architecture. (default:
${
MCLADE_EVALUECUTCONF
}
)
\n
-W, --work-dir <path>
\t
Working directory, where jobs and results are saved
\n
"
| column
-t
-s
$'
\t
'
echo
-en
"
\n
"
echo
-en
" OTHER OPTIONS:
\n
echo
-en
"
\n
"
echo
-en
" OTHER OPTIONS:
\n
-j, --jobs <num>
\t
Number of jobs to be created (default:
${
NJOBS
}
)
\n
-t, --threads <num>
\t
Number of threads for each job (default:
${
NTHREADS
}
)
\n
-h, --help
\t
Print this help message
\n
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment