annotate drep_dereplicate.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_dereplicate" name="dRep dereplicate" 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>De-replicate 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 dereplicate outdir
b59ae99e47d4 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/drep commit b155a1d533b7317ceb0ec642ffe3e986117df539"
jjohnson
parents:
diff changeset
10 @FILTER_OPTIONS@
b59ae99e47d4 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/drep commit b155a1d533b7317ceb0ec642ffe3e986117df539"
jjohnson
parents:
diff changeset
11 @GENOME_COMPARISON_OPTIONS@
b59ae99e47d4 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/drep commit b155a1d533b7317ceb0ec642ffe3e986117df539"
jjohnson
parents:
diff changeset
12 @CLUSTERING_OPTIONS@
b59ae99e47d4 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/drep commit b155a1d533b7317ceb0ec642ffe3e986117df539"
jjohnson
parents:
diff changeset
13 @SCORING_OPTIONS@
b59ae99e47d4 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/drep commit b155a1d533b7317ceb0ec642ffe3e986117df539"
jjohnson
parents:
diff changeset
14 @TAXONOMY_OPTIONS@
b59ae99e47d4 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/drep commit b155a1d533b7317ceb0ec642ffe3e986117df539"
jjohnson
parents:
diff changeset
15 @WARNING_OPTIONS@
b59ae99e47d4 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/drep commit b155a1d533b7317ceb0ec642ffe3e986117df539"
jjohnson
parents:
diff changeset
16 @GENOMES@
b59ae99e47d4 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/drep commit b155a1d533b7317ceb0ec642ffe3e986117df539"
jjohnson
parents:
diff changeset
17 ]]></command>
b59ae99e47d4 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/drep commit b155a1d533b7317ceb0ec642ffe3e986117df539"
jjohnson
parents:
diff changeset
18 <inputs>
b59ae99e47d4 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/drep commit b155a1d533b7317ceb0ec642ffe3e986117df539"
jjohnson
parents:
diff changeset
19 <expand macro="genomes"/>
b59ae99e47d4 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/drep commit b155a1d533b7317ceb0ec642ffe3e986117df539"
jjohnson
parents:
diff changeset
20 <expand macro="filtering_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="genome_comparison_options"/>
b59ae99e47d4 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/drep commit b155a1d533b7317ceb0ec642ffe3e986117df539"
jjohnson
parents:
diff changeset
22 <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
23 <expand macro="scoring_options"/>
b59ae99e47d4 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/drep commit b155a1d533b7317ceb0ec642ffe3e986117df539"
jjohnson
parents:
diff changeset
24 <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
25 <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
26 <expand macro="select_drep_outputs"/>
0
b59ae99e47d4 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/drep commit b155a1d533b7317ceb0ec642ffe3e986117df539"
jjohnson
parents:
diff changeset
27 </inputs>
b59ae99e47d4 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/drep commit b155a1d533b7317ceb0ec642ffe3e986117df539"
jjohnson
parents:
diff changeset
28 <outputs>
b59ae99e47d4 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/drep commit b155a1d533b7317ceb0ec642ffe3e986117df539"
jjohnson
parents:
diff changeset
29 <collection name="dereplicated_genomes" type="list" label="dereplicated_genomes">
1
7e2debc267eb "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/drep commit 3898da7c3685e3deca68c998abd7c7104740f5f3"
jjohnson
parents: 0
diff changeset
30 <discover_datasets pattern="__designation__" directory="outdir/dereplicated_genomes" ext='fasta'/>
0
b59ae99e47d4 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/drep commit b155a1d533b7317ceb0ec642ffe3e986117df539"
jjohnson
parents:
diff changeset
31 </collection>
1
7e2debc267eb "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/drep commit 3898da7c3685e3deca68c998abd7c7104740f5f3"
jjohnson
parents: 0
diff changeset
32 <expand macro="drep_outputs" />
0
b59ae99e47d4 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/drep commit b155a1d533b7317ceb0ec642ffe3e986117df539"
jjohnson
parents:
diff changeset
33 </outputs>
2
cb2fc9f60381 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/drep commit eaae9983f0339c4624431f4f843e319f83814490"
jjohnson
parents: 1
diff changeset
34 <tests>
cb2fc9f60381 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/drep commit eaae9983f0339c4624431f4f843e319f83814490"
jjohnson
parents: 1
diff changeset
35 <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
36 <has_text text="dRep dereplicate finished" />
cb2fc9f60381 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/drep commit eaae9983f0339c4624431f4f843e319f83814490"
jjohnson
parents: 1
diff changeset
37 </expand>
cb2fc9f60381 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/drep commit eaae9983f0339c4624431f4f843e319f83814490"
jjohnson
parents: 1
diff changeset
38 </tests>
0
b59ae99e47d4 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/drep commit b155a1d533b7317ceb0ec642ffe3e986117df539"
jjohnson
parents:
diff changeset
39 <help><![CDATA[
b59ae99e47d4 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/drep commit b155a1d533b7317ceb0ec642ffe3e986117df539"
jjohnson
parents:
diff changeset
40 usage: drep dereplicate [-p PROCESSORS] [-d] [-h] [-l LENGTH]
b59ae99e47d4 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/drep commit b155a1d533b7317ceb0ec642ffe3e986117df539"
jjohnson
parents:
diff changeset
41 [-comp COMPLETENESS] [-con CONTAMINATION]
b59ae99e47d4 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/drep commit b155a1d533b7317ceb0ec642ffe3e986117df539"
jjohnson
parents:
diff changeset
42 [--ignoreGenomeQuality] [-ms MASH_SKETCH]
b59ae99e47d4 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/drep commit b155a1d533b7317ceb0ec642ffe3e986117df539"
jjohnson
parents:
diff changeset
43 [--S_algorithm {goANI,ANIn,ANImf,gANI}]
b59ae99e47d4 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/drep commit b155a1d533b7317ceb0ec642ffe3e986117df539"
jjohnson
parents:
diff changeset
44 [-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
45 [--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
46 [-cm {total,larger}] [--clusterAlg CLUSTERALG]
b59ae99e47d4 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/drep commit b155a1d533b7317ceb0ec642ffe3e986117df539"
jjohnson
parents:
diff changeset
47 [-comW COMPLETENESS_WEIGHT]
b59ae99e47d4 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/drep commit b155a1d533b7317ceb0ec642ffe3e986117df539"
jjohnson
parents:
diff changeset
48 [-conW CONTAMINATION_WEIGHT]
b59ae99e47d4 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/drep commit b155a1d533b7317ceb0ec642ffe3e986117df539"
jjohnson
parents:
diff changeset
49 [-strW STRAIN_HETEROGENEITY_WEIGHT] [-N50W N50_WEIGHT]
b59ae99e47d4 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/drep commit b155a1d533b7317ceb0ec642ffe3e986117df539"
jjohnson
parents:
diff changeset
50 [-sizeW SIZE_WEIGHT] [--run_tax]
b59ae99e47d4 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/drep commit b155a1d533b7317ceb0ec642ffe3e986117df539"
jjohnson
parents:
diff changeset
51 [--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
52 [--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
53 [--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
54 [-g [GENOMES [GENOMES ...]]]
b59ae99e47d4 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/drep commit b155a1d533b7317ceb0ec642ffe3e986117df539"
jjohnson
parents:
diff changeset
55 [--checkM_method {taxonomy_wf,lineage_wf}]
b59ae99e47d4 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/drep commit b155a1d533b7317ceb0ec642ffe3e986117df539"
jjohnson
parents:
diff changeset
56 [--genomeInfo GENOMEINFO]
b59ae99e47d4 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/drep commit b155a1d533b7317ceb0ec642ffe3e986117df539"
jjohnson
parents:
diff changeset
57 work_directory
b59ae99e47d4 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/drep commit b155a1d533b7317ceb0ec642ffe3e986117df539"
jjohnson
parents:
diff changeset
58
2
cb2fc9f60381 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/drep commit eaae9983f0339c4624431f4f843e319f83814490"
jjohnson
parents: 1
diff changeset
59
0
b59ae99e47d4 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/drep commit b155a1d533b7317ceb0ec642ffe3e986117df539"
jjohnson
parents:
diff changeset
60 @GENOMES_HELP@
b59ae99e47d4 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/drep commit b155a1d533b7317ceb0ec642ffe3e986117df539"
jjohnson
parents:
diff changeset
61 @FILTERING_HELP@
b59ae99e47d4 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/drep commit b155a1d533b7317ceb0ec642ffe3e986117df539"
jjohnson
parents:
diff changeset
62 @GENOME_COMPARISON_HELP@
b59ae99e47d4 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/drep commit b155a1d533b7317ceb0ec642ffe3e986117df539"
jjohnson
parents:
diff changeset
63 @CLUSTERING_HELP@
b59ae99e47d4 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/drep commit b155a1d533b7317ceb0ec642ffe3e986117df539"
jjohnson
parents:
diff changeset
64 @SCORING_HELP@
b59ae99e47d4 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/drep commit b155a1d533b7317ceb0ec642ffe3e986117df539"
jjohnson
parents:
diff changeset
65 @TAXONOMY_HELP@
b59ae99e47d4 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/drep commit b155a1d533b7317ceb0ec642ffe3e986117df539"
jjohnson
parents:
diff changeset
66 @WARNINGS_HELP@
b59ae99e47d4 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/drep commit b155a1d533b7317ceb0ec642ffe3e986117df539"
jjohnson
parents:
diff changeset
67
b59ae99e47d4 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/drep commit b155a1d533b7317ceb0ec642ffe3e986117df539"
jjohnson
parents:
diff changeset
68
b59ae99e47d4 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/drep commit b155a1d533b7317ceb0ec642ffe3e986117df539"
jjohnson
parents:
diff changeset
69 ]]></help>
b59ae99e47d4 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/drep commit b155a1d533b7317ceb0ec642ffe3e986117df539"
jjohnson
parents:
diff changeset
70 <expand macro="citations" />
b59ae99e47d4 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/drep commit b155a1d533b7317ceb0ec642ffe3e986117df539"
jjohnson
parents:
diff changeset
71 </tool>