Mercurial > repos > jjohnson > drep
annotate drep_compare.xml @ 1:7e2debc267eb draft
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/drep commit 3898da7c3685e3deca68c998abd7c7104740f5f3"
author | jjohnson |
---|---|
date | Mon, 06 Jan 2020 15:18:20 -0500 |
parents | b59ae99e47d4 |
children | cb2fc9f60381 |
rev | line source |
---|---|
0
b59ae99e47d4
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/drep commit b155a1d533b7317ceb0ec642ffe3e986117df539"
jjohnson
parents:
diff
changeset
|
1 <tool id="drep_compare" name="dRep compare" version="@VERSION@.0" python_template_version="3.5"> |
b59ae99e47d4
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/drep commit b155a1d533b7317ceb0ec642ffe3e986117df539"
jjohnson
parents:
diff
changeset
|
2 <description>compare a list of genomes</description> |
b59ae99e47d4
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/drep commit b155a1d533b7317ceb0ec642ffe3e986117df539"
jjohnson
parents:
diff
changeset
|
3 <macros> |
b59ae99e47d4
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/drep commit b155a1d533b7317ceb0ec642ffe3e986117df539"
jjohnson
parents:
diff
changeset
|
4 <import>macros.xml</import> |
b59ae99e47d4
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/drep commit b155a1d533b7317ceb0ec642ffe3e986117df539"
jjohnson
parents:
diff
changeset
|
5 </macros> |
b59ae99e47d4
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/drep commit b155a1d533b7317ceb0ec642ffe3e986117df539"
jjohnson
parents:
diff
changeset
|
6 <expand macro="requirements" /> |
b59ae99e47d4
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/drep commit b155a1d533b7317ceb0ec642ffe3e986117df539"
jjohnson
parents:
diff
changeset
|
7 <command detect_errors="exit_code"><![CDATA[ |
b59ae99e47d4
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/drep commit b155a1d533b7317ceb0ec642ffe3e986117df539"
jjohnson
parents:
diff
changeset
|
8 @PREPARE_GENOMES@ |
b59ae99e47d4
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/drep commit b155a1d533b7317ceb0ec642ffe3e986117df539"
jjohnson
parents:
diff
changeset
|
9 dRep compare outdir |
b59ae99e47d4
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/drep commit b155a1d533b7317ceb0ec642ffe3e986117df539"
jjohnson
parents:
diff
changeset
|
10 @GENOME_COMPARISON_OPTIONS@ |
b59ae99e47d4
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/drep commit b155a1d533b7317ceb0ec642ffe3e986117df539"
jjohnson
parents:
diff
changeset
|
11 @CLUSTERING_OPTIONS@ |
b59ae99e47d4
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/drep commit b155a1d533b7317ceb0ec642ffe3e986117df539"
jjohnson
parents:
diff
changeset
|
12 @TAXONOMY_OPTIONS@ |
b59ae99e47d4
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/drep commit b155a1d533b7317ceb0ec642ffe3e986117df539"
jjohnson
parents:
diff
changeset
|
13 @WARNING_OPTIONS@ |
b59ae99e47d4
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/drep commit b155a1d533b7317ceb0ec642ffe3e986117df539"
jjohnson
parents:
diff
changeset
|
14 @GENOMES@ |
b59ae99e47d4
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/drep commit b155a1d533b7317ceb0ec642ffe3e986117df539"
jjohnson
parents:
diff
changeset
|
15 ]]></command> |
b59ae99e47d4
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/drep commit b155a1d533b7317ceb0ec642ffe3e986117df539"
jjohnson
parents:
diff
changeset
|
16 <inputs> |
b59ae99e47d4
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/drep commit b155a1d533b7317ceb0ec642ffe3e986117df539"
jjohnson
parents:
diff
changeset
|
17 <expand macro="genomes"/> |
b59ae99e47d4
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/drep commit b155a1d533b7317ceb0ec642ffe3e986117df539"
jjohnson
parents:
diff
changeset
|
18 <expand macro="genome_comparison_options"/> |
b59ae99e47d4
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/drep commit b155a1d533b7317ceb0ec642ffe3e986117df539"
jjohnson
parents:
diff
changeset
|
19 <expand macro="clustering_options"/> |
b59ae99e47d4
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/drep commit b155a1d533b7317ceb0ec642ffe3e986117df539"
jjohnson
parents:
diff
changeset
|
20 <expand macro="taxonomy_options"/> |
b59ae99e47d4
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/drep commit b155a1d533b7317ceb0ec642ffe3e986117df539"
jjohnson
parents:
diff
changeset
|
21 <expand macro="warning_options"/> |
1
7e2debc267eb
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/drep commit 3898da7c3685e3deca68c998abd7c7104740f5f3"
jjohnson
parents:
0
diff
changeset
|
22 <expand macro="select_outputs"/> |
0
b59ae99e47d4
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/drep commit b155a1d533b7317ceb0ec642ffe3e986117df539"
jjohnson
parents:
diff
changeset
|
23 </inputs> |
b59ae99e47d4
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/drep commit b155a1d533b7317ceb0ec642ffe3e986117df539"
jjohnson
parents:
diff
changeset
|
24 <outputs> |
b59ae99e47d4
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/drep commit b155a1d533b7317ceb0ec642ffe3e986117df539"
jjohnson
parents:
diff
changeset
|
25 <expand macro="common_outputs" /> |
b59ae99e47d4
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/drep commit b155a1d533b7317ceb0ec642ffe3e986117df539"
jjohnson
parents:
diff
changeset
|
26 </outputs> |
b59ae99e47d4
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/drep commit b155a1d533b7317ceb0ec642ffe3e986117df539"
jjohnson
parents:
diff
changeset
|
27 <help><![CDATA[ |
b59ae99e47d4
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/drep commit b155a1d533b7317ceb0ec642ffe3e986117df539"
jjohnson
parents:
diff
changeset
|
28 TODO: Fill in help. |
b59ae99e47d4
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/drep commit b155a1d533b7317ceb0ec642ffe3e986117df539"
jjohnson
parents:
diff
changeset
|
29 |
b59ae99e47d4
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/drep commit b155a1d533b7317ceb0ec642ffe3e986117df539"
jjohnson
parents:
diff
changeset
|
30 usage: drep compare [-p PROCESSORS] [-d] [-h] [-ms MASH_SKETCH] |
b59ae99e47d4
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/drep commit b155a1d533b7317ceb0ec642ffe3e986117df539"
jjohnson
parents:
diff
changeset
|
31 [--S_algorithm {ANIn,goANI,ANImf,gANI}] |
b59ae99e47d4
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/drep commit b155a1d533b7317ceb0ec642ffe3e986117df539"
jjohnson
parents:
diff
changeset
|
32 [-n_PRESET {normal,tight}] [-pa P_ANI] [-sa S_ANI] |
b59ae99e47d4
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/drep commit b155a1d533b7317ceb0ec642ffe3e986117df539"
jjohnson
parents:
diff
changeset
|
33 [--SkipMash] [--SkipSecondary] [-nc COV_THRESH] |
b59ae99e47d4
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/drep commit b155a1d533b7317ceb0ec642ffe3e986117df539"
jjohnson
parents:
diff
changeset
|
34 [-cm {total,larger}] [--clusterAlg CLUSTERALG] [--run_tax] |
b59ae99e47d4
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/drep commit b155a1d533b7317ceb0ec642ffe3e986117df539"
jjohnson
parents:
diff
changeset
|
35 [--tax_method {percent,max}] [-per PERCENT] |
b59ae99e47d4
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/drep commit b155a1d533b7317ceb0ec642ffe3e986117df539"
jjohnson
parents:
diff
changeset
|
36 [--cent_index CENT_INDEX] [--warn_dist WARN_DIST] |
b59ae99e47d4
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/drep commit b155a1d533b7317ceb0ec642ffe3e986117df539"
jjohnson
parents:
diff
changeset
|
37 [--warn_sim WARN_SIM] [--warn_aln WARN_ALN] |
b59ae99e47d4
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/drep commit b155a1d533b7317ceb0ec642ffe3e986117df539"
jjohnson
parents:
diff
changeset
|
38 [-g [GENOMES [GENOMES ...]]] |
b59ae99e47d4
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/drep commit b155a1d533b7317ceb0ec642ffe3e986117df539"
jjohnson
parents:
diff
changeset
|
39 work_directory |
b59ae99e47d4
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/drep commit b155a1d533b7317ceb0ec642ffe3e986117df539"
jjohnson
parents:
diff
changeset
|
40 |
b59ae99e47d4
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/drep commit b155a1d533b7317ceb0ec642ffe3e986117df539"
jjohnson
parents:
diff
changeset
|
41 |
b59ae99e47d4
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/drep commit b155a1d533b7317ceb0ec642ffe3e986117df539"
jjohnson
parents:
diff
changeset
|
42 @GENOMES_HELP@ |
b59ae99e47d4
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/drep commit b155a1d533b7317ceb0ec642ffe3e986117df539"
jjohnson
parents:
diff
changeset
|
43 @GENOME_COMPARISON_HELP@ |
b59ae99e47d4
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/drep commit b155a1d533b7317ceb0ec642ffe3e986117df539"
jjohnson
parents:
diff
changeset
|
44 @CLUSTERING_HELP@ |
b59ae99e47d4
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/drep commit b155a1d533b7317ceb0ec642ffe3e986117df539"
jjohnson
parents:
diff
changeset
|
45 @TAXONOMY_HELP@ |
b59ae99e47d4
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/drep commit b155a1d533b7317ceb0ec642ffe3e986117df539"
jjohnson
parents:
diff
changeset
|
46 @WARNINGS_HELP@ |
b59ae99e47d4
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/drep commit b155a1d533b7317ceb0ec642ffe3e986117df539"
jjohnson
parents:
diff
changeset
|
47 |
b59ae99e47d4
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/drep commit b155a1d533b7317ceb0ec642ffe3e986117df539"
jjohnson
parents:
diff
changeset
|
48 ]]></help> |
b59ae99e47d4
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/drep commit b155a1d533b7317ceb0ec642ffe3e986117df539"
jjohnson
parents:
diff
changeset
|
49 <expand macro="citations" /> |
b59ae99e47d4
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/drep commit b155a1d533b7317ceb0ec642ffe3e986117df539"
jjohnson
parents:
diff
changeset
|
50 </tool> |