comparison orthogroups_tool.xml @ 8:1b2c5ce47646 draft default tip

planemo upload for repository htpps://github.com/abims-sbr/adaptearch commit 3c7982d775b6f3b472f6514d791edcb43cd258a1
author lecorguille
date Mon, 24 Sep 2018 04:31:29 -0400
parents 54052cff9663
children
comparison
equal deleted inserted replaced
7:040fac59e39c 8:1b2c5ce47646
1 <tool name="Orthogroups_Tool" id="orthogroups_tool" version="1.0.2"> 1 <tool name="Orthogroups_Tool" id="orthogroups_tool" version="1.0.2">
2 2
3 <description> 3 <description>
4 This tool takes Orthogroups found by OrthoFinder and proceeds to retrieve nucleic sequences back, then write each orthogroups in its own fasta file. 4 Writes orthogroups found by OrthoFinder in fasta files (with their sequences).
5 </description> 5 </description>
6 6
7 <macros> 7 <macros>
8 <import>macros.xml</import> 8 <import>macros.xml</import>
9 </macros> 9 </macros>
106 106
107 @HELP_AUTHORS@ 107 @HELP_AUTHORS@
108 108
109 <![CDATA[ 109 <![CDATA[
110 110
111 The script of this tool has been written by Victor Mataigne.
112
113 -------------------------------------------
114
115 **Description** 111 **Description**
116 112
117 This tool takes Orthogroups found by OrthoFinder and proceeds to retrieve nucleic sequences back, then write each orthogroups in its own fasta file. 113 This tool takes Orthogroups found by OrthoFinder and proceeds to retrieve nucleic sequences back, then write each orthogroups in its own fasta file.
118 114
119 ------------------------------------------- 115 -------------------------------------------
163 159
164 ]]> 160 ]]>
165 </help> 161 </help>
166 162
167 <citations> 163 <citations>
168 <citation type="bibtex">Credits : ABIMS team, Roscoff Marine Station</citation> 164 <citation type="doi">10.1186/s13059-015-0721-2</citation>
169 <citation type="bibtex">Contact support.abims@sb-roscoff.fr for any questions or concerns about the Galaxy implementation of this tool.</citation>
170 <citation type="bibtex">Author : Victor Mataigne -- Galaxy integration : Gildas Le Corguillé and Victor Mataigne.
171 </citation>
172 <citation type="bibtex">Emms, D.M. and Kelly, S. (2015) OrthoFinder: solving fundamental biases in whole genome comparisons dramatically improves orthogroup inference accuracy, Genome Biology 16:157.
173 </citation>
174 </citations> 165 </citations>
175 166
176 </tool> 167 </tool>