annotate drep_compare.xml @ 3:3f7c9be3edde draft default tip

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/drep"
author jjohnson
date Fri, 24 Jan 2020 10:24:51 -0500
parents cb2fc9f60381
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
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>
2
cb2fc9f60381 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/drep commit eaae9983f0339c4624431f4f843e319f83814490"
jjohnson
parents: 1
diff changeset
27 <tests>
cb2fc9f60381 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/drep commit eaae9983f0339c4624431f4f843e319f83814490"
jjohnson
parents: 1
diff changeset
28 <expand macro="test_defaults_log">
cb2fc9f60381 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/drep commit eaae9983f0339c4624431f4f843e319f83814490"
jjohnson
parents: 1
diff changeset
29 <has_text text="dRep compare finished" />
cb2fc9f60381 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/drep commit eaae9983f0339c4624431f4f843e319f83814490"
jjohnson
parents: 1
diff changeset
30 </expand>
cb2fc9f60381 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/drep commit eaae9983f0339c4624431f4f843e319f83814490"
jjohnson
parents: 1
diff changeset
31 </tests>
0
b59ae99e47d4 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/drep commit b155a1d533b7317ceb0ec642ffe3e986117df539"
jjohnson
parents:
diff changeset
32 <help><![CDATA[
b59ae99e47d4 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/drep commit b155a1d533b7317ceb0ec642ffe3e986117df539"
jjohnson
parents:
diff changeset
33 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
34 [--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
35 [-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
36 [--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
37 [-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
38 [--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
39 [--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
40 [--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
41 [-g [GENOMES [GENOMES ...]]]
b59ae99e47d4 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/drep commit b155a1d533b7317ceb0ec642ffe3e986117df539"
jjohnson
parents:
diff changeset
42 work_directory
b59ae99e47d4 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/drep commit b155a1d533b7317ceb0ec642ffe3e986117df539"
jjohnson
parents:
diff changeset
43
b59ae99e47d4 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/drep commit b155a1d533b7317ceb0ec642ffe3e986117df539"
jjohnson
parents:
diff changeset
44
b59ae99e47d4 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/drep commit b155a1d533b7317ceb0ec642ffe3e986117df539"
jjohnson
parents:
diff changeset
45 @GENOMES_HELP@
b59ae99e47d4 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/drep commit b155a1d533b7317ceb0ec642ffe3e986117df539"
jjohnson
parents:
diff changeset
46 @GENOME_COMPARISON_HELP@
b59ae99e47d4 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/drep commit b155a1d533b7317ceb0ec642ffe3e986117df539"
jjohnson
parents:
diff changeset
47 @CLUSTERING_HELP@
b59ae99e47d4 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/drep commit b155a1d533b7317ceb0ec642ffe3e986117df539"
jjohnson
parents:
diff changeset
48 @TAXONOMY_HELP@
b59ae99e47d4 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/drep commit b155a1d533b7317ceb0ec642ffe3e986117df539"
jjohnson
parents:
diff changeset
49 @WARNINGS_HELP@
b59ae99e47d4 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/drep commit b155a1d533b7317ceb0ec642ffe3e986117df539"
jjohnson
parents:
diff changeset
50
b59ae99e47d4 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/drep commit b155a1d533b7317ceb0ec642ffe3e986117df539"
jjohnson
parents:
diff changeset
51 ]]></help>
b59ae99e47d4 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/drep commit b155a1d533b7317ceb0ec642ffe3e986117df539"
jjohnson
parents:
diff changeset
52 <expand macro="citations" />
b59ae99e47d4 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/drep commit b155a1d533b7317ceb0ec642ffe3e986117df539"
jjohnson
parents:
diff changeset
53 </tool>