Mercurial > repos > jjohnson > drep
annotate drep_dereplicate.xml @ 0:b59ae99e47d4 draft
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/drep commit b155a1d533b7317ceb0ec642ffe3e986117df539"
author | jjohnson |
---|---|
date | Mon, 06 Jan 2020 11:11:06 -0500 |
parents | |
children | 7e2debc267eb |
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"/> |
b59ae99e47d4
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/drep commit b155a1d533b7317ceb0ec642ffe3e986117df539"
jjohnson
parents:
diff
changeset
|
26 </inputs> |
b59ae99e47d4
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/drep commit b155a1d533b7317ceb0ec642ffe3e986117df539"
jjohnson
parents:
diff
changeset
|
27 <outputs> |
b59ae99e47d4
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/drep commit b155a1d533b7317ceb0ec642ffe3e986117df539"
jjohnson
parents:
diff
changeset
|
28 <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
|
29 <collection name="dereplicated_genomes" type="list" label="dereplicated_genomes"> |
b59ae99e47d4
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/drep commit b155a1d533b7317ceb0ec642ffe3e986117df539"
jjohnson
parents:
diff
changeset
|
30 <discover_datasets pattern="__designation__" directory="out_drep/dereplicated_genomes" ext='fasta'/> |
b59ae99e47d4
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/drep commit b155a1d533b7317ceb0ec642ffe3e986117df539"
jjohnson
parents:
diff
changeset
|
31 </collection> |
b59ae99e47d4
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/drep commit b155a1d533b7317ceb0ec642ffe3e986117df539"
jjohnson
parents:
diff
changeset
|
32 </outputs> |
b59ae99e47d4
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/drep commit b155a1d533b7317ceb0ec642ffe3e986117df539"
jjohnson
parents:
diff
changeset
|
33 <help><![CDATA[ |
b59ae99e47d4
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/drep commit b155a1d533b7317ceb0ec642ffe3e986117df539"
jjohnson
parents:
diff
changeset
|
34 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
|
35 |
b59ae99e47d4
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/drep commit b155a1d533b7317ceb0ec642ffe3e986117df539"
jjohnson
parents:
diff
changeset
|
36 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
|
37 [-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
|
38 [--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
|
39 [--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
|
40 [-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
|
41 [--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
|
42 [-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
|
43 [-comW COMPLETENESS_WEIGHT] |
b59ae99e47d4
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/drep commit b155a1d533b7317ceb0ec642ffe3e986117df539"
jjohnson
parents:
diff
changeset
|
44 [-conW CONTAMINATION_WEIGHT] |
b59ae99e47d4
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/drep commit b155a1d533b7317ceb0ec642ffe3e986117df539"
jjohnson
parents:
diff
changeset
|
45 [-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
|
46 [-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
|
47 [--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
|
48 [--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
|
49 [--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
|
50 [-g [GENOMES [GENOMES ...]]] |
b59ae99e47d4
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/drep commit b155a1d533b7317ceb0ec642ffe3e986117df539"
jjohnson
parents:
diff
changeset
|
51 [--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
|
52 [--genomeInfo GENOMEINFO] |
b59ae99e47d4
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/drep commit b155a1d533b7317ceb0ec642ffe3e986117df539"
jjohnson
parents:
diff
changeset
|
53 work_directory |
b59ae99e47d4
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/drep commit b155a1d533b7317ceb0ec642ffe3e986117df539"
jjohnson
parents:
diff
changeset
|
54 |
b59ae99e47d4
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/drep commit b155a1d533b7317ceb0ec642ffe3e986117df539"
jjohnson
parents:
diff
changeset
|
55 @GENOMES_HELP@ |
b59ae99e47d4
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/drep commit b155a1d533b7317ceb0ec642ffe3e986117df539"
jjohnson
parents:
diff
changeset
|
56 @FILTERING_HELP@ |
b59ae99e47d4
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/drep commit b155a1d533b7317ceb0ec642ffe3e986117df539"
jjohnson
parents:
diff
changeset
|
57 @GENOME_COMPARISON_HELP@ |
b59ae99e47d4
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/drep commit b155a1d533b7317ceb0ec642ffe3e986117df539"
jjohnson
parents:
diff
changeset
|
58 @CLUSTERING_HELP@ |
b59ae99e47d4
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/drep commit b155a1d533b7317ceb0ec642ffe3e986117df539"
jjohnson
parents:
diff
changeset
|
59 @SCORING_HELP@ |
b59ae99e47d4
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/drep commit b155a1d533b7317ceb0ec642ffe3e986117df539"
jjohnson
parents:
diff
changeset
|
60 @TAXONOMY_HELP@ |
b59ae99e47d4
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/drep commit b155a1d533b7317ceb0ec642ffe3e986117df539"
jjohnson
parents:
diff
changeset
|
61 @WARNINGS_HELP@ |
b59ae99e47d4
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/drep commit b155a1d533b7317ceb0ec642ffe3e986117df539"
jjohnson
parents:
diff
changeset
|
62 |
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 ]]></help> |
b59ae99e47d4
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/drep commit b155a1d533b7317ceb0ec642ffe3e986117df539"
jjohnson
parents:
diff
changeset
|
65 <expand macro="citations" /> |
b59ae99e47d4
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/drep commit b155a1d533b7317ceb0ec642ffe3e986117df539"
jjohnson
parents:
diff
changeset
|
66 </tool> |