Commit cd0fa0a8 by Riccardo Vicedomini

defaults for the e-value thresholds are now printed in the usage/help

parent f82db512
...@@ -50,8 +50,9 @@ function print_usage() { ...@@ -50,8 +50,9 @@ function print_usage() {
\t(e.g., \"PF00875,PF03441\")\n \t(e.g., \"PF00875,PF03441\")\n
-D, --domain-file <path>\tFile that contains the Pfam accession numbers\n -D, --domain-file <path>\tFile that contains the Pfam accession numbers\n
\tof the domains to be considered (one per line)\n \tof the domains to be considered (one per line)\n
-e, --evalue-cutoff <float>\tE-value cutoff\n -e, --evalue-cutoff <float>\tE-value cutoff (default:${MCLADE_EVALUECUTOFF})\n
-E, --evalue-cutconf <float>\tConfidence threshold used by DAMA to add new domains into the architecture.\n -E, --evalue-cutconf <float>\tConfidence threshold used by DAMA to add new domains
\tin the architecture. (default:${MCLADE_EVALUECUTCONF})\n
-W, --work-dir <path>\tWorking directory, where jobs and results are saved\n -W, --work-dir <path>\tWorking directory, where jobs and results are saved\n
" | column -t -s $'\t' " | column -t -s $'\t'
echo -en "\n" echo -en "\n"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment