annotate drep_dereplicate.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
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>
b59ae99e47d4 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/drep commit b155a1d533b7317ceb0ec642ffe3e986117df539"
jjohnson
parents:
diff changeset
34 <help><![CDATA[
b59ae99e47d4 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/drep commit b155a1d533b7317ceb0ec642ffe3e986117df539"
jjohnson
parents:
diff changeset
35 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
36
b59ae99e47d4 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/drep commit b155a1d533b7317ceb0ec642ffe3e986117df539"
jjohnson
parents:
diff changeset
37 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
38 [-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
39 [--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
40 [--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
41 [-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
42 [--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
43 [-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
44 [-comW COMPLETENESS_WEIGHT]
b59ae99e47d4 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/drep commit b155a1d533b7317ceb0ec642ffe3e986117df539"
jjohnson
parents:
diff changeset
45 [-conW CONTAMINATION_WEIGHT]
b59ae99e47d4 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/drep commit b155a1d533b7317ceb0ec642ffe3e986117df539"
jjohnson
parents:
diff changeset
46 [-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
47 [-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
48 [--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
49 [--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
50 [--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
51 [-g [GENOMES [GENOMES ...]]]
b59ae99e47d4 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/drep commit b155a1d533b7317ceb0ec642ffe3e986117df539"
jjohnson
parents:
diff changeset
52 [--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
53 [--genomeInfo GENOMEINFO]
b59ae99e47d4 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/drep commit b155a1d533b7317ceb0ec642ffe3e986117df539"
jjohnson
parents:
diff changeset
54 work_directory
b59ae99e47d4 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/drep commit b155a1d533b7317ceb0ec642ffe3e986117df539"
jjohnson
parents:
diff changeset
55
b59ae99e47d4 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/drep commit b155a1d533b7317ceb0ec642ffe3e986117df539"
jjohnson
parents:
diff changeset
56 @GENOMES_HELP@
b59ae99e47d4 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/drep commit b155a1d533b7317ceb0ec642ffe3e986117df539"
jjohnson
parents:
diff changeset
57 @FILTERING_HELP@
b59ae99e47d4 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/drep commit b155a1d533b7317ceb0ec642ffe3e986117df539"
jjohnson
parents:
diff changeset
58 @GENOME_COMPARISON_HELP@
b59ae99e47d4 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/drep commit b155a1d533b7317ceb0ec642ffe3e986117df539"
jjohnson
parents:
diff changeset
59 @CLUSTERING_HELP@
b59ae99e47d4 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/drep commit b155a1d533b7317ceb0ec642ffe3e986117df539"
jjohnson
parents:
diff changeset
60 @SCORING_HELP@
b59ae99e47d4 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/drep commit b155a1d533b7317ceb0ec642ffe3e986117df539"
jjohnson
parents:
diff changeset
61 @TAXONOMY_HELP@
b59ae99e47d4 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/drep commit b155a1d533b7317ceb0ec642ffe3e986117df539"
jjohnson
parents:
diff changeset
62 @WARNINGS_HELP@
b59ae99e47d4 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/drep commit b155a1d533b7317ceb0ec642ffe3e986117df539"
jjohnson
parents:
diff changeset
63
b59ae99e47d4 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/drep commit b155a1d533b7317ceb0ec642ffe3e986117df539"
jjohnson
parents:
diff changeset
64
b59ae99e47d4 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/drep commit b155a1d533b7317ceb0ec642ffe3e986117df539"
jjohnson
parents:
diff changeset
65 ]]></help>
b59ae99e47d4 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/drep commit b155a1d533b7317ceb0ec642ffe3e986117df539"
jjohnson
parents:
diff changeset
66 <expand macro="citations" />
b59ae99e47d4 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/drep commit b155a1d533b7317ceb0ec642ffe3e986117df539"
jjohnson
parents:
diff changeset
67 </tool>