annotate spaln.xml @ 0:95ea8d97abb4 draft

planemo upload for repository https://github.com/ogotoh/spaln commit af52c6b4c904f6291953881111d415d5b86ee4d6
author iuc
date Fri, 11 Jan 2019 18:15:21 -0500
parents
children 37b5e1f0b544
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
95ea8d97abb4 planemo upload for repository https://github.com/ogotoh/spaln commit af52c6b4c904f6291953881111d415d5b86ee4d6
iuc
parents:
diff changeset
1 <tool id="spaln" name="Spaln: align cDNA or Protein to genome" version="@TOOL_VERSION@+galaxy0">
95ea8d97abb4 planemo upload for repository https://github.com/ogotoh/spaln commit af52c6b4c904f6291953881111d415d5b86ee4d6
iuc
parents:
diff changeset
2 <description>Maps and aligns a set of cDNA or protein sequences onto a whole genomic sequence.</description>
95ea8d97abb4 planemo upload for repository https://github.com/ogotoh/spaln commit af52c6b4c904f6291953881111d415d5b86ee4d6
iuc
parents:
diff changeset
3 <macros>
95ea8d97abb4 planemo upload for repository https://github.com/ogotoh/spaln commit af52c6b4c904f6291953881111d415d5b86ee4d6
iuc
parents:
diff changeset
4 <token name="@TOOL_VERSION@">2.3.2</token>
95ea8d97abb4 planemo upload for repository https://github.com/ogotoh/spaln commit af52c6b4c904f6291953881111d415d5b86ee4d6
iuc
parents:
diff changeset
5 </macros>
95ea8d97abb4 planemo upload for repository https://github.com/ogotoh/spaln commit af52c6b4c904f6291953881111d415d5b86ee4d6
iuc
parents:
diff changeset
6 <edam_topics>
95ea8d97abb4 planemo upload for repository https://github.com/ogotoh/spaln commit af52c6b4c904f6291953881111d415d5b86ee4d6
iuc
parents:
diff changeset
7 <edam_topic>topic_3512</edam_topic>
95ea8d97abb4 planemo upload for repository https://github.com/ogotoh/spaln commit af52c6b4c904f6291953881111d415d5b86ee4d6
iuc
parents:
diff changeset
8 </edam_topics>
95ea8d97abb4 planemo upload for repository https://github.com/ogotoh/spaln commit af52c6b4c904f6291953881111d415d5b86ee4d6
iuc
parents:
diff changeset
9 <requirements>
95ea8d97abb4 planemo upload for repository https://github.com/ogotoh/spaln commit af52c6b4c904f6291953881111d415d5b86ee4d6
iuc
parents:
diff changeset
10 <requirement type="package" version="@TOOL_VERSION@">spaln</requirement>
95ea8d97abb4 planemo upload for repository https://github.com/ogotoh/spaln commit af52c6b4c904f6291953881111d415d5b86ee4d6
iuc
parents:
diff changeset
11 </requirements>
95ea8d97abb4 planemo upload for repository https://github.com/ogotoh/spaln commit af52c6b4c904f6291953881111d415d5b86ee4d6
iuc
parents:
diff changeset
12 <command detect_errors="aggressive"><![CDATA[
95ea8d97abb4 planemo upload for repository https://github.com/ogotoh/spaln commit af52c6b4c904f6291953881111d415d5b86ee4d6
iuc
parents:
diff changeset
13 spaln -t\${GALAXY_SLOTS:-1} -O$format -o '$output1' '$genome' '$query'
95ea8d97abb4 planemo upload for repository https://github.com/ogotoh/spaln commit af52c6b4c904f6291953881111d415d5b86ee4d6
iuc
parents:
diff changeset
14 ]]></command>
95ea8d97abb4 planemo upload for repository https://github.com/ogotoh/spaln commit af52c6b4c904f6291953881111d415d5b86ee4d6
iuc
parents:
diff changeset
15 <inputs>
95ea8d97abb4 planemo upload for repository https://github.com/ogotoh/spaln commit af52c6b4c904f6291953881111d415d5b86ee4d6
iuc
parents:
diff changeset
16 <param type="data" name="genome" format="fasta" label="Genome sequence to search (FASTA format)" />
95ea8d97abb4 planemo upload for repository https://github.com/ogotoh/spaln commit af52c6b4c904f6291953881111d415d5b86ee4d6
iuc
parents:
diff changeset
17 <param type="data" name="query" format="fasta" label="Query sequence(s) (protein or cDNA)" />
95ea8d97abb4 planemo upload for repository https://github.com/ogotoh/spaln commit af52c6b4c904f6291953881111d415d5b86ee4d6
iuc
parents:
diff changeset
18 <param argument="-O" type="select" name="format" label="Output format">
95ea8d97abb4 planemo upload for repository https://github.com/ogotoh/spaln commit af52c6b4c904f6291953881111d415d5b86ee4d6
iuc
parents:
diff changeset
19 <option value="0">GFF3 format genes</option>
95ea8d97abb4 planemo upload for repository https://github.com/ogotoh/spaln commit af52c6b4c904f6291953881111d415d5b86ee4d6
iuc
parents:
diff changeset
20 <option value="2">GFF3 format matches</option>
95ea8d97abb4 planemo upload for repository https://github.com/ogotoh/spaln commit af52c6b4c904f6291953881111d415d5b86ee4d6
iuc
parents:
diff changeset
21 <option value="3">BED format</option>
95ea8d97abb4 planemo upload for repository https://github.com/ogotoh/spaln commit af52c6b4c904f6291953881111d415d5b86ee4d6
iuc
parents:
diff changeset
22 <option value="4">Tabular format exon information</option>
95ea8d97abb4 planemo upload for repository https://github.com/ogotoh/spaln commit af52c6b4c904f6291953881111d415d5b86ee4d6
iuc
parents:
diff changeset
23 </param>
95ea8d97abb4 planemo upload for repository https://github.com/ogotoh/spaln commit af52c6b4c904f6291953881111d415d5b86ee4d6
iuc
parents:
diff changeset
24 </inputs>
95ea8d97abb4 planemo upload for repository https://github.com/ogotoh/spaln commit af52c6b4c904f6291953881111d415d5b86ee4d6
iuc
parents:
diff changeset
25 <outputs>
95ea8d97abb4 planemo upload for repository https://github.com/ogotoh/spaln commit af52c6b4c904f6291953881111d415d5b86ee4d6
iuc
parents:
diff changeset
26 <data name="output1" format="tabular">
95ea8d97abb4 planemo upload for repository https://github.com/ogotoh/spaln commit af52c6b4c904f6291953881111d415d5b86ee4d6
iuc
parents:
diff changeset
27 <change_format>
95ea8d97abb4 planemo upload for repository https://github.com/ogotoh/spaln commit af52c6b4c904f6291953881111d415d5b86ee4d6
iuc
parents:
diff changeset
28 <!-- these values correspond with the format options of the spaln command, not all of which are current supported -->
95ea8d97abb4 planemo upload for repository https://github.com/ogotoh/spaln commit af52c6b4c904f6291953881111d415d5b86ee4d6
iuc
parents:
diff changeset
29 <when input="format" value="0" format="gff3" />
95ea8d97abb4 planemo upload for repository https://github.com/ogotoh/spaln commit af52c6b4c904f6291953881111d415d5b86ee4d6
iuc
parents:
diff changeset
30 <when input="format" value="2" format="gff3" />
95ea8d97abb4 planemo upload for repository https://github.com/ogotoh/spaln commit af52c6b4c904f6291953881111d415d5b86ee4d6
iuc
parents:
diff changeset
31 <when input="format" value="3" format="bed12" />
95ea8d97abb4 planemo upload for repository https://github.com/ogotoh/spaln commit af52c6b4c904f6291953881111d415d5b86ee4d6
iuc
parents:
diff changeset
32 <when input="format" value="4" format="tabular" />
95ea8d97abb4 planemo upload for repository https://github.com/ogotoh/spaln commit af52c6b4c904f6291953881111d415d5b86ee4d6
iuc
parents:
diff changeset
33 </change_format>
95ea8d97abb4 planemo upload for repository https://github.com/ogotoh/spaln commit af52c6b4c904f6291953881111d415d5b86ee4d6
iuc
parents:
diff changeset
34 <!-- <actions> .. <conditional> .. <when> .. <action> current does not work in Galaxy,
95ea8d97abb4 planemo upload for repository https://github.com/ogotoh/spaln commit af52c6b4c904f6291953881111d415d5b86ee4d6
iuc
parents:
diff changeset
35 something that https://github.com/galaxyproject/galaxy/pull/7197 is addressing, so this is
95ea8d97abb4 planemo upload for repository https://github.com/ogotoh/spaln commit af52c6b4c904f6291953881111d415d5b86ee4d6
iuc
parents:
diff changeset
36 commented out till that is merged
95ea8d97abb4 planemo upload for repository https://github.com/ogotoh/spaln commit af52c6b4c904f6291953881111d415d5b86ee4d6
iuc
parents:
diff changeset
37 <actions>
95ea8d97abb4 planemo upload for repository https://github.com/ogotoh/spaln commit af52c6b4c904f6291953881111d415d5b86ee4d6
iuc
parents:
diff changeset
38 <conditional name="format">
95ea8d97abb4 planemo upload for repository https://github.com/ogotoh/spaln commit af52c6b4c904f6291953881111d415d5b86ee4d6
iuc
parents:
diff changeset
39 <when value="4">
95ea8d97abb4 planemo upload for repository https://github.com/ogotoh/spaln commit af52c6b4c904f6291953881111d415d5b86ee4d6
iuc
parents:
diff changeset
40 <action type="metadata" name="column_names" default="rID,gID,%id,ExonL,MisMch,Unpair,ref_l,ref_r,tgt_l,tgt_r,eScore,IntrnL,iScore,Sig3/I,Sig5/T # - X P DiNuc" />
95ea8d97abb4 planemo upload for repository https://github.com/ogotoh/spaln commit af52c6b4c904f6291953881111d415d5b86ee4d6
iuc
parents:
diff changeset
41 </when>
95ea8d97abb4 planemo upload for repository https://github.com/ogotoh/spaln commit af52c6b4c904f6291953881111d415d5b86ee4d6
iuc
parents:
diff changeset
42 </conditional>
95ea8d97abb4 planemo upload for repository https://github.com/ogotoh/spaln commit af52c6b4c904f6291953881111d415d5b86ee4d6
iuc
parents:
diff changeset
43 </actions>
95ea8d97abb4 planemo upload for repository https://github.com/ogotoh/spaln commit af52c6b4c904f6291953881111d415d5b86ee4d6
iuc
parents:
diff changeset
44 -->
95ea8d97abb4 planemo upload for repository https://github.com/ogotoh/spaln commit af52c6b4c904f6291953881111d415d5b86ee4d6
iuc
parents:
diff changeset
45 </data>
95ea8d97abb4 planemo upload for repository https://github.com/ogotoh/spaln commit af52c6b4c904f6291953881111d415d5b86ee4d6
iuc
parents:
diff changeset
46 </outputs>
95ea8d97abb4 planemo upload for repository https://github.com/ogotoh/spaln commit af52c6b4c904f6291953881111d415d5b86ee4d6
iuc
parents:
diff changeset
47 <tests>
95ea8d97abb4 planemo upload for repository https://github.com/ogotoh/spaln commit af52c6b4c904f6291953881111d415d5b86ee4d6
iuc
parents:
diff changeset
48 <test>
95ea8d97abb4 planemo upload for repository https://github.com/ogotoh/spaln commit af52c6b4c904f6291953881111d415d5b86ee4d6
iuc
parents:
diff changeset
49 <param name="genome" ftype="fasta" value="genome.fasta" />
95ea8d97abb4 planemo upload for repository https://github.com/ogotoh/spaln commit af52c6b4c904f6291953881111d415d5b86ee4d6
iuc
parents:
diff changeset
50 <param name="query" ftype="fasta" value="query.fasta" />
95ea8d97abb4 planemo upload for repository https://github.com/ogotoh/spaln commit af52c6b4c904f6291953881111d415d5b86ee4d6
iuc
parents:
diff changeset
51 <param name="format" value="0"/>
95ea8d97abb4 planemo upload for repository https://github.com/ogotoh/spaln commit af52c6b4c904f6291953881111d415d5b86ee4d6
iuc
parents:
diff changeset
52 <output name="output1" value="output1_gff_genes.gff3" />
95ea8d97abb4 planemo upload for repository https://github.com/ogotoh/spaln commit af52c6b4c904f6291953881111d415d5b86ee4d6
iuc
parents:
diff changeset
53 </test>
95ea8d97abb4 planemo upload for repository https://github.com/ogotoh/spaln commit af52c6b4c904f6291953881111d415d5b86ee4d6
iuc
parents:
diff changeset
54 <test>
95ea8d97abb4 planemo upload for repository https://github.com/ogotoh/spaln commit af52c6b4c904f6291953881111d415d5b86ee4d6
iuc
parents:
diff changeset
55 <param name="genome" ftype="fasta" value="genome.fasta" />
95ea8d97abb4 planemo upload for repository https://github.com/ogotoh/spaln commit af52c6b4c904f6291953881111d415d5b86ee4d6
iuc
parents:
diff changeset
56 <param name="query" ftype="fasta" value="query.fasta" />
95ea8d97abb4 planemo upload for repository https://github.com/ogotoh/spaln commit af52c6b4c904f6291953881111d415d5b86ee4d6
iuc
parents:
diff changeset
57 <param name="format" value="2"/>
95ea8d97abb4 planemo upload for repository https://github.com/ogotoh/spaln commit af52c6b4c904f6291953881111d415d5b86ee4d6
iuc
parents:
diff changeset
58 <output name="output1" value="output1_gff_matches.gff3" />
95ea8d97abb4 planemo upload for repository https://github.com/ogotoh/spaln commit af52c6b4c904f6291953881111d415d5b86ee4d6
iuc
parents:
diff changeset
59 </test>
95ea8d97abb4 planemo upload for repository https://github.com/ogotoh/spaln commit af52c6b4c904f6291953881111d415d5b86ee4d6
iuc
parents:
diff changeset
60 <test>
95ea8d97abb4 planemo upload for repository https://github.com/ogotoh/spaln commit af52c6b4c904f6291953881111d415d5b86ee4d6
iuc
parents:
diff changeset
61 <param name="genome" ftype="fasta" value="genome.fasta" />
95ea8d97abb4 planemo upload for repository https://github.com/ogotoh/spaln commit af52c6b4c904f6291953881111d415d5b86ee4d6
iuc
parents:
diff changeset
62 <param name="query" ftype="fasta" value="query.fasta" />
95ea8d97abb4 planemo upload for repository https://github.com/ogotoh/spaln commit af52c6b4c904f6291953881111d415d5b86ee4d6
iuc
parents:
diff changeset
63 <param name="format" value="3"/>
95ea8d97abb4 planemo upload for repository https://github.com/ogotoh/spaln commit af52c6b4c904f6291953881111d415d5b86ee4d6
iuc
parents:
diff changeset
64 <output name="output1" value="output1.bed12" />
95ea8d97abb4 planemo upload for repository https://github.com/ogotoh/spaln commit af52c6b4c904f6291953881111d415d5b86ee4d6
iuc
parents:
diff changeset
65 </test>
95ea8d97abb4 planemo upload for repository https://github.com/ogotoh/spaln commit af52c6b4c904f6291953881111d415d5b86ee4d6
iuc
parents:
diff changeset
66 <test>
95ea8d97abb4 planemo upload for repository https://github.com/ogotoh/spaln commit af52c6b4c904f6291953881111d415d5b86ee4d6
iuc
parents:
diff changeset
67 <param name="genome" ftype="fasta" value="genome.fasta" />
95ea8d97abb4 planemo upload for repository https://github.com/ogotoh/spaln commit af52c6b4c904f6291953881111d415d5b86ee4d6
iuc
parents:
diff changeset
68 <param name="query" ftype="fasta" value="query.fasta" />
95ea8d97abb4 planemo upload for repository https://github.com/ogotoh/spaln commit af52c6b4c904f6291953881111d415d5b86ee4d6
iuc
parents:
diff changeset
69 <param name="format" value="4"/>
95ea8d97abb4 planemo upload for repository https://github.com/ogotoh/spaln commit af52c6b4c904f6291953881111d415d5b86ee4d6
iuc
parents:
diff changeset
70 <output name="output1" value="output1.tabular" />
95ea8d97abb4 planemo upload for repository https://github.com/ogotoh/spaln commit af52c6b4c904f6291953881111d415d5b86ee4d6
iuc
parents:
diff changeset
71 </test>
95ea8d97abb4 planemo upload for repository https://github.com/ogotoh/spaln commit af52c6b4c904f6291953881111d415d5b86ee4d6
iuc
parents:
diff changeset
72 </tests>
95ea8d97abb4 planemo upload for repository https://github.com/ogotoh/spaln commit af52c6b4c904f6291953881111d415d5b86ee4d6
iuc
parents:
diff changeset
73 <help><![CDATA[
95ea8d97abb4 planemo upload for repository https://github.com/ogotoh/spaln commit af52c6b4c904f6291953881111d415d5b86ee4d6
iuc
parents:
diff changeset
74 Spaln_ (space-efficient spliced alignment) is a stand-alone program that maps and aligns a set of cDNA or
95ea8d97abb4 planemo upload for repository https://github.com/ogotoh/spaln commit af52c6b4c904f6291953881111d415d5b86ee4d6
iuc
parents:
diff changeset
75 protein sequences onto a whole genomic sequence in a single job.
95ea8d97abb4 planemo upload for repository https://github.com/ogotoh/spaln commit af52c6b4c904f6291953881111d415d5b86ee4d6
iuc
parents:
diff changeset
76
95ea8d97abb4 planemo upload for repository https://github.com/ogotoh/spaln commit af52c6b4c904f6291953881111d415d5b86ee4d6
iuc
parents:
diff changeset
77 This Galaxy wrapper currently only supports the default (i.e. *-O3*) algorithm for Spaln with default parameters.
95ea8d97abb4 planemo upload for repository https://github.com/ogotoh/spaln commit af52c6b4c904f6291953881111d415d5b86ee4d6
iuc
parents:
diff changeset
78
95ea8d97abb4 planemo upload for repository https://github.com/ogotoh/spaln commit af52c6b4c904f6291953881111d415d5b86ee4d6
iuc
parents:
diff changeset
79 .. _Spaln: http://www.genome.ist.i.kyoto-u.ac.jp/~aln_user/spaln/
95ea8d97abb4 planemo upload for repository https://github.com/ogotoh/spaln commit af52c6b4c904f6291953881111d415d5b86ee4d6
iuc
parents:
diff changeset
80 ]]></help>
95ea8d97abb4 planemo upload for repository https://github.com/ogotoh/spaln commit af52c6b4c904f6291953881111d415d5b86ee4d6
iuc
parents:
diff changeset
81 <citations>
95ea8d97abb4 planemo upload for repository https://github.com/ogotoh/spaln commit af52c6b4c904f6291953881111d415d5b86ee4d6
iuc
parents:
diff changeset
82 <citation type="doi">0.1093/nar/gkn105</citation>
95ea8d97abb4 planemo upload for repository https://github.com/ogotoh/spaln commit af52c6b4c904f6291953881111d415d5b86ee4d6
iuc
parents:
diff changeset
83 </citations>
95ea8d97abb4 planemo upload for repository https://github.com/ogotoh/spaln commit af52c6b4c904f6291953881111d415d5b86ee4d6
iuc
parents:
diff changeset
84 </tool>