Mercurial > repos > nml > combine_assemblystats
annotate combine_stats.xml @ 0:1855203c2e6c draft default tip
planemo upload for repository https://github.com/phac-nml/galaxy_tools commit 132092ff7fe1c4810d1221054419389180b81657
author | nml |
---|---|
date | Wed, 08 Nov 2017 16:38:50 -0500 |
parents | |
children |
rev | line source |
---|---|
0
1855203c2e6c
planemo upload for repository https://github.com/phac-nml/galaxy_tools commit 132092ff7fe1c4810d1221054419389180b81657
nml
parents:
diff
changeset
|
1 <tool id="combine_stats" name="Combine AssemblyStats" version="1.0"> |
1855203c2e6c
planemo upload for repository https://github.com/phac-nml/galaxy_tools commit 132092ff7fe1c4810d1221054419389180b81657
nml
parents:
diff
changeset
|
2 <description>Combines List Collection Assembly Statistics </description> |
1855203c2e6c
planemo upload for repository https://github.com/phac-nml/galaxy_tools commit 132092ff7fe1c4810d1221054419389180b81657
nml
parents:
diff
changeset
|
3 <requirements> |
1855203c2e6c
planemo upload for repository https://github.com/phac-nml/galaxy_tools commit 132092ff7fe1c4810d1221054419389180b81657
nml
parents:
diff
changeset
|
4 <requirement type="package" version="2.49">perl-getopt-long</requirement> |
1855203c2e6c
planemo upload for repository https://github.com/phac-nml/galaxy_tools commit 132092ff7fe1c4810d1221054419389180b81657
nml
parents:
diff
changeset
|
5 </requirements> |
1855203c2e6c
planemo upload for repository https://github.com/phac-nml/galaxy_tools commit 132092ff7fe1c4810d1221054419389180b81657
nml
parents:
diff
changeset
|
6 <command detect_errors="exit_code"><![CDATA[ |
1855203c2e6c
planemo upload for repository https://github.com/phac-nml/galaxy_tools commit 132092ff7fe1c4810d1221054419389180b81657
nml
parents:
diff
changeset
|
7 perl '$__tool_directory__/combine_stats.pl' |
1855203c2e6c
planemo upload for repository https://github.com/phac-nml/galaxy_tools commit 132092ff7fe1c4810d1221054419389180b81657
nml
parents:
diff
changeset
|
8 |
1855203c2e6c
planemo upload for repository https://github.com/phac-nml/galaxy_tools commit 132092ff7fe1c4810d1221054419389180b81657
nml
parents:
diff
changeset
|
9 --output '$result' |
1855203c2e6c
planemo upload for repository https://github.com/phac-nml/galaxy_tools commit 132092ff7fe1c4810d1221054419389180b81657
nml
parents:
diff
changeset
|
10 #for $f in $texts.keys# --stats '$f=$texts[$f]' #end for# |
1855203c2e6c
planemo upload for repository https://github.com/phac-nml/galaxy_tools commit 132092ff7fe1c4810d1221054419389180b81657
nml
parents:
diff
changeset
|
11 ]]></command> |
1855203c2e6c
planemo upload for repository https://github.com/phac-nml/galaxy_tools commit 132092ff7fe1c4810d1221054419389180b81657
nml
parents:
diff
changeset
|
12 <inputs> |
1855203c2e6c
planemo upload for repository https://github.com/phac-nml/galaxy_tools commit 132092ff7fe1c4810d1221054419389180b81657
nml
parents:
diff
changeset
|
13 <param name="texts" type="data_collection" label="List Collection of Assembly Statistics" help="" optional="false" collection_type="list" /> |
1855203c2e6c
planemo upload for repository https://github.com/phac-nml/galaxy_tools commit 132092ff7fe1c4810d1221054419389180b81657
nml
parents:
diff
changeset
|
14 </inputs> |
1855203c2e6c
planemo upload for repository https://github.com/phac-nml/galaxy_tools commit 132092ff7fe1c4810d1221054419389180b81657
nml
parents:
diff
changeset
|
15 <outputs> |
1855203c2e6c
planemo upload for repository https://github.com/phac-nml/galaxy_tools commit 132092ff7fe1c4810d1221054419389180b81657
nml
parents:
diff
changeset
|
16 <data name="result" format="tabular" ></data> |
1855203c2e6c
planemo upload for repository https://github.com/phac-nml/galaxy_tools commit 132092ff7fe1c4810d1221054419389180b81657
nml
parents:
diff
changeset
|
17 </outputs> |
1855203c2e6c
planemo upload for repository https://github.com/phac-nml/galaxy_tools commit 132092ff7fe1c4810d1221054419389180b81657
nml
parents:
diff
changeset
|
18 <tests> |
1855203c2e6c
planemo upload for repository https://github.com/phac-nml/galaxy_tools commit 132092ff7fe1c4810d1221054419389180b81657
nml
parents:
diff
changeset
|
19 <test> |
1855203c2e6c
planemo upload for repository https://github.com/phac-nml/galaxy_tools commit 132092ff7fe1c4810d1221054419389180b81657
nml
parents:
diff
changeset
|
20 <param name="texts"> |
1855203c2e6c
planemo upload for repository https://github.com/phac-nml/galaxy_tools commit 132092ff7fe1c4810d1221054419389180b81657
nml
parents:
diff
changeset
|
21 <collection type="list"> |
1855203c2e6c
planemo upload for repository https://github.com/phac-nml/galaxy_tools commit 132092ff7fe1c4810d1221054419389180b81657
nml
parents:
diff
changeset
|
22 <element name="first" value="first.txt" /> |
1855203c2e6c
planemo upload for repository https://github.com/phac-nml/galaxy_tools commit 132092ff7fe1c4810d1221054419389180b81657
nml
parents:
diff
changeset
|
23 <element name="second" value="second.txt" /> |
1855203c2e6c
planemo upload for repository https://github.com/phac-nml/galaxy_tools commit 132092ff7fe1c4810d1221054419389180b81657
nml
parents:
diff
changeset
|
24 </collection> |
1855203c2e6c
planemo upload for repository https://github.com/phac-nml/galaxy_tools commit 132092ff7fe1c4810d1221054419389180b81657
nml
parents:
diff
changeset
|
25 </param> |
1855203c2e6c
planemo upload for repository https://github.com/phac-nml/galaxy_tools commit 132092ff7fe1c4810d1221054419389180b81657
nml
parents:
diff
changeset
|
26 <output name="result" file="results.tabular"/> |
1855203c2e6c
planemo upload for repository https://github.com/phac-nml/galaxy_tools commit 132092ff7fe1c4810d1221054419389180b81657
nml
parents:
diff
changeset
|
27 </test> |
1855203c2e6c
planemo upload for repository https://github.com/phac-nml/galaxy_tools commit 132092ff7fe1c4810d1221054419389180b81657
nml
parents:
diff
changeset
|
28 </tests> |
1855203c2e6c
planemo upload for repository https://github.com/phac-nml/galaxy_tools commit 132092ff7fe1c4810d1221054419389180b81657
nml
parents:
diff
changeset
|
29 <help><![CDATA[ |
1855203c2e6c
planemo upload for repository https://github.com/phac-nml/galaxy_tools commit 132092ff7fe1c4810d1221054419389180b81657
nml
parents:
diff
changeset
|
30 |
1855203c2e6c
planemo upload for repository https://github.com/phac-nml/galaxy_tools commit 132092ff7fe1c4810d1221054419389180b81657
nml
parents:
diff
changeset
|
31 **What it does** |
1855203c2e6c
planemo upload for repository https://github.com/phac-nml/galaxy_tools commit 132092ff7fe1c4810d1221054419389180b81657
nml
parents:
diff
changeset
|
32 |
1855203c2e6c
planemo upload for repository https://github.com/phac-nml/galaxy_tools commit 132092ff7fe1c4810d1221054419389180b81657
nml
parents:
diff
changeset
|
33 Tool will take one or more https://toolshed.g2.bx.psu.edu/view/nml/assemblystats/ results and combine into a single tabular line file where each result is represented by a single line. |
1855203c2e6c
planemo upload for repository https://github.com/phac-nml/galaxy_tools commit 132092ff7fe1c4810d1221054419389180b81657
nml
parents:
diff
changeset
|
34 |
1855203c2e6c
planemo upload for repository https://github.com/phac-nml/galaxy_tools commit 132092ff7fe1c4810d1221054419389180b81657
nml
parents:
diff
changeset
|
35 ]]> |
1855203c2e6c
planemo upload for repository https://github.com/phac-nml/galaxy_tools commit 132092ff7fe1c4810d1221054419389180b81657
nml
parents:
diff
changeset
|
36 </help> |
1855203c2e6c
planemo upload for repository https://github.com/phac-nml/galaxy_tools commit 132092ff7fe1c4810d1221054419389180b81657
nml
parents:
diff
changeset
|
37 <citations> |
1855203c2e6c
planemo upload for repository https://github.com/phac-nml/galaxy_tools commit 132092ff7fe1c4810d1221054419389180b81657
nml
parents:
diff
changeset
|
38 <citation type="bibtex">@ARTICLE{a1, |
1855203c2e6c
planemo upload for repository https://github.com/phac-nml/galaxy_tools commit 132092ff7fe1c4810d1221054419389180b81657
nml
parents:
diff
changeset
|
39 title = {Combine AssemblyStats}, |
1855203c2e6c
planemo upload for repository https://github.com/phac-nml/galaxy_tools commit 132092ff7fe1c4810d1221054419389180b81657
nml
parents:
diff
changeset
|
40 author = {Mariam Iskander, Philip Mabon}, |
1855203c2e6c
planemo upload for repository https://github.com/phac-nml/galaxy_tools commit 132092ff7fe1c4810d1221054419389180b81657
nml
parents:
diff
changeset
|
41 url = {https://github.com/phac-nml/galaxy_tools/} |
1855203c2e6c
planemo upload for repository https://github.com/phac-nml/galaxy_tools commit 132092ff7fe1c4810d1221054419389180b81657
nml
parents:
diff
changeset
|
42 } |
1855203c2e6c
planemo upload for repository https://github.com/phac-nml/galaxy_tools commit 132092ff7fe1c4810d1221054419389180b81657
nml
parents:
diff
changeset
|
43 }</citation> |
1855203c2e6c
planemo upload for repository https://github.com/phac-nml/galaxy_tools commit 132092ff7fe1c4810d1221054419389180b81657
nml
parents:
diff
changeset
|
44 </citations> |
1855203c2e6c
planemo upload for repository https://github.com/phac-nml/galaxy_tools commit 132092ff7fe1c4810d1221054419389180b81657
nml
parents:
diff
changeset
|
45 </tool> |