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
df097cce
Commit
df097cce
authored
May 08, 2020
by
Riccardo Vicedomini
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
README updated
parent
ba540c6f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
16 deletions
+22
-16
README.md
README.md
+22
-16
No files found.
README.md
View file @
df097cce
...
...
@@ -40,30 +40,36 @@ where `[MetaCLADE2_DIR]` is MetaCLADE2 installation directory.
```
USAGE: metaclade2 -i <input_fasta> -N <name> [options]
MANDATORY OPTIONS:
MANDATORY OPTIONS:
-i, --input <path> Input file of AA sequences in FASTA format
(protein sequences or predicted CDS)
-N, --name <str> Dataset/job name
MetaCLADE OPTIONS:
-a, --arch Use DAMA to properly compute domain architectures
(useful only for long protein sequences)
-d, --domain-list <str> Comma-spearated list of Pfam accession numbers of
the domains to be considered in the analysis
(e.g., "PF00875,PF03441")
-D, --domain-file <path> File that contains the Pfam accession numbers
of the domains to be considered (one per line)
-e, --evalue-cutoff <float> E-value cutoff
-E, --evalue-cutconf <float> Confidence threshold used by DAMA to add new domains into the architecture.
-W, --work-dir <path> Working directory, where jobs and results are saved
OTHER OPTIONS:
MetaCLADE OPTIONS:
-a, --arch Use DAMA to properly compute domain architectures
(useful only for long protein sequences)
-d, --domain-list <str> Comma-spearated list of Pfam accession numbers of
the domains to be considered in the analysis
(e.g., "PF00875,PF03441")
-D, --domain-file <path> File that contains the Pfam accession numbers
of the domains to be considered (one per line)
-W, --work-dir <path> Working directory, where jobs and results are saved
DAMA OPTIONS:
-e, --evalue-cutoff <float> E-value cutoff (default:1e-3)
-E, --evalue-cutconf <float> Confidence threshold to add new domains in the architecture.
(default:1e-10)
--overlappingAA <num> number (>=0) of amino acids allowed in the domain overlapping.
(default:30)
--overlappingMaxDomain <num> domain overlapping is allowed for at most <num>% of the match
(default:50)
OTHER OPTIONS:
-j, --jobs <num> Number of jobs to be created (default:16)
-t, --threads <num> Number of threads for each job (default:1)
-h, --help Print this help message
-V, --version Print version
SGE OPTIONS:
SGE OPTIONS:
--sge Run MetaCLADE jobs on a SGE HPC environment
--pe <name> Parallel environment to use (mandatory)
--queue <name> Name of a specific queue where jobs are submitted
...
...
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