Mercurial > repos > iuc > ucsc_fasplit
annotate fasplit.xml @ 3:d3f58a0dc09d draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/fasplit commit 303002db06287fb25306020c4391626842f52162
author | iuc |
---|---|
date | Sun, 22 Sep 2024 07:26:24 +0000 |
parents | bf04bd405d5b |
children |
rev | line source |
---|---|
3
d3f58a0dc09d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/fasplit commit 303002db06287fb25306020c4391626842f52162
iuc
parents:
2
diff
changeset
|
1 <tool id="fasplit" name="faSplit" version="@TOOL_VERSION@" profile="22.05"> |
0
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> |
3
d3f58a0dc09d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/fasplit commit 303002db06287fb25306020c4391626842f52162
iuc
parents:
2
diff
changeset
|
3 <macros> |
d3f58a0dc09d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/fasplit commit 303002db06287fb25306020c4391626842f52162
iuc
parents:
2
diff
changeset
|
4 <token name="@TOOL_VERSION@">469</token> |
d3f58a0dc09d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/fasplit commit 303002db06287fb25306020c4391626842f52162
iuc
parents:
2
diff
changeset
|
5 </macros> |
2
bf04bd405d5b
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/fasplit commit e021ee7a5b682d6f513ca053138acf9bb5d2b4b2"
iuc
parents:
1
diff
changeset
|
6 <xrefs> |
bf04bd405d5b
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/fasplit commit e021ee7a5b682d6f513ca053138acf9bb5d2b4b2"
iuc
parents:
1
diff
changeset
|
7 <xref type="bio.tools">UCSC_Genome_Browser_Utilities</xref> |
bf04bd405d5b
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/fasplit commit e021ee7a5b682d6f513ca053138acf9bb5d2b4b2"
iuc
parents:
1
diff
changeset
|
8 </xrefs> |
0
dc36d50254d8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/fasplit commit 8b84c1739e31ab884b81e214d72a65f030a5e950
iuc
parents:
diff
changeset
|
9 <requirements> |
2
bf04bd405d5b
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/fasplit commit e021ee7a5b682d6f513ca053138acf9bb5d2b4b2"
iuc
parents:
1
diff
changeset
|
10 <requirement type="package" version="@TOOL_VERSION@">ucsc-fasplit</requirement> |
0
dc36d50254d8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/fasplit commit 8b84c1739e31ab884b81e214d72a65f030a5e950
iuc
parents:
diff
changeset
|
11 </requirements> |
dc36d50254d8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/fasplit commit 8b84c1739e31ab884b81e214d72a65f030a5e950
iuc
parents:
diff
changeset
|
12 <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
|
13 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
|
14 faSplit |
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.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
|
16 '$input' |
dc36d50254d8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/fasplit commit 8b84c1739e31ab884b81e214d72a65f030a5e950
iuc
parents:
diff
changeset
|
17 #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
|
18 $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
|
19 #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
|
20 out/ |
dc36d50254d8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/fasplit commit 8b84c1739e31ab884b81e214d72a65f030a5e950
iuc
parents:
diff
changeset
|
21 ]]></command> |
dc36d50254d8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/fasplit commit 8b84c1739e31ab884b81e214d72a65f030a5e950
iuc
parents:
diff
changeset
|
22 <inputs> |
dc36d50254d8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/fasplit commit 8b84c1739e31ab884b81e214d72a65f030a5e950
iuc
parents:
diff
changeset
|
23 <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
|
24 <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
|
25 <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
|
26 <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
|
27 <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
|
28 <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
|
29 <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
|
30 </param> |
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="sequence"> |
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="base"> |
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="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
|
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="size"> |
dc36d50254d8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/fasplit commit 8b84c1739e31ab884b81e214d72a65f030a5e950
iuc
parents:
diff
changeset
|
38 <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
|
39 </when> |
dc36d50254d8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/fasplit commit 8b84c1739e31ab884b81e214d72a65f030a5e950
iuc
parents:
diff
changeset
|
40 <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
|
41 </conditional> |
dc36d50254d8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/fasplit commit 8b84c1739e31ab884b81e214d72a65f030a5e950
iuc
parents:
diff
changeset
|
42 </inputs> |
dc36d50254d8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/fasplit commit 8b84c1739e31ab884b81e214d72a65f030a5e950
iuc
parents:
diff
changeset
|
43 <outputs> |
dc36d50254d8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/fasplit commit 8b84c1739e31ab884b81e214d72a65f030a5e950
iuc
parents:
diff
changeset
|
44 <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
|
45 <discover_datasets pattern="(?P<designation>.*)\.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
|
46 </collection> |
dc36d50254d8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/fasplit commit 8b84c1739e31ab884b81e214d72a65f030a5e950
iuc
parents:
diff
changeset
|
47 </outputs> |
dc36d50254d8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/fasplit commit 8b84c1739e31ab884b81e214d72a65f030a5e950
iuc
parents:
diff
changeset
|
48 |
dc36d50254d8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/fasplit commit 8b84c1739e31ab884b81e214d72a65f030a5e950
iuc
parents:
diff
changeset
|
49 <tests> |
dc36d50254d8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/fasplit commit 8b84c1739e31ab884b81e214d72a65f030a5e950
iuc
parents:
diff
changeset
|
50 <test> |
dc36d50254d8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/fasplit commit 8b84c1739e31ab884b81e214d72a65f030a5e950
iuc
parents:
diff
changeset
|
51 <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
|
52 <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
|
53 <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
|
54 <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
|
55 <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
|
56 <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
|
57 <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
|
58 <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
|
59 <element name="4" file="4.fa" /> |
3
d3f58a0dc09d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/fasplit commit 303002db06287fb25306020c4391626842f52162
iuc
parents:
2
diff
changeset
|
60 </output_collection> |
0
dc36d50254d8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/fasplit commit 8b84c1739e31ab884b81e214d72a65f030a5e950
iuc
parents:
diff
changeset
|
61 </test> |
dc36d50254d8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/fasplit commit 8b84c1739e31ab884b81e214d72a65f030a5e950
iuc
parents:
diff
changeset
|
62 <test> |
dc36d50254d8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/fasplit commit 8b84c1739e31ab884b81e214d72a65f030a5e950
iuc
parents:
diff
changeset
|
63 <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
|
64 <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
|
65 <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
|
66 <element name="ENSCAFT00000022939_canisfamiliaris" file="ENSCAFT00000022939_canisfamiliaris.fa" /> |
3
d3f58a0dc09d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/fasplit commit 303002db06287fb25306020c4391626842f52162
iuc
parents:
2
diff
changeset
|
67 <element name="ENSCAFT00000022963_canisfamiliaris" file="ENSCAFT00000022963_canisfamiliaris.fa" /> |
d3f58a0dc09d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/fasplit commit 303002db06287fb25306020c4391626842f52162
iuc
parents:
2
diff
changeset
|
68 <element name="ENSCAFT00000025950_canisfamiliaris" file="ENSCAFT00000025950_canisfamiliaris.fa" /> |
d3f58a0dc09d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/fasplit commit 303002db06287fb25306020c4391626842f52162
iuc
parents:
2
diff
changeset
|
69 <element name="ENSMUST00000026013_musmusculus" file="ENSMUST00000026013_musmusculus.fa" /> |
d3f58a0dc09d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/fasplit commit 303002db06287fb25306020c4391626842f52162
iuc
parents:
2
diff
changeset
|
70 <element name="ENSMUST00000040820_musmusculus" file="ENSMUST00000040820_musmusculus.fa" /> |
d3f58a0dc09d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/fasplit commit 303002db06287fb25306020c4391626842f52162
iuc
parents:
2
diff
changeset
|
71 <element name="ENSMUST00000041588_musmusculus" file="ENSMUST00000041588_musmusculus.fa" /> |
d3f58a0dc09d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/fasplit commit 303002db06287fb25306020c4391626842f52162
iuc
parents:
2
diff
changeset
|
72 <element name="ENSMUST00000091291_musmusculus" file="ENSMUST00000091291_musmusculus.fa" /> |
d3f58a0dc09d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/fasplit commit 303002db06287fb25306020c4391626842f52162
iuc
parents:
2
diff
changeset
|
73 <element name="ENSMUST00000100505_musmusculus" file="ENSMUST00000100505_musmusculus.fa" /> |
d3f58a0dc09d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/fasplit commit 303002db06287fb25306020c4391626842f52162
iuc
parents:
2
diff
changeset
|
74 <element name="ENSMUST00000110806_musmusculus" file="ENSMUST00000110806_musmusculus.fa" /> |
d3f58a0dc09d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/fasplit commit 303002db06287fb25306020c4391626842f52162
iuc
parents:
2
diff
changeset
|
75 <element name="ENSMUST00000153440_musmusculus" file="ENSMUST00000153440_musmusculus.fa" /> |
d3f58a0dc09d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/fasplit commit 303002db06287fb25306020c4391626842f52162
iuc
parents:
2
diff
changeset
|
76 <element name="ENSMUST00000163344_musmusculus" file="ENSMUST00000163344_musmusculus.fa" /> |
d3f58a0dc09d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/fasplit commit 303002db06287fb25306020c4391626842f52162
iuc
parents:
2
diff
changeset
|
77 <element name="ENSMUST00000168613_musmusculus" file="ENSMUST00000168613_musmusculus.fa" /> |
d3f58a0dc09d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/fasplit commit 303002db06287fb25306020c4391626842f52162
iuc
parents:
2
diff
changeset
|
78 <element name="ENSMUST00000173143_musmusculus" file="ENSMUST00000173143_musmusculus.fa" /> |
0
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="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
|
80 <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
|
81 <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
|
82 <element name="ENSPTRT00000034846_pantroglodytes" file="ENSPTRT00000034846_pantroglodytes.fa" /> |
3
d3f58a0dc09d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/fasplit commit 303002db06287fb25306020c4391626842f52162
iuc
parents:
2
diff
changeset
|
83 <element name="ENSPTRT00000040520_pantroglodytes" file="ENSPTRT00000040520_pantroglodytes.fa" /> |
d3f58a0dc09d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/fasplit commit 303002db06287fb25306020c4391626842f52162
iuc
parents:
2
diff
changeset
|
84 <element name="ENSPTRT00000040521_pantroglodytes" file="ENSPTRT00000040521_pantroglodytes.fa" /> |
d3f58a0dc09d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/fasplit commit 303002db06287fb25306020c4391626842f52162
iuc
parents:
2
diff
changeset
|
85 <element name="ENSRNOT00000041155_rattusnorvegicus" file="ENSRNOT00000041155_rattusnorvegicus.fa" /> |
d3f58a0dc09d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/fasplit commit 303002db06287fb25306020c4391626842f52162
iuc
parents:
2
diff
changeset
|
86 <element name="ENSRNOT00000044009_rattusnorvegicus" file="ENSRNOT00000044009_rattusnorvegicus.fa" /> |
d3f58a0dc09d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/fasplit commit 303002db06287fb25306020c4391626842f52162
iuc
parents:
2
diff
changeset
|
87 <element name="ENSRNOT00000064726_rattusnorvegicus" file="ENSRNOT00000064726_rattusnorvegicus.fa" /> |
d3f58a0dc09d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/fasplit commit 303002db06287fb25306020c4391626842f52162
iuc
parents:
2
diff
changeset
|
88 <element name="ENSRNOT00000066674_rattusnorvegicus" file="ENSRNOT00000066674_rattusnorvegicus.fa" /> |
d3f58a0dc09d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/fasplit commit 303002db06287fb25306020c4391626842f52162
iuc
parents:
2
diff
changeset
|
89 <element name="ENSRNOT00000067448_rattusnorvegicus" file="ENSRNOT00000067448_rattusnorvegicus.fa" /> |
d3f58a0dc09d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/fasplit commit 303002db06287fb25306020c4391626842f52162
iuc
parents:
2
diff
changeset
|
90 <element name="ENSSSCT00000008295_susscrofa" file="ENSSSCT00000008295_susscrofa.fa" /> |
d3f58a0dc09d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/fasplit commit 303002db06287fb25306020c4391626842f52162
iuc
parents:
2
diff
changeset
|
91 <element name="ENSSSCT00000013404_susscrofa" file="ENSSSCT00000013404_susscrofa.fa" /> |
d3f58a0dc09d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/fasplit commit 303002db06287fb25306020c4391626842f52162
iuc
parents:
2
diff
changeset
|
92 <element name="ENSSSCT00000014817_susscrofa" file="ENSSSCT00000014817_susscrofa.fa" /> |
d3f58a0dc09d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/fasplit commit 303002db06287fb25306020c4391626842f52162
iuc
parents:
2
diff
changeset
|
93 <element name="ENSSSCT00000023183_susscrofa" file="ENSSSCT00000023183_susscrofa.fa" /> |
d3f58a0dc09d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/fasplit commit 303002db06287fb25306020c4391626842f52162
iuc
parents:
2
diff
changeset
|
94 <element name="ENSSSCT00000032764_susscrofa" file="ENSSSCT00000032764_susscrofa.fa" /> |
0
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="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
|
96 <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
|
97 <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
|
98 <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
|
99 <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
|
100 <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
|
101 <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
|
102 <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
|
103 <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
|
104 <element name="ENST00000600492_homosapiens" file="ENST00000600492_homosapiens.fa" /> |
3
d3f58a0dc09d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/fasplit commit 303002db06287fb25306020c4391626842f52162
iuc
parents:
2
diff
changeset
|
105 </output_collection> |
0
dc36d50254d8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/fasplit commit 8b84c1739e31ab884b81e214d72a65f030a5e950
iuc
parents:
diff
changeset
|
106 </test> |
dc36d50254d8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/fasplit commit 8b84c1739e31ab884b81e214d72a65f030a5e950
iuc
parents:
diff
changeset
|
107 </tests> |
dc36d50254d8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/fasplit commit 8b84c1739e31ab884b81e214d72a65f030a5e950
iuc
parents:
diff
changeset
|
108 <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
|
109 **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
|
110 |
dc36d50254d8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/fasplit commit 8b84c1739e31ab884b81e214d72a65f030a5e950
iuc
parents:
diff
changeset
|
111 `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
|
112 |
3
d3f58a0dc09d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/fasplit commit 303002db06287fb25306020c4391626842f52162
iuc
parents:
2
diff
changeset
|
113 For implementation details see faSplit's `source code`_. |
d3f58a0dc09d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/fasplit commit 303002db06287fb25306020c4391626842f52162
iuc
parents:
2
diff
changeset
|
114 |
0
dc36d50254d8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/fasplit commit 8b84c1739e31ab884b81e214d72a65f030a5e950
iuc
parents:
diff
changeset
|
115 .. _faSplit: http://hgdownload.cse.ucsc.edu/admin/exe/linux.x86_64/FOOTER.txt |
3
d3f58a0dc09d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/fasplit commit 303002db06287fb25306020c4391626842f52162
iuc
parents:
2
diff
changeset
|
116 .. _source code: https://github.com/ucscGenomeBrowser/kent/blob/master/src/utils/faSplit/faSplit.c |
0
dc36d50254d8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/fasplit commit 8b84c1739e31ab884b81e214d72a65f030a5e950
iuc
parents:
diff
changeset
|
117 ]]></help> |
dc36d50254d8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/fasplit commit 8b84c1739e31ab884b81e214d72a65f030a5e950
iuc
parents:
diff
changeset
|
118 <citations> |
3
d3f58a0dc09d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/fasplit commit 303002db06287fb25306020c4391626842f52162
iuc
parents:
2
diff
changeset
|
119 <citation type="doi">10.1093/bib/bbs038</citation> |
0
dc36d50254d8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/fasplit commit 8b84c1739e31ab884b81e214d72a65f030a5e950
iuc
parents:
diff
changeset
|
120 </citations> |
dc36d50254d8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/fasplit commit 8b84c1739e31ab884b81e214d72a65f030a5e950
iuc
parents:
diff
changeset
|
121 </tool> |