annotate fasta_concatenate_by_species.xml @ 3:25b8736c627a draft default tip

"planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/fasta_concatenate_by_species commit 34a6c9f94a5722bb7d2f887618aafa410a770e91"
author devteam
date Mon, 02 Mar 2020 06:47:07 -0500
parents 16df616b39e5
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2
16df616b39e5 "planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/fasta_concatenate_by_species commit cd1ed08574b749eee2a3f6e6151dbb0c8ca15bbf"
devteam
parents: 1
diff changeset
1 <tool id="fasta_concatenate0" name="Concatenate" version="0.0.1" profile="16.04">
0
2126e1b833a2 Imported from capsule None
devteam
parents:
diff changeset
2 <description>FASTA alignment by species</description>
1
717aee069681 Add bx-python dependency.
Nate Coraor <nate@bx.psu.edu>
parents: 0
diff changeset
3 <requirements>
2
16df616b39e5 "planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/fasta_concatenate_by_species commit cd1ed08574b749eee2a3f6e6151dbb0c8ca15bbf"
devteam
parents: 1
diff changeset
4 <requirement type="package" version="0.8.8">bx-python</requirement>
1
717aee069681 Add bx-python dependency.
Nate Coraor <nate@bx.psu.edu>
parents: 0
diff changeset
5 </requirements>
2
16df616b39e5 "planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/fasta_concatenate_by_species commit cd1ed08574b749eee2a3f6e6151dbb0c8ca15bbf"
devteam
parents: 1
diff changeset
6 <command>
16df616b39e5 "planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/fasta_concatenate_by_species commit cd1ed08574b749eee2a3f6e6151dbb0c8ca15bbf"
devteam
parents: 1
diff changeset
7 python '$__tool_directory__/fasta_concatenate_by_species.py'
16df616b39e5 "planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/fasta_concatenate_by_species commit cd1ed08574b749eee2a3f6e6151dbb0c8ca15bbf"
devteam
parents: 1
diff changeset
8 '$input1'
16df616b39e5 "planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/fasta_concatenate_by_species commit cd1ed08574b749eee2a3f6e6151dbb0c8ca15bbf"
devteam
parents: 1
diff changeset
9 '$out_file1'
16df616b39e5 "planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/fasta_concatenate_by_species commit cd1ed08574b749eee2a3f6e6151dbb0c8ca15bbf"
devteam
parents: 1
diff changeset
10 </command>
0
2126e1b833a2 Imported from capsule None
devteam
parents:
diff changeset
11 <inputs>
2126e1b833a2 Imported from capsule None
devteam
parents:
diff changeset
12 <param name="input1" type="data" format="fasta" label="FASTA alignment"/>
2126e1b833a2 Imported from capsule None
devteam
parents:
diff changeset
13 </inputs>
2126e1b833a2 Imported from capsule None
devteam
parents:
diff changeset
14 <outputs>
2126e1b833a2 Imported from capsule None
devteam
parents:
diff changeset
15 <data name="out_file1" format="fasta"/>
2126e1b833a2 Imported from capsule None
devteam
parents:
diff changeset
16 </outputs>
2126e1b833a2 Imported from capsule None
devteam
parents:
diff changeset
17 <tests>
2126e1b833a2 Imported from capsule None
devteam
parents:
diff changeset
18 <test>
2126e1b833a2 Imported from capsule None
devteam
parents:
diff changeset
19 <param name="input1" value="cf_maf2fasta.dat" />
2126e1b833a2 Imported from capsule None
devteam
parents:
diff changeset
20 <output name="out_file1" file="fasta_concatenate_out.fasta" />
2126e1b833a2 Imported from capsule None
devteam
parents:
diff changeset
21 </test>
2126e1b833a2 Imported from capsule None
devteam
parents:
diff changeset
22 </tests>
2
16df616b39e5 "planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/fasta_concatenate_by_species commit cd1ed08574b749eee2a3f6e6151dbb0c8ca15bbf"
devteam
parents: 1
diff changeset
23 <help><![CDATA[
0
2126e1b833a2 Imported from capsule None
devteam
parents:
diff changeset
24
2126e1b833a2 Imported from capsule None
devteam
parents:
diff changeset
25 **What it does**
2126e1b833a2 Imported from capsule None
devteam
parents:
diff changeset
26
2126e1b833a2 Imported from capsule None
devteam
parents:
diff changeset
27 This tools attempts to parse FASTA headers to determine the species for each sequence in a multiple FASTA alignment.
2126e1b833a2 Imported from capsule None
devteam
parents:
diff changeset
28 It then linearly concatenates the sequences for each species in the file, creating one sequence per determined species.
2126e1b833a2 Imported from capsule None
devteam
parents:
diff changeset
29
2126e1b833a2 Imported from capsule None
devteam
parents:
diff changeset
30 -------
2126e1b833a2 Imported from capsule None
devteam
parents:
diff changeset
31
2126e1b833a2 Imported from capsule None
devteam
parents:
diff changeset
32 **Example**
2126e1b833a2 Imported from capsule None
devteam
parents:
diff changeset
33
2126e1b833a2 Imported from capsule None
devteam
parents:
diff changeset
34 Starting FASTA::
2126e1b833a2 Imported from capsule None
devteam
parents:
diff changeset
35
2126e1b833a2 Imported from capsule None
devteam
parents:
diff changeset
36 >hg18.chr1(+):10016339-10016341|hg18_0
2126e1b833a2 Imported from capsule None
devteam
parents:
diff changeset
37 GT
2126e1b833a2 Imported from capsule None
devteam
parents:
diff changeset
38 >panTro2.chr1(+):10195380-10195382|panTro2_0
2126e1b833a2 Imported from capsule None
devteam
parents:
diff changeset
39 GT
2126e1b833a2 Imported from capsule None
devteam
parents:
diff changeset
40 >rheMac2.chr1(+):13119747-13119749|rheMac2_0
2126e1b833a2 Imported from capsule None
devteam
parents:
diff changeset
41 GT
2126e1b833a2 Imported from capsule None
devteam
parents:
diff changeset
42 >mm8.chr4(-):148269679-148269681|mm8_0
2126e1b833a2 Imported from capsule None
devteam
parents:
diff changeset
43 GT
2126e1b833a2 Imported from capsule None
devteam
parents:
diff changeset
44 >canFam2.chr5(+):66213635-66213637|canFam2_0
2126e1b833a2 Imported from capsule None
devteam
parents:
diff changeset
45 GT
2126e1b833a2 Imported from capsule None
devteam
parents:
diff changeset
46
2126e1b833a2 Imported from capsule None
devteam
parents:
diff changeset
47 >hg18.chr1(-):100323677-100323679|hg18_1
2126e1b833a2 Imported from capsule None
devteam
parents:
diff changeset
48 GT
2126e1b833a2 Imported from capsule None
devteam
parents:
diff changeset
49 >panTro2.chr1(-):101678671-101678673|panTro2_1
2126e1b833a2 Imported from capsule None
devteam
parents:
diff changeset
50 GT
2126e1b833a2 Imported from capsule None
devteam
parents:
diff changeset
51 >rheMac2.chr1(-):103154011-103154013|rheMac2_1
2126e1b833a2 Imported from capsule None
devteam
parents:
diff changeset
52 GT
2126e1b833a2 Imported from capsule None
devteam
parents:
diff changeset
53 >mm8.chr3(+):116620616-116620618|mm8_1
2126e1b833a2 Imported from capsule None
devteam
parents:
diff changeset
54 GT
2126e1b833a2 Imported from capsule None
devteam
parents:
diff changeset
55 >canFam2.chr6(+):52954092-52954094|canFam2_1
2126e1b833a2 Imported from capsule None
devteam
parents:
diff changeset
56 GT
2126e1b833a2 Imported from capsule None
devteam
parents:
diff changeset
57
2126e1b833a2 Imported from capsule None
devteam
parents:
diff changeset
58
2126e1b833a2 Imported from capsule None
devteam
parents:
diff changeset
59
2126e1b833a2 Imported from capsule None
devteam
parents:
diff changeset
60 becomes::
2126e1b833a2 Imported from capsule None
devteam
parents:
diff changeset
61
2126e1b833a2 Imported from capsule None
devteam
parents:
diff changeset
62 >hg18
2126e1b833a2 Imported from capsule None
devteam
parents:
diff changeset
63 GTGT
2126e1b833a2 Imported from capsule None
devteam
parents:
diff changeset
64 >panTro2
2126e1b833a2 Imported from capsule None
devteam
parents:
diff changeset
65 GTGT
2126e1b833a2 Imported from capsule None
devteam
parents:
diff changeset
66 >rheMac2
2126e1b833a2 Imported from capsule None
devteam
parents:
diff changeset
67 GTGT
2126e1b833a2 Imported from capsule None
devteam
parents:
diff changeset
68 >mm8
2126e1b833a2 Imported from capsule None
devteam
parents:
diff changeset
69 GTGT
2126e1b833a2 Imported from capsule None
devteam
parents:
diff changeset
70 >canFam2
2126e1b833a2 Imported from capsule None
devteam
parents:
diff changeset
71 GTGT
2126e1b833a2 Imported from capsule None
devteam
parents:
diff changeset
72
2126e1b833a2 Imported from capsule None
devteam
parents:
diff changeset
73
2126e1b833a2 Imported from capsule None
devteam
parents:
diff changeset
74 .. class:: warningmark
2126e1b833a2 Imported from capsule None
devteam
parents:
diff changeset
75
2126e1b833a2 Imported from capsule None
devteam
parents:
diff changeset
76 This tool will only work properly on files with Galaxy style FASTA headers.
2126e1b833a2 Imported from capsule None
devteam
parents:
diff changeset
77
2
16df616b39e5 "planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/fasta_concatenate_by_species commit cd1ed08574b749eee2a3f6e6151dbb0c8ca15bbf"
devteam
parents: 1
diff changeset
78 ]]></help>
1
717aee069681 Add bx-python dependency.
Nate Coraor <nate@bx.psu.edu>
parents: 0
diff changeset
79 </tool>