annotate fasplit.xml @ 1:71f649c23021 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/fasplit commit 6f82cbc16053cecdf58d15a8d0fcdeac7991abaf
author iuc
date Thu, 25 Jan 2018 12:07:16 -0500
parents dc36d50254d8
children bf04bd405d5b
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
dc36d50254d8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/fasplit commit 8b84c1739e31ab884b81e214d72a65f030a5e950
iuc
parents:
diff changeset
1 <tool id="fasplit" name="faSplit" version="@WRAPPER_VERSION@">
dc36d50254d8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/fasplit commit 8b84c1739e31ab884b81e214d72a65f030a5e950
iuc
parents:
diff changeset
2 <description>Split a FASTA file</description>
dc36d50254d8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/fasplit commit 8b84c1739e31ab884b81e214d72a65f030a5e950
iuc
parents:
diff changeset
3 <macros>
1
71f649c23021 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/fasplit commit 6f82cbc16053cecdf58d15a8d0fcdeac7991abaf
iuc
parents: 0
diff changeset
4 <token name="@WRAPPER_VERSION@">357</token>
0
dc36d50254d8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/fasplit commit 8b84c1739e31ab884b81e214d72a65f030a5e950
iuc
parents:
diff changeset
5 </macros>
dc36d50254d8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/fasplit commit 8b84c1739e31ab884b81e214d72a65f030a5e950
iuc
parents:
diff changeset
6 <requirements>
dc36d50254d8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/fasplit commit 8b84c1739e31ab884b81e214d72a65f030a5e950
iuc
parents:
diff changeset
7 <requirement type="package" version="@WRAPPER_VERSION@">ucsc-fasplit</requirement>
dc36d50254d8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/fasplit commit 8b84c1739e31ab884b81e214d72a65f030a5e950
iuc
parents:
diff changeset
8 </requirements>
dc36d50254d8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/fasplit commit 8b84c1739e31ab884b81e214d72a65f030a5e950
iuc
parents:
diff changeset
9 <command detect_errors="exit_code"><![CDATA[
dc36d50254d8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/fasplit commit 8b84c1739e31ab884b81e214d72a65f030a5e950
iuc
parents:
diff changeset
10 mkdir out &&
dc36d50254d8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/fasplit commit 8b84c1739e31ab884b81e214d72a65f030a5e950
iuc
parents:
diff changeset
11 faSplit
dc36d50254d8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/fasplit commit 8b84c1739e31ab884b81e214d72a65f030a5e950
iuc
parents:
diff changeset
12 $O.split_type
dc36d50254d8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/fasplit commit 8b84c1739e31ab884b81e214d72a65f030a5e950
iuc
parents:
diff changeset
13 '$input'
dc36d50254d8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/fasplit commit 8b84c1739e31ab884b81e214d72a65f030a5e950
iuc
parents:
diff changeset
14 #if $O.split_type != 'byname'
dc36d50254d8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/fasplit commit 8b84c1739e31ab884b81e214d72a65f030a5e950
iuc
parents:
diff changeset
15 $O.count
dc36d50254d8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/fasplit commit 8b84c1739e31ab884b81e214d72a65f030a5e950
iuc
parents:
diff changeset
16 #end if
dc36d50254d8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/fasplit commit 8b84c1739e31ab884b81e214d72a65f030a5e950
iuc
parents:
diff changeset
17 out/
dc36d50254d8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/fasplit commit 8b84c1739e31ab884b81e214d72a65f030a5e950
iuc
parents:
diff changeset
18 ]]></command>
dc36d50254d8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/fasplit commit 8b84c1739e31ab884b81e214d72a65f030a5e950
iuc
parents:
diff changeset
19 <inputs>
dc36d50254d8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/fasplit commit 8b84c1739e31ab884b81e214d72a65f030a5e950
iuc
parents:
diff changeset
20 <param name="input" type="data" format="fasta" label="FASTA file" />
dc36d50254d8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/fasplit commit 8b84c1739e31ab884b81e214d72a65f030a5e950
iuc
parents:
diff changeset
21 <conditional name="O">
dc36d50254d8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/fasplit commit 8b84c1739e31ab884b81e214d72a65f030a5e950
iuc
parents:
diff changeset
22 <param name="split_type" type="select" label="Split by:">
dc36d50254d8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/fasplit commit 8b84c1739e31ab884b81e214d72a65f030a5e950
iuc
parents:
diff changeset
23 <option value="sequence" selected="true">Number of files (for multi sequence FASTA)</option>
dc36d50254d8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/fasplit commit 8b84c1739e31ab884b81e214d72a65f030a5e950
iuc
parents:
diff changeset
24 <option value="base">Number of files (for single sequence FASTA)</option>
dc36d50254d8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/fasplit commit 8b84c1739e31ab884b81e214d72a65f030a5e950
iuc
parents:
diff changeset
25 <option value="size">Number of base (for single sequence FASTA)</option>
dc36d50254d8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/fasplit commit 8b84c1739e31ab884b81e214d72a65f030a5e950
iuc
parents:
diff changeset
26 <option value="byname">By name</option>
dc36d50254d8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/fasplit commit 8b84c1739e31ab884b81e214d72a65f030a5e950
iuc
parents:
diff changeset
27 </param>
dc36d50254d8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/fasplit commit 8b84c1739e31ab884b81e214d72a65f030a5e950
iuc
parents:
diff changeset
28 <when value="sequence">
dc36d50254d8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/fasplit commit 8b84c1739e31ab884b81e214d72a65f030a5e950
iuc
parents:
diff changeset
29 <param name="count" type="integer" value="10" label="Number of chunks" />
dc36d50254d8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/fasplit commit 8b84c1739e31ab884b81e214d72a65f030a5e950
iuc
parents:
diff changeset
30 </when>
dc36d50254d8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/fasplit commit 8b84c1739e31ab884b81e214d72a65f030a5e950
iuc
parents:
diff changeset
31 <when value="base">
dc36d50254d8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/fasplit commit 8b84c1739e31ab884b81e214d72a65f030a5e950
iuc
parents:
diff changeset
32 <param name="count" type="integer" value="10" label="Number of chunks" />
dc36d50254d8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/fasplit commit 8b84c1739e31ab884b81e214d72a65f030a5e950
iuc
parents:
diff changeset
33 </when>
dc36d50254d8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/fasplit commit 8b84c1739e31ab884b81e214d72a65f030a5e950
iuc
parents:
diff changeset
34 <when value="size">
dc36d50254d8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/fasplit commit 8b84c1739e31ab884b81e214d72a65f030a5e950
iuc
parents:
diff changeset
35 <param name="count" type="integer" value="100" label="Size of chunks (bp)" />
dc36d50254d8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/fasplit commit 8b84c1739e31ab884b81e214d72a65f030a5e950
iuc
parents:
diff changeset
36 </when>
dc36d50254d8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/fasplit commit 8b84c1739e31ab884b81e214d72a65f030a5e950
iuc
parents:
diff changeset
37 <when value="byname" />
dc36d50254d8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/fasplit commit 8b84c1739e31ab884b81e214d72a65f030a5e950
iuc
parents:
diff changeset
38 </conditional>
dc36d50254d8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/fasplit commit 8b84c1739e31ab884b81e214d72a65f030a5e950
iuc
parents:
diff changeset
39 </inputs>
dc36d50254d8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/fasplit commit 8b84c1739e31ab884b81e214d72a65f030a5e950
iuc
parents:
diff changeset
40 <outputs>
dc36d50254d8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/fasplit commit 8b84c1739e31ab884b81e214d72a65f030a5e950
iuc
parents:
diff changeset
41 <collection name="output_list" type="list" label="${tool.name} on ${on_string}">
dc36d50254d8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/fasplit commit 8b84c1739e31ab884b81e214d72a65f030a5e950
iuc
parents:
diff changeset
42 <discover_datasets pattern="(?P&lt;designation&gt;.*)\.fa" ext="fasta" directory="out"/>
dc36d50254d8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/fasplit commit 8b84c1739e31ab884b81e214d72a65f030a5e950
iuc
parents:
diff changeset
43 </collection>
dc36d50254d8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/fasplit commit 8b84c1739e31ab884b81e214d72a65f030a5e950
iuc
parents:
diff changeset
44 </outputs>
dc36d50254d8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/fasplit commit 8b84c1739e31ab884b81e214d72a65f030a5e950
iuc
parents:
diff changeset
45
dc36d50254d8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/fasplit commit 8b84c1739e31ab884b81e214d72a65f030a5e950
iuc
parents:
diff changeset
46 <tests>
dc36d50254d8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/fasplit commit 8b84c1739e31ab884b81e214d72a65f030a5e950
iuc
parents:
diff changeset
47 <test>
dc36d50254d8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/fasplit commit 8b84c1739e31ab884b81e214d72a65f030a5e950
iuc
parents:
diff changeset
48 <param name="input" ftype="fasta" value="CDS.fa" />
dc36d50254d8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/fasplit commit 8b84c1739e31ab884b81e214d72a65f030a5e950
iuc
parents:
diff changeset
49 <param name="split_type" value="sequence" />
dc36d50254d8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/fasplit commit 8b84c1739e31ab884b81e214d72a65f030a5e950
iuc
parents:
diff changeset
50 <param name="count" value="5" />
dc36d50254d8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/fasplit commit 8b84c1739e31ab884b81e214d72a65f030a5e950
iuc
parents:
diff changeset
51 <output_collection name="output_list" type="list">
dc36d50254d8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/fasplit commit 8b84c1739e31ab884b81e214d72a65f030a5e950
iuc
parents:
diff changeset
52 <element name="0" file="0.fa" />
dc36d50254d8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/fasplit commit 8b84c1739e31ab884b81e214d72a65f030a5e950
iuc
parents:
diff changeset
53 <element name="1" file="1.fa" />
dc36d50254d8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/fasplit commit 8b84c1739e31ab884b81e214d72a65f030a5e950
iuc
parents:
diff changeset
54 <element name="2" file="2.fa" />
dc36d50254d8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/fasplit commit 8b84c1739e31ab884b81e214d72a65f030a5e950
iuc
parents:
diff changeset
55 <element name="3" file="3.fa" />
dc36d50254d8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/fasplit commit 8b84c1739e31ab884b81e214d72a65f030a5e950
iuc
parents:
diff changeset
56 <element name="4" file="4.fa" />
dc36d50254d8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/fasplit commit 8b84c1739e31ab884b81e214d72a65f030a5e950
iuc
parents:
diff changeset
57 </output_collection>
dc36d50254d8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/fasplit commit 8b84c1739e31ab884b81e214d72a65f030a5e950
iuc
parents:
diff changeset
58 </test>
dc36d50254d8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/fasplit commit 8b84c1739e31ab884b81e214d72a65f030a5e950
iuc
parents:
diff changeset
59 <test>
dc36d50254d8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/fasplit commit 8b84c1739e31ab884b81e214d72a65f030a5e950
iuc
parents:
diff changeset
60 <param name="input" ftype="fasta" value="CDS.fa"/>
dc36d50254d8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/fasplit commit 8b84c1739e31ab884b81e214d72a65f030a5e950
iuc
parents:
diff changeset
61 <param name="split_type" value="byname"/>
dc36d50254d8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/fasplit commit 8b84c1739e31ab884b81e214d72a65f030a5e950
iuc
parents:
diff changeset
62 <output_collection name="output_list" type="list">
dc36d50254d8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/fasplit commit 8b84c1739e31ab884b81e214d72a65f030a5e950
iuc
parents:
diff changeset
63 <element name="ENSCAFT00000022939_canisfamiliaris" file="ENSCAFT00000022939_canisfamiliaris.fa" />
dc36d50254d8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/fasplit commit 8b84c1739e31ab884b81e214d72a65f030a5e950
iuc
parents:
diff changeset
64 <element name="ENSMUST00000207100_musmusculus" file="ENSMUST00000207100_musmusculus.fa" />
dc36d50254d8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/fasplit commit 8b84c1739e31ab884b81e214d72a65f030a5e950
iuc
parents:
diff changeset
65 <element name="ENSSSCT00000014817_susscrofa" file="ENSSSCT00000014817_susscrofa.fa" />
dc36d50254d8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/fasplit commit 8b84c1739e31ab884b81e214d72a65f030a5e950
iuc
parents:
diff changeset
66 <element name="ENSCAFT00000022963_canisfamiliaris" file="ENSCAFT00000022963_canisfamiliaris.fa" />
dc36d50254d8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/fasplit commit 8b84c1739e31ab884b81e214d72a65f030a5e950
iuc
parents:
diff changeset
67 <element name="ENSMUST00000208839_musmusculus" file="ENSMUST00000208839_musmusculus.fa" />
dc36d50254d8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/fasplit commit 8b84c1739e31ab884b81e214d72a65f030a5e950
iuc
parents:
diff changeset
68 <element name="ENSSSCT00000023183_susscrofa" file="ENSSSCT00000023183_susscrofa.fa" />
dc36d50254d8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/fasplit commit 8b84c1739e31ab884b81e214d72a65f030a5e950
iuc
parents:
diff changeset
69 <element name="ENSCAFT00000025950_canisfamiliaris" file="ENSCAFT00000025950_canisfamiliaris.fa" />
dc36d50254d8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/fasplit commit 8b84c1739e31ab884b81e214d72a65f030a5e950
iuc
parents:
diff changeset
70 <element name="ENSPTRT00000019089_pantroglodytes" file="ENSPTRT00000019089_pantroglodytes.fa" />
dc36d50254d8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/fasplit commit 8b84c1739e31ab884b81e214d72a65f030a5e950
iuc
parents:
diff changeset
71 <element name="ENSSSCT00000032764_susscrofa" file="ENSSSCT00000032764_susscrofa.fa" />
dc36d50254d8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/fasplit commit 8b84c1739e31ab884b81e214d72a65f030a5e950
iuc
parents:
diff changeset
72 <element name="ENSMUST00000026013_musmusculus" file="ENSMUST00000026013_musmusculus.fa" />
dc36d50254d8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/fasplit commit 8b84c1739e31ab884b81e214d72a65f030a5e950
iuc
parents:
diff changeset
73 <element name="ENSPTRT00000034846_pantroglodytes" file="ENSPTRT00000034846_pantroglodytes.fa" />
dc36d50254d8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/fasplit commit 8b84c1739e31ab884b81e214d72a65f030a5e950
iuc
parents:
diff changeset
74 <element name="ENSSSCT00000033745_susscrofa" file="ENSSSCT00000033745_susscrofa.fa" />
dc36d50254d8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/fasplit commit 8b84c1739e31ab884b81e214d72a65f030a5e950
iuc
parents:
diff changeset
75 <element name="ENSMUST00000040820_musmusculus" file="ENSMUST00000040820_musmusculus.fa" />
dc36d50254d8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/fasplit commit 8b84c1739e31ab884b81e214d72a65f030a5e950
iuc
parents:
diff changeset
76 <element name="ENSPTRT00000040520_pantroglodytes" file="ENSPTRT00000040520_pantroglodytes.fa" />
dc36d50254d8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/fasplit commit 8b84c1739e31ab884b81e214d72a65f030a5e950
iuc
parents:
diff changeset
77 <element name="ENSSSCT00000035258_susscrofa" file="ENSSSCT00000035258_susscrofa.fa" />
dc36d50254d8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/fasplit commit 8b84c1739e31ab884b81e214d72a65f030a5e950
iuc
parents:
diff changeset
78 <element name="ENSMUST00000041588_musmusculus" file="ENSMUST00000041588_musmusculus.fa" />
dc36d50254d8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/fasplit commit 8b84c1739e31ab884b81e214d72a65f030a5e950
iuc
parents:
diff changeset
79 <element name="ENSPTRT00000040521_pantroglodytes" file="ENSPTRT00000040521_pantroglodytes.fa" />
dc36d50254d8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/fasplit commit 8b84c1739e31ab884b81e214d72a65f030a5e950
iuc
parents:
diff changeset
80 <element name="ENST00000302850_homosapiens" file="ENST00000302850_homosapiens.fa" />
dc36d50254d8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/fasplit commit 8b84c1739e31ab884b81e214d72a65f030a5e950
iuc
parents:
diff changeset
81 <element name="ENSMUST00000091291_musmusculus" file="ENSMUST00000091291_musmusculus.fa" />
dc36d50254d8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/fasplit commit 8b84c1739e31ab884b81e214d72a65f030a5e950
iuc
parents:
diff changeset
82 <element name="ENSRNOT00000041155_rattusnorvegicus" file="ENSRNOT00000041155_rattusnorvegicus.fa" />
dc36d50254d8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/fasplit commit 8b84c1739e31ab884b81e214d72a65f030a5e950
iuc
parents:
diff changeset
83 <element name="ENST00000338702_homosapiens" file="ENST00000338702_homosapiens.fa" />
dc36d50254d8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/fasplit commit 8b84c1739e31ab884b81e214d72a65f030a5e950
iuc
parents:
diff changeset
84 <element name="ENSMUST00000100505_musmusculus" file="ENSMUST00000100505_musmusculus.fa" />
dc36d50254d8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/fasplit commit 8b84c1739e31ab884b81e214d72a65f030a5e950
iuc
parents:
diff changeset
85 <element name="ENSRNOT00000044009_rattusnorvegicus" file="ENSRNOT00000044009_rattusnorvegicus.fa" />
dc36d50254d8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/fasplit commit 8b84c1739e31ab884b81e214d72a65f030a5e950
iuc
parents:
diff changeset
86 <element name="ENST00000340611_homosapiens" file="ENST00000340611_homosapiens.fa" />
dc36d50254d8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/fasplit commit 8b84c1739e31ab884b81e214d72a65f030a5e950
iuc
parents:
diff changeset
87 <element name="ENSMUST00000110806_musmusculus" file="ENSMUST00000110806_musmusculus.fa" />
dc36d50254d8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/fasplit commit 8b84c1739e31ab884b81e214d72a65f030a5e950
iuc
parents:
diff changeset
88 <element name="ENSRNOT00000064726_rattusnorvegicus" file="ENSRNOT00000064726_rattusnorvegicus.fa" />
dc36d50254d8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/fasplit commit 8b84c1739e31ab884b81e214d72a65f030a5e950
iuc
parents:
diff changeset
89 <element name="ENST00000341500_homosapiens" file="ENST00000341500_homosapiens.fa" />
dc36d50254d8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/fasplit commit 8b84c1739e31ab884b81e214d72a65f030a5e950
iuc
parents:
diff changeset
90 <element name="ENSMUST00000153440_musmusculus" file="ENSMUST00000153440_musmusculus.fa" />
dc36d50254d8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/fasplit commit 8b84c1739e31ab884b81e214d72a65f030a5e950
iuc
parents:
diff changeset
91 <element name="ENSRNOT00000066674_rattusnorvegicus" file="ENSRNOT00000066674_rattusnorvegicus.fa" />
dc36d50254d8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/fasplit commit 8b84c1739e31ab884b81e214d72a65f030a5e950
iuc
parents:
diff changeset
92 <element name="ENST00000378069_homosapiens" file="ENST00000378069_homosapiens.fa" />
dc36d50254d8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/fasplit commit 8b84c1739e31ab884b81e214d72a65f030a5e950
iuc
parents:
diff changeset
93 <element name="ENSMUST00000163344_musmusculus" file="ENSMUST00000163344_musmusculus.fa" />
dc36d50254d8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/fasplit commit 8b84c1739e31ab884b81e214d72a65f030a5e950
iuc
parents:
diff changeset
94 <element name="ENSRNOT00000067448_rattusnorvegicus" file="ENSRNOT00000067448_rattusnorvegicus.fa" />
dc36d50254d8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/fasplit commit 8b84c1739e31ab884b81e214d72a65f030a5e950
iuc
parents:
diff changeset
95 <element name="ENST00000421712_homosapiens" file="ENST00000421712_homosapiens.fa" />
dc36d50254d8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/fasplit commit 8b84c1739e31ab884b81e214d72a65f030a5e950
iuc
parents:
diff changeset
96 <element name="ENSMUST00000168613_musmusculus" file="ENSMUST00000168613_musmusculus.fa" />
dc36d50254d8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/fasplit commit 8b84c1739e31ab884b81e214d72a65f030a5e950
iuc
parents:
diff changeset
97 <element name="ENSSSCT00000008295_susscrofa" file="ENSSSCT00000008295_susscrofa.fa" />
dc36d50254d8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/fasplit commit 8b84c1739e31ab884b81e214d72a65f030a5e950
iuc
parents:
diff changeset
98 <element name="ENST00000542639_homosapiens" file="ENST00000542639_homosapiens.fa" />
dc36d50254d8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/fasplit commit 8b84c1739e31ab884b81e214d72a65f030a5e950
iuc
parents:
diff changeset
99 <element name="ENSMUST00000173143_musmusculus" file="ENSMUST00000173143_musmusculus.fa" />
dc36d50254d8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/fasplit commit 8b84c1739e31ab884b81e214d72a65f030a5e950
iuc
parents:
diff changeset
100 <element name="ENSSSCT00000013404_susscrofa" file="ENSSSCT00000013404_susscrofa.fa" />
dc36d50254d8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/fasplit commit 8b84c1739e31ab884b81e214d72a65f030a5e950
iuc
parents:
diff changeset
101 <element name="ENST00000600492_homosapiens" file="ENST00000600492_homosapiens.fa" />
dc36d50254d8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/fasplit commit 8b84c1739e31ab884b81e214d72a65f030a5e950
iuc
parents:
diff changeset
102 </output_collection>
dc36d50254d8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/fasplit commit 8b84c1739e31ab884b81e214d72a65f030a5e950
iuc
parents:
diff changeset
103 </test>
dc36d50254d8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/fasplit commit 8b84c1739e31ab884b81e214d72a65f030a5e950
iuc
parents:
diff changeset
104 </tests>
dc36d50254d8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/fasplit commit 8b84c1739e31ab884b81e214d72a65f030a5e950
iuc
parents:
diff changeset
105 <help><![CDATA[
dc36d50254d8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/fasplit commit 8b84c1739e31ab884b81e214d72a65f030a5e950
iuc
parents:
diff changeset
106 **What it does**
dc36d50254d8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/fasplit commit 8b84c1739e31ab884b81e214d72a65f030a5e950
iuc
parents:
diff changeset
107
dc36d50254d8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/fasplit commit 8b84c1739e31ab884b81e214d72a65f030a5e950
iuc
parents:
diff changeset
108 `faSplit`_ is a tool to split a single FASTA file into several files.
dc36d50254d8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/fasplit commit 8b84c1739e31ab884b81e214d72a65f030a5e950
iuc
parents:
diff changeset
109
dc36d50254d8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/fasplit commit 8b84c1739e31ab884b81e214d72a65f030a5e950
iuc
parents:
diff changeset
110 .. _faSplit: http://hgdownload.cse.ucsc.edu/admin/exe/linux.x86_64/FOOTER.txt
dc36d50254d8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/fasplit commit 8b84c1739e31ab884b81e214d72a65f030a5e950
iuc
parents:
diff changeset
111 ]]></help>
dc36d50254d8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/fasplit commit 8b84c1739e31ab884b81e214d72a65f030a5e950
iuc
parents:
diff changeset
112 <citations>
dc36d50254d8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/fasplit commit 8b84c1739e31ab884b81e214d72a65f030a5e950
iuc
parents:
diff changeset
113 </citations>
dc36d50254d8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/fasplit commit 8b84c1739e31ab884b81e214d72a65f030a5e950
iuc
parents:
diff changeset
114 </tool>