annotate data_manager/rnastar_index_builder.xml @ 4:9d6c9d4bc794 draft

planemo upload for repository https://github.com/pvanheus/data_manager_rnastar_index_builder commit 8a1bc55e1e7846fb7c1cbcef441369cd7f582558
author sanbi-uwc
date Wed, 10 Feb 2016 02:26:15 -0500
parents d00829775046
children 819e34a14f18
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
2883a3b7dc56 planemo upload for repository https://github.com/pvanheus/data_manager_rnastar_index_builder commit 265fa1966ea606ebccea8c2865043c014959c10c-dirty
sanbi-uwc
parents:
diff changeset
1 <?xml version="1.0" encoding="UTF-8" ?>
2883a3b7dc56 planemo upload for repository https://github.com/pvanheus/data_manager_rnastar_index_builder commit 265fa1966ea606ebccea8c2865043c014959c10c-dirty
sanbi-uwc
parents:
diff changeset
2 <tool id="rnastar_index_builder" name="RNA STAR index" tool_type="manage_data" version="0.0.1">
2883a3b7dc56 planemo upload for repository https://github.com/pvanheus/data_manager_rnastar_index_builder commit 265fa1966ea606ebccea8c2865043c014959c10c-dirty
sanbi-uwc
parents:
diff changeset
3 <description>Build an index for use by the RNA STAR mapping tool</description>
2883a3b7dc56 planemo upload for repository https://github.com/pvanheus/data_manager_rnastar_index_builder commit 265fa1966ea606ebccea8c2865043c014959c10c-dirty
sanbi-uwc
parents:
diff changeset
4 <requirements>
2883a3b7dc56 planemo upload for repository https://github.com/pvanheus/data_manager_rnastar_index_builder commit 265fa1966ea606ebccea8c2865043c014959c10c-dirty
sanbi-uwc
parents:
diff changeset
5 <requirement type="package" version="2.4.0d">rnastar</requirement>
2883a3b7dc56 planemo upload for repository https://github.com/pvanheus/data_manager_rnastar_index_builder commit 265fa1966ea606ebccea8c2865043c014959c10c-dirty
sanbi-uwc
parents:
diff changeset
6 </requirements>
3
d00829775046 planemo upload for repository https://github.com/pvanheus/data_manager_rnastar_index_builder commit ff1ec11f4bc440e971ce083c444fffaa964527d7
sanbi-uwc
parents: 1
diff changeset
7 <command interpreter="python">rnastar_index_builder.py "${out_file}" --fasta_filename "${input1.fields.path}" --fasta_dbkey "${input1.fields.dbkey}" --fasta_description "${input1.fields.name}" --data_table_name "rnastar_indexes"</command>
0
2883a3b7dc56 planemo upload for repository https://github.com/pvanheus/data_manager_rnastar_index_builder commit 265fa1966ea606ebccea8c2865043c014959c10c-dirty
sanbi-uwc
parents:
diff changeset
8 <inputs>
4
9d6c9d4bc794 planemo upload for repository https://github.com/pvanheus/data_manager_rnastar_index_builder commit 8a1bc55e1e7846fb7c1cbcef441369cd7f582558
sanbi-uwc
parents: 3
diff changeset
9 <param name="input1" type="select" label="Genome to index(FASTA format)">
0
2883a3b7dc56 planemo upload for repository https://github.com/pvanheus/data_manager_rnastar_index_builder commit 265fa1966ea606ebccea8c2865043c014959c10c-dirty
sanbi-uwc
parents:
diff changeset
10 <option from_data_table="all_fasta"/>
2883a3b7dc56 planemo upload for repository https://github.com/pvanheus/data_manager_rnastar_index_builder commit 265fa1966ea606ebccea8c2865043c014959c10c-dirty
sanbi-uwc
parents:
diff changeset
11 </param>
2883a3b7dc56 planemo upload for repository https://github.com/pvanheus/data_manager_rnastar_index_builder commit 265fa1966ea606ebccea8c2865043c014959c10c-dirty
sanbi-uwc
parents:
diff changeset
12 <param type="text" name="sequence_name" value="" label="Name of sequence" />
2883a3b7dc56 planemo upload for repository https://github.com/pvanheus/data_manager_rnastar_index_builder commit 265fa1966ea606ebccea8c2865043c014959c10c-dirty
sanbi-uwc
parents:
diff changeset
13 <param type="text" name="sequence_id" value="" label="ID for sequence" />
1
316b24a15236 planemo upload for repository https://github.com/pvanheus/data_manager_rnastar_index_builder commit 265fa1966ea606ebccea8c2865043c014959c10c-dirty
sanbi-uwc
parents: 0
diff changeset
14 <!--<conditional name="advanced_options">-->
316b24a15236 planemo upload for repository https://github.com/pvanheus/data_manager_rnastar_index_builder commit 265fa1966ea606ebccea8c2865043c014959c10c-dirty
sanbi-uwc
parents: 0
diff changeset
15 <!--<param name="show_advanced_options" type="boolean" label="Show advanced options?"-->
316b24a15236 planemo upload for repository https://github.com/pvanheus/data_manager_rnastar_index_builder commit 265fa1966ea606ebccea8c2865043c014959c10c-dirty
sanbi-uwc
parents: 0
diff changeset
16 <!--truevalue="yes" falsevalue="no" checked="false" />-->
316b24a15236 planemo upload for repository https://github.com/pvanheus/data_manager_rnastar_index_builder commit 265fa1966ea606ebccea8c2865043c014959c10c-dirty
sanbi-uwc
parents: 0
diff changeset
17 <!--<when value="yes">-->
316b24a15236 planemo upload for repository https://github.com/pvanheus/data_manager_rnastar_index_builder commit 265fa1966ea606ebccea8c2865043c014959c10c-dirty
sanbi-uwc
parents: 0
diff changeset
18 <!--<param name="chr_bin_nbits" type="integer" label="Scale of chromosome bins"-->
316b24a15236 planemo upload for repository https://github.com/pvanheus/data_manager_rnastar_index_builder commit 265fa1966ea606ebccea8c2865043c014959c10c-dirty
sanbi-uwc
parents: 0
diff changeset
19 <!--help="value is log2(chrBin), where chrBin is the size of the bins for genome storage: each chromosome will occupy an integer number of bins" default="18" />-->
316b24a15236 planemo upload for repository https://github.com/pvanheus/data_manager_rnastar_index_builder commit 265fa1966ea606ebccea8c2865043c014959c10c-dirty
sanbi-uwc
parents: 0
diff changeset
20 <!--</when>-->
316b24a15236 planemo upload for repository https://github.com/pvanheus/data_manager_rnastar_index_builder commit 265fa1966ea606ebccea8c2865043c014959c10c-dirty
sanbi-uwc
parents: 0
diff changeset
21 <!--<when value="no" />-->
316b24a15236 planemo upload for repository https://github.com/pvanheus/data_manager_rnastar_index_builder commit 265fa1966ea606ebccea8c2865043c014959c10c-dirty
sanbi-uwc
parents: 0
diff changeset
22 <!--</conditional>-->
0
2883a3b7dc56 planemo upload for repository https://github.com/pvanheus/data_manager_rnastar_index_builder commit 265fa1966ea606ebccea8c2865043c014959c10c-dirty
sanbi-uwc
parents:
diff changeset
23 </inputs>
2883a3b7dc56 planemo upload for repository https://github.com/pvanheus/data_manager_rnastar_index_builder commit 265fa1966ea606ebccea8c2865043c014959c10c-dirty
sanbi-uwc
parents:
diff changeset
24 <outputs>
2883a3b7dc56 planemo upload for repository https://github.com/pvanheus/data_manager_rnastar_index_builder commit 265fa1966ea606ebccea8c2865043c014959c10c-dirty
sanbi-uwc
parents:
diff changeset
25 <!-- <data from_work_dir="tempstargenomedir" auto_format="false"></data>-->
2883a3b7dc56 planemo upload for repository https://github.com/pvanheus/data_manager_rnastar_index_builder commit 265fa1966ea606ebccea8c2865043c014959c10c-dirty
sanbi-uwc
parents:
diff changeset
26 <data name="out_file" format="data_manager_json" />
2883a3b7dc56 planemo upload for repository https://github.com/pvanheus/data_manager_rnastar_index_builder commit 265fa1966ea606ebccea8c2865043c014959c10c-dirty
sanbi-uwc
parents:
diff changeset
27 </outputs>
2883a3b7dc56 planemo upload for repository https://github.com/pvanheus/data_manager_rnastar_index_builder commit 265fa1966ea606ebccea8c2865043c014959c10c-dirty
sanbi-uwc
parents:
diff changeset
28 <help>Help!</help>
2883a3b7dc56 planemo upload for repository https://github.com/pvanheus/data_manager_rnastar_index_builder commit 265fa1966ea606ebccea8c2865043c014959c10c-dirty
sanbi-uwc
parents:
diff changeset
29 <citations><citation></citation>
2883a3b7dc56 planemo upload for repository https://github.com/pvanheus/data_manager_rnastar_index_builder commit 265fa1966ea606ebccea8c2865043c014959c10c-dirty
sanbi-uwc
parents:
diff changeset
30 </citations>
2883a3b7dc56 planemo upload for repository https://github.com/pvanheus/data_manager_rnastar_index_builder commit 265fa1966ea606ebccea8c2865043c014959c10c-dirty
sanbi-uwc
parents:
diff changeset
31 <tests>
2883a3b7dc56 planemo upload for repository https://github.com/pvanheus/data_manager_rnastar_index_builder commit 265fa1966ea606ebccea8c2865043c014959c10c-dirty
sanbi-uwc
parents:
diff changeset
32
2883a3b7dc56 planemo upload for repository https://github.com/pvanheus/data_manager_rnastar_index_builder commit 265fa1966ea606ebccea8c2865043c014959c10c-dirty
sanbi-uwc
parents:
diff changeset
33 </tests>
2883a3b7dc56 planemo upload for repository https://github.com/pvanheus/data_manager_rnastar_index_builder commit 265fa1966ea606ebccea8c2865043c014959c10c-dirty
sanbi-uwc
parents:
diff changeset
34 </tool>