annotate drep_dereplicate.xml @ 8:caaf7cbaafbf draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/drep commit 00dc2cd8c229b7a0f05c0ca2520098c132f40793
author iuc
date Mon, 14 Apr 2025 18:11:33 +0000
parents c55eec39f086
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
6
055649d1378e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/drep commit bf3d3fb4a7c0ad2c6942955783bf15cda7754b28
iuc
parents: 4
diff changeset
1 <tool id="drep_dereplicate" name="dRep dereplicate" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@">
0
aba9d1e647b6 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/drep commit 8fa5ff35b45c2b046c7f4800410cf39cb89a299a"
iuc
parents:
diff changeset
2 <description>De-replicate a list of genomes</description>
aba9d1e647b6 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/drep commit 8fa5ff35b45c2b046c7f4800410cf39cb89a299a"
iuc
parents:
diff changeset
3 <macros>
aba9d1e647b6 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/drep commit 8fa5ff35b45c2b046c7f4800410cf39cb89a299a"
iuc
parents:
diff changeset
4 <import>macros.xml</import>
aba9d1e647b6 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/drep commit 8fa5ff35b45c2b046c7f4800410cf39cb89a299a"
iuc
parents:
diff changeset
5 </macros>
6
055649d1378e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/drep commit bf3d3fb4a7c0ad2c6942955783bf15cda7754b28
iuc
parents: 4
diff changeset
6 <expand macro="biotools" />
2
923c3bb71055 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/drep commit 5e6e589002d554be180e575080e9ad66cc78ed74"
iuc
parents: 1
diff changeset
7 <expand macro="requirements">
8
caaf7cbaafbf planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/drep commit 00dc2cd8c229b7a0f05c0ca2520098c132f40793
iuc
parents: 7
diff changeset
8 <requirement type="package" version="1.2.3">checkm-genome</requirement>
2
923c3bb71055 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/drep commit 5e6e589002d554be180e575080e9ad66cc78ed74"
iuc
parents: 1
diff changeset
9 </expand>
0
aba9d1e647b6 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/drep commit 8fa5ff35b45c2b046c7f4800410cf39cb89a299a"
iuc
parents:
diff changeset
10 <command detect_errors="exit_code"><![CDATA[
7
c55eec39f086 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/drep commit 620124793ed18545728d07cfd8592065bc5c6c2d
iuc
parents: 6
diff changeset
11 @PREPARE_GENOMES@
c55eec39f086 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/drep commit 620124793ed18545728d07cfd8592065bc5c6c2d
iuc
parents: 6
diff changeset
12 dRep
c55eec39f086 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/drep commit 620124793ed18545728d07cfd8592065bc5c6c2d
iuc
parents: 6
diff changeset
13 dereplicate
c55eec39f086 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/drep commit 620124793ed18545728d07cfd8592065bc5c6c2d
iuc
parents: 6
diff changeset
14 outdir
c55eec39f086 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/drep commit 620124793ed18545728d07cfd8592065bc5c6c2d
iuc
parents: 6
diff changeset
15 @GENOMES@
c55eec39f086 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/drep commit 620124793ed18545728d07cfd8592065bc5c6c2d
iuc
parents: 6
diff changeset
16 @FILTER_OPTIONS@
c55eec39f086 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/drep commit 620124793ed18545728d07cfd8592065bc5c6c2d
iuc
parents: 6
diff changeset
17 @QUALITY_ASSESSMENT_OPTIONS@
c55eec39f086 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/drep commit 620124793ed18545728d07cfd8592065bc5c6c2d
iuc
parents: 6
diff changeset
18 @COMPARISON_CLUSTERING_OPTIONS@
c55eec39f086 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/drep commit 620124793ed18545728d07cfd8592065bc5c6c2d
iuc
parents: 6
diff changeset
19 @SCORING_OPTIONS@
c55eec39f086 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/drep commit 620124793ed18545728d07cfd8592065bc5c6c2d
iuc
parents: 6
diff changeset
20 @WARNING_OPTIONS@
c55eec39f086 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/drep commit 620124793ed18545728d07cfd8592065bc5c6c2d
iuc
parents: 6
diff changeset
21 --processors \${GALAXY_SLOTS:-1}
2
923c3bb71055 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/drep commit 5e6e589002d554be180e575080e9ad66cc78ed74"
iuc
parents: 1
diff changeset
22 || (rc=\$?;
923c3bb71055 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/drep commit 5e6e589002d554be180e575080e9ad66cc78ed74"
iuc
parents: 1
diff changeset
23 ls -ltr `find outdir -type f`;
923c3bb71055 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/drep commit 5e6e589002d554be180e575080e9ad66cc78ed74"
iuc
parents: 1
diff changeset
24 cat outdir/data/checkM/checkM_outdir/checkm.log;
923c3bb71055 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/drep commit 5e6e589002d554be180e575080e9ad66cc78ed74"
iuc
parents: 1
diff changeset
25 cat outdir/log/logger.log;
923c3bb71055 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/drep commit 5e6e589002d554be180e575080e9ad66cc78ed74"
iuc
parents: 1
diff changeset
26 exit \$rc)
0
aba9d1e647b6 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/drep commit 8fa5ff35b45c2b046c7f4800410cf39cb89a299a"
iuc
parents:
diff changeset
27 ]]></command>
aba9d1e647b6 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/drep commit 8fa5ff35b45c2b046c7f4800410cf39cb89a299a"
iuc
parents:
diff changeset
28 <inputs>
aba9d1e647b6 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/drep commit 8fa5ff35b45c2b046c7f4800410cf39cb89a299a"
iuc
parents:
diff changeset
29 <expand macro="genomes"/>
aba9d1e647b6 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/drep commit 8fa5ff35b45c2b046c7f4800410cf39cb89a299a"
iuc
parents:
diff changeset
30 <expand macro="filtering_options"/>
2
923c3bb71055 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/drep commit 5e6e589002d554be180e575080e9ad66cc78ed74"
iuc
parents: 1
diff changeset
31 <expand macro="quality_assessment_options"/>
923c3bb71055 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/drep commit 5e6e589002d554be180e575080e9ad66cc78ed74"
iuc
parents: 1
diff changeset
32 <expand macro="comparison_clustering_options"/>
0
aba9d1e647b6 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/drep commit 8fa5ff35b45c2b046c7f4800410cf39cb89a299a"
iuc
parents:
diff changeset
33 <expand macro="scoring_options"/>
aba9d1e647b6 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/drep commit 8fa5ff35b45c2b046c7f4800410cf39cb89a299a"
iuc
parents:
diff changeset
34 <expand macro="warning_options"/>
aba9d1e647b6 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/drep commit 8fa5ff35b45c2b046c7f4800410cf39cb89a299a"
iuc
parents:
diff changeset
35 <expand macro="select_drep_outputs"/>
aba9d1e647b6 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/drep commit 8fa5ff35b45c2b046c7f4800410cf39cb89a299a"
iuc
parents:
diff changeset
36 </inputs>
aba9d1e647b6 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/drep commit 8fa5ff35b45c2b046c7f4800410cf39cb89a299a"
iuc
parents:
diff changeset
37 <outputs>
aba9d1e647b6 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/drep commit 8fa5ff35b45c2b046c7f4800410cf39cb89a299a"
iuc
parents:
diff changeset
38 <collection name="dereplicated_genomes" type="list" label="dereplicated_genomes">
aba9d1e647b6 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/drep commit 8fa5ff35b45c2b046c7f4800410cf39cb89a299a"
iuc
parents:
diff changeset
39 <discover_datasets pattern="__designation__" directory="outdir/dereplicated_genomes" ext='fasta'/>
aba9d1e647b6 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/drep commit 8fa5ff35b45c2b046c7f4800410cf39cb89a299a"
iuc
parents:
diff changeset
40 </collection>
aba9d1e647b6 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/drep commit 8fa5ff35b45c2b046c7f4800410cf39cb89a299a"
iuc
parents:
diff changeset
41 <expand macro="drep_outputs" />
aba9d1e647b6 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/drep commit 8fa5ff35b45c2b046c7f4800410cf39cb89a299a"
iuc
parents:
diff changeset
42 </outputs>
aba9d1e647b6 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/drep commit 8fa5ff35b45c2b046c7f4800410cf39cb89a299a"
iuc
parents:
diff changeset
43 <tests>
2
923c3bb71055 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/drep commit 5e6e589002d554be180e575080e9ad66cc78ed74"
iuc
parents: 1
diff changeset
44 <test expect_num_outputs="8">
923c3bb71055 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/drep commit 5e6e589002d554be180e575080e9ad66cc78ed74"
iuc
parents: 1
diff changeset
45 <expand macro="test_string_inputs"/>
923c3bb71055 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/drep commit 5e6e589002d554be180e575080e9ad66cc78ed74"
iuc
parents: 1
diff changeset
46 <expand macro="test_default_filtering_options"/>
923c3bb71055 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/drep commit 5e6e589002d554be180e575080e9ad66cc78ed74"
iuc
parents: 1
diff changeset
47 <expand macro="test_default_quality_assessment_options"/>
923c3bb71055 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/drep commit 5e6e589002d554be180e575080e9ad66cc78ed74"
iuc
parents: 1
diff changeset
48 <expand macro="test_default_comparison_clustering_options"/>
923c3bb71055 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/drep commit 5e6e589002d554be180e575080e9ad66cc78ed74"
iuc
parents: 1
diff changeset
49 <expand macro="test_default_scoring_options"/>
923c3bb71055 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/drep commit 5e6e589002d554be180e575080e9ad66cc78ed74"
iuc
parents: 1
diff changeset
50 <expand macro="test_default_warning_options"/>
923c3bb71055 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/drep commit 5e6e589002d554be180e575080e9ad66cc78ed74"
iuc
parents: 1
diff changeset
51 <expand macro="test_default_select_drep_outputs"/>
923c3bb71055 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/drep commit 5e6e589002d554be180e575080e9ad66cc78ed74"
iuc
parents: 1
diff changeset
52 <expand macro="test_log_output">
923c3bb71055 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/drep commit 5e6e589002d554be180e575080e9ad66cc78ed74"
iuc
parents: 1
diff changeset
53 <has_text text="dRep dereplicate finished" />
923c3bb71055 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/drep commit 5e6e589002d554be180e575080e9ad66cc78ed74"
iuc
parents: 1
diff changeset
54 </expand>
923c3bb71055 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/drep commit 5e6e589002d554be180e575080e9ad66cc78ed74"
iuc
parents: 1
diff changeset
55 </test>
923c3bb71055 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/drep commit 5e6e589002d554be180e575080e9ad66cc78ed74"
iuc
parents: 1
diff changeset
56 <test expect_num_outputs="8">
923c3bb71055 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/drep commit 5e6e589002d554be180e575080e9ad66cc78ed74"
iuc
parents: 1
diff changeset
57 <expand macro="test_integer_inputs"/>
923c3bb71055 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/drep commit 5e6e589002d554be180e575080e9ad66cc78ed74"
iuc
parents: 1
diff changeset
58 <expand macro="test_default_filtering_options"/>
923c3bb71055 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/drep commit 5e6e589002d554be180e575080e9ad66cc78ed74"
iuc
parents: 1
diff changeset
59 <expand macro="test_default_quality_assessment_options"/>
923c3bb71055 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/drep commit 5e6e589002d554be180e575080e9ad66cc78ed74"
iuc
parents: 1
diff changeset
60 <expand macro="test_default_comparison_clustering_options"/>
4
8a5ddbd5895f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/drep commit 91d5bae878afa54d8264c1ca89c79b2d26ef35ad
iuc
parents: 3
diff changeset
61 <expand macro="test_extra_weight_table_scoring_options"/>
8a5ddbd5895f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/drep commit 91d5bae878afa54d8264c1ca89c79b2d26ef35ad
iuc
parents: 3
diff changeset
62 <expand macro="test_default_warning_options"/>
8a5ddbd5895f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/drep commit 91d5bae878afa54d8264c1ca89c79b2d26ef35ad
iuc
parents: 3
diff changeset
63 <expand macro="test_default_select_drep_outputs"/>
8a5ddbd5895f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/drep commit 91d5bae878afa54d8264c1ca89c79b2d26ef35ad
iuc
parents: 3
diff changeset
64 <expand macro="test_log_output">
8a5ddbd5895f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/drep commit 91d5bae878afa54d8264c1ca89c79b2d26ef35ad
iuc
parents: 3
diff changeset
65 <has_text text="dRep dereplicate finished" />
8a5ddbd5895f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/drep commit 91d5bae878afa54d8264c1ca89c79b2d26ef35ad
iuc
parents: 3
diff changeset
66 </expand>
8a5ddbd5895f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/drep commit 91d5bae878afa54d8264c1ca89c79b2d26ef35ad
iuc
parents: 3
diff changeset
67 </test>
8a5ddbd5895f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/drep commit 91d5bae878afa54d8264c1ca89c79b2d26ef35ad
iuc
parents: 3
diff changeset
68 <test expect_num_outputs="8">
8a5ddbd5895f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/drep commit 91d5bae878afa54d8264c1ca89c79b2d26ef35ad
iuc
parents: 3
diff changeset
69 <expand macro="test_string_inputs"/>
8a5ddbd5895f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/drep commit 91d5bae878afa54d8264c1ca89c79b2d26ef35ad
iuc
parents: 3
diff changeset
70 <expand macro="test_default_filtering_options"/>
8a5ddbd5895f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/drep commit 91d5bae878afa54d8264c1ca89c79b2d26ef35ad
iuc
parents: 3
diff changeset
71 <expand macro="test_default_quality_assessment_options"/>
8a5ddbd5895f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/drep commit 91d5bae878afa54d8264c1ca89c79b2d26ef35ad
iuc
parents: 3
diff changeset
72 <expand macro="test_default_comparison_clustering_options"/>
2
923c3bb71055 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/drep commit 5e6e589002d554be180e575080e9ad66cc78ed74"
iuc
parents: 1
diff changeset
73 <expand macro="test_default_scoring_options"/>
923c3bb71055 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/drep commit 5e6e589002d554be180e575080e9ad66cc78ed74"
iuc
parents: 1
diff changeset
74 <expand macro="test_default_warning_options"/>
923c3bb71055 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/drep commit 5e6e589002d554be180e575080e9ad66cc78ed74"
iuc
parents: 1
diff changeset
75 <expand macro="test_default_select_drep_outputs"/>
923c3bb71055 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/drep commit 5e6e589002d554be180e575080e9ad66cc78ed74"
iuc
parents: 1
diff changeset
76 <expand macro="test_log_output">
923c3bb71055 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/drep commit 5e6e589002d554be180e575080e9ad66cc78ed74"
iuc
parents: 1
diff changeset
77 <has_text text="dRep dereplicate finished" />
923c3bb71055 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/drep commit 5e6e589002d554be180e575080e9ad66cc78ed74"
iuc
parents: 1
diff changeset
78 </expand>
0
aba9d1e647b6 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/drep commit 8fa5ff35b45c2b046c7f4800410cf39cb89a299a"
iuc
parents:
diff changeset
79 </test>
aba9d1e647b6 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/drep commit 8fa5ff35b45c2b046c7f4800410cf39cb89a299a"
iuc
parents:
diff changeset
80 </tests>
aba9d1e647b6 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/drep commit 8fa5ff35b45c2b046c7f4800410cf39cb89a299a"
iuc
parents:
diff changeset
81 <help><![CDATA[
aba9d1e647b6 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/drep commit 8fa5ff35b45c2b046c7f4800410cf39cb89a299a"
iuc
parents:
diff changeset
82 **dRep dereplicate**
aba9d1e647b6 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/drep commit 8fa5ff35b45c2b046c7f4800410cf39cb89a299a"
iuc
parents:
diff changeset
83
aba9d1e647b6 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/drep commit 8fa5ff35b45c2b046c7f4800410cf39cb89a299a"
iuc
parents:
diff changeset
84 `dRep <https://drep.readthedocs.io/en/latest/overview.html>`_ performs rapid pair-wise comparison of genome sets.
aba9d1e647b6 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/drep commit 8fa5ff35b45c2b046c7f4800410cf39cb89a299a"
iuc
parents:
diff changeset
85
aba9d1e647b6 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/drep commit 8fa5ff35b45c2b046c7f4800410cf39cb89a299a"
iuc
parents:
diff changeset
86 `De-replication <https://drep.readthedocs.io/en/latest/overview.html#genome-de-replication>`_ is the process of identifying sets of genomes that are the “same” in a list of genomes, and removing all but the “best” genome from each redundant set. How similar genomes need to be to be considered “same”, how to determine which genome is “best”, and other important decisions are discussed in `Choosing parameters. <https://drep.readthedocs.io/en/latest/choosing_parameters.html>`_ Detailed options for each module are described at: https://drep.readthedocs.io/en/latest/module_descriptions.html
aba9d1e647b6 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/drep commit 8fa5ff35b45c2b046c7f4800410cf39cb89a299a"
iuc
parents:
diff changeset
87
aba9d1e647b6 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/drep commit 8fa5ff35b45c2b046c7f4800410cf39cb89a299a"
iuc
parents:
diff changeset
88 A common use for genome de-replication is the case of individual assembly of metagenomic data. If metagenomic samples are collected in a series, a common way to assemble the short reads is with a “co-assembly”. That is, combining the reads from all samples and assembling them together. The problem with this is assembling similar strains together can severely fragment assemblies, precluding recovery of a good genome bin. An alternative option is to assemble each sample separately, and then “de-replicate” the bins from each assembly to make a final genome set.
aba9d1e647b6 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/drep commit 8fa5ff35b45c2b046c7f4800410cf39cb89a299a"
iuc
parents:
diff changeset
89
aba9d1e647b6 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/drep commit 8fa5ff35b45c2b046c7f4800410cf39cb89a299a"
iuc
parents:
diff changeset
90 The steps to this process are:
aba9d1e647b6 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/drep commit 8fa5ff35b45c2b046c7f4800410cf39cb89a299a"
iuc
parents:
diff changeset
91
aba9d1e647b6 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/drep commit 8fa5ff35b45c2b046c7f4800410cf39cb89a299a"
iuc
parents:
diff changeset
92 - Assemble each sample separately using your favorite assembler. You can also perform a co-assembly to catch low-abundance microbes
aba9d1e647b6 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/drep commit 8fa5ff35b45c2b046c7f4800410cf39cb89a299a"
iuc
parents:
diff changeset
93 - Bin each assembly (and co-assembly) separately using your favorite binner
aba9d1e647b6 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/drep commit 8fa5ff35b45c2b046c7f4800410cf39cb89a299a"
iuc
parents:
diff changeset
94 - Pull the bins from all assemblies together and run **dRep** on them
aba9d1e647b6 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/drep commit 8fa5ff35b45c2b046c7f4800410cf39cb89a299a"
iuc
parents:
diff changeset
95 - Perform downstream analysis on the de-replicated genome list
aba9d1e647b6 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/drep commit 8fa5ff35b45c2b046c7f4800410cf39cb89a299a"
iuc
parents:
diff changeset
96
aba9d1e647b6 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/drep commit 8fa5ff35b45c2b046c7f4800410cf39cb89a299a"
iuc
parents:
diff changeset
97
aba9d1e647b6 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/drep commit 8fa5ff35b45c2b046c7f4800410cf39cb89a299a"
iuc
parents:
diff changeset
98
aba9d1e647b6 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/drep commit 8fa5ff35b45c2b046c7f4800410cf39cb89a299a"
iuc
parents:
diff changeset
99 **INPUTS**
aba9d1e647b6 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/drep commit 8fa5ff35b45c2b046c7f4800410cf39cb89a299a"
iuc
parents:
diff changeset
100
aba9d1e647b6 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/drep commit 8fa5ff35b45c2b046c7f4800410cf39cb89a299a"
iuc
parents:
diff changeset
101 - Genome sets in fasta format.
aba9d1e647b6 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/drep commit 8fa5ff35b45c2b046c7f4800410cf39cb89a299a"
iuc
parents:
diff changeset
102
aba9d1e647b6 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/drep commit 8fa5ff35b45c2b046c7f4800410cf39cb89a299a"
iuc
parents:
diff changeset
103
aba9d1e647b6 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/drep commit 8fa5ff35b45c2b046c7f4800410cf39cb89a299a"
iuc
parents:
diff changeset
104 **OUTPUTS**
aba9d1e647b6 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/drep commit 8fa5ff35b45c2b046c7f4800410cf39cb89a299a"
iuc
parents:
diff changeset
105
aba9d1e647b6 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/drep commit 8fa5ff35b45c2b046c7f4800410cf39cb89a299a"
iuc
parents:
diff changeset
106 - `Figures <https://drep.readthedocs.io/en/latest/example_output.html#figures>`_ that show the relationship of the Genome inputs.
2
923c3bb71055 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/drep commit 5e6e589002d554be180e575080e9ad66cc78ed74"
iuc
parents: 1
diff changeset
107 - `Warnings <https://drep.readthedocs.io/en/latest/example_output.html#warnings>`_ report two things: de-replicated genome similarity and secondary clusters that were almost different.
0
aba9d1e647b6 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/drep commit 8fa5ff35b45c2b046c7f4800410cf39cb89a299a"
iuc
parents:
diff changeset
108 - A Dataset collection of the “best” genome of each secondary cluster.
2
923c3bb71055 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/drep commit 5e6e589002d554be180e575080e9ad66cc78ed74"
iuc
parents: 1
diff changeset
109 - `Tables from intermediate steps <https://drep.readthedocs.io/en/latest/advanced_use.html>`_
0
aba9d1e647b6 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/drep commit 8fa5ff35b45c2b046c7f4800410cf39cb89a299a"
iuc
parents:
diff changeset
110
aba9d1e647b6 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/drep commit 8fa5ff35b45c2b046c7f4800410cf39cb89a299a"
iuc
parents:
diff changeset
111 * Chdb.csv # CheckM results for Bdb
2
923c3bb71055 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/drep commit 5e6e589002d554be180e575080e9ad66cc78ed74"
iuc
parents: 1
diff changeset
112 * Widb.csv # Winning genomes' checkM information
0
aba9d1e647b6 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/drep commit 8fa5ff35b45c2b046c7f4800410cf39cb89a299a"
iuc
parents:
diff changeset
113
aba9d1e647b6 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/drep commit 8fa5ff35b45c2b046c7f4800410cf39cb89a299a"
iuc
parents:
diff changeset
114
aba9d1e647b6 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/drep commit 8fa5ff35b45c2b046c7f4800410cf39cb89a299a"
iuc
parents:
diff changeset
115 ]]></help>
aba9d1e647b6 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/drep commit 8fa5ff35b45c2b046c7f4800410cf39cb89a299a"
iuc
parents:
diff changeset
116 <expand macro="citations" />
aba9d1e647b6 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/drep commit 8fa5ff35b45c2b046c7f4800410cf39cb89a299a"
iuc
parents:
diff changeset
117 </tool>