annotate data_manager/novoalign_index_builder.xml @ 10:73baf37760ce draft default tip

planemo upload for repository https://github.com/zipho/data_manager_novoalign_index_builder commit ae5c4c9f96bd59f076312c8e3543dc48398e38b1
author sanbi-uwc
date Fri, 04 Mar 2016 07:56:53 -0500
parents e51fb8188ed9
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
85fbd52dbb36 planemo upload for repository https://github.com/zipho/data_manager_novoalign_index_builder commit d51fdc6291de173e829a839e98c6c3ae367d84bf
sanbi-uwc
parents:
diff changeset
1 <?xml version="1.0" encoding="utf-8" ?>
1
4d67344bdea7 planemo upload for repository https://github.com/zipho/data_manager_novoalign_index_builder commit 1f4717cce284465cddbb221a5ca4d1f601c14f84
sanbi-uwc
parents: 0
diff changeset
2 <tool id="novoalign_index_builder" name="NOVO ALIGN index" tool_type="manage_data" version="0.0.1">
0
85fbd52dbb36 planemo upload for repository https://github.com/zipho/data_manager_novoalign_index_builder commit d51fdc6291de173e829a839e98c6c3ae367d84bf
sanbi-uwc
parents:
diff changeset
3 <description>Build an index for use by the Novo Align mapping tool</description>
85fbd52dbb36 planemo upload for repository https://github.com/zipho/data_manager_novoalign_index_builder commit d51fdc6291de173e829a839e98c6c3ae367d84bf
sanbi-uwc
parents:
diff changeset
4 <stdio>
85fbd52dbb36 planemo upload for repository https://github.com/zipho/data_manager_novoalign_index_builder commit d51fdc6291de173e829a839e98c6c3ae367d84bf
sanbi-uwc
parents:
diff changeset
5 <exit_code range=":-1" />
85fbd52dbb36 planemo upload for repository https://github.com/zipho/data_manager_novoalign_index_builder commit d51fdc6291de173e829a839e98c6c3ae367d84bf
sanbi-uwc
parents:
diff changeset
6 <exit_code range="1:" />
85fbd52dbb36 planemo upload for repository https://github.com/zipho/data_manager_novoalign_index_builder commit d51fdc6291de173e829a839e98c6c3ae367d84bf
sanbi-uwc
parents:
diff changeset
7 </stdio>
85fbd52dbb36 planemo upload for repository https://github.com/zipho/data_manager_novoalign_index_builder commit d51fdc6291de173e829a839e98c6c3ae367d84bf
sanbi-uwc
parents:
diff changeset
8 <command interpreter="python">
2
e51fb8188ed9 planemo upload for repository https://github.com/zipho/data_manager_novoalign_index_builder commit 7c74dfc33ffac5de44aae81def9c374f5f5e2a20
sanbi-uwc
parents: 1
diff changeset
9 novoalign_index_builder.py "${out_file}" --dbkey_description ${ dbkey.get_display_text() } --data_table_name "novocraft_index"
0
85fbd52dbb36 planemo upload for repository https://github.com/zipho/data_manager_novoalign_index_builder commit d51fdc6291de173e829a839e98c6c3ae367d84bf
sanbi-uwc
parents:
diff changeset
10 </command>
85fbd52dbb36 planemo upload for repository https://github.com/zipho/data_manager_novoalign_index_builder commit d51fdc6291de173e829a839e98c6c3ae367d84bf
sanbi-uwc
parents:
diff changeset
11 <inputs>
2
e51fb8188ed9 planemo upload for repository https://github.com/zipho/data_manager_novoalign_index_builder commit 7c74dfc33ffac5de44aae81def9c374f5f5e2a20
sanbi-uwc
parents: 1
diff changeset
12 <param name="dbkey" type="genomebuild" label="DBKEY to assign to data" />
e51fb8188ed9 planemo upload for repository https://github.com/zipho/data_manager_novoalign_index_builder commit 7c74dfc33ffac5de44aae81def9c374f5f5e2a20
sanbi-uwc
parents: 1
diff changeset
13 <param type="text" name="sequence_name" value="" label="Name of sequence" />
e51fb8188ed9 planemo upload for repository https://github.com/zipho/data_manager_novoalign_index_builder commit 7c74dfc33ffac5de44aae81def9c374f5f5e2a20
sanbi-uwc
parents: 1
diff changeset
14 <param type="text" name="sequence_desc" value="" label="Description of sequence" />
e51fb8188ed9 planemo upload for repository https://github.com/zipho/data_manager_novoalign_index_builder commit 7c74dfc33ffac5de44aae81def9c374f5f5e2a20
sanbi-uwc
parents: 1
diff changeset
15 <param type="text" name="sequence_id" value="" label="ID for sequence" />
0
85fbd52dbb36 planemo upload for repository https://github.com/zipho/data_manager_novoalign_index_builder commit d51fdc6291de173e829a839e98c6c3ae367d84bf
sanbi-uwc
parents:
diff changeset
16 <conditional name="reference_source">
85fbd52dbb36 planemo upload for repository https://github.com/zipho/data_manager_novoalign_index_builder commit d51fdc6291de173e829a839e98c6c3ae367d84bf
sanbi-uwc
parents:
diff changeset
17 <param name="reference_source_selector" type="select" label="Choose the source for the reference genome">
85fbd52dbb36 planemo upload for repository https://github.com/zipho/data_manager_novoalign_index_builder commit d51fdc6291de173e829a839e98c6c3ae367d84bf
sanbi-uwc
parents:
diff changeset
18 <option value="url">URL</option>
85fbd52dbb36 planemo upload for repository https://github.com/zipho/data_manager_novoalign_index_builder commit d51fdc6291de173e829a839e98c6c3ae367d84bf
sanbi-uwc
parents:
diff changeset
19 <option value="history">History</option>
85fbd52dbb36 planemo upload for repository https://github.com/zipho/data_manager_novoalign_index_builder commit d51fdc6291de173e829a839e98c6c3ae367d84bf
sanbi-uwc
parents:
diff changeset
20 </param>
85fbd52dbb36 planemo upload for repository https://github.com/zipho/data_manager_novoalign_index_builder commit d51fdc6291de173e829a839e98c6c3ae367d84bf
sanbi-uwc
parents:
diff changeset
21 <when value="url">
85fbd52dbb36 planemo upload for repository https://github.com/zipho/data_manager_novoalign_index_builder commit d51fdc6291de173e829a839e98c6c3ae367d84bf
sanbi-uwc
parents:
diff changeset
22 <param type="text" area="True" name="user_url" value="http://" label="URLs" optional="False" />
85fbd52dbb36 planemo upload for repository https://github.com/zipho/data_manager_novoalign_index_builder commit d51fdc6291de173e829a839e98c6c3ae367d84bf
sanbi-uwc
parents:
diff changeset
23 </when>
85fbd52dbb36 planemo upload for repository https://github.com/zipho/data_manager_novoalign_index_builder commit d51fdc6291de173e829a839e98c6c3ae367d84bf
sanbi-uwc
parents:
diff changeset
24 <when value="history">
85fbd52dbb36 planemo upload for repository https://github.com/zipho/data_manager_novoalign_index_builder commit d51fdc6291de173e829a839e98c6c3ae367d84bf
sanbi-uwc
parents:
diff changeset
25 <param name="input_fasta" type="data" format="fasta" label="FASTA File" multiple="False" optional="False" />
85fbd52dbb36 planemo upload for repository https://github.com/zipho/data_manager_novoalign_index_builder commit d51fdc6291de173e829a839e98c6c3ae367d84bf
sanbi-uwc
parents:
diff changeset
26 </when>
85fbd52dbb36 planemo upload for repository https://github.com/zipho/data_manager_novoalign_index_builder commit d51fdc6291de173e829a839e98c6c3ae367d84bf
sanbi-uwc
parents:
diff changeset
27 </conditional>
85fbd52dbb36 planemo upload for repository https://github.com/zipho/data_manager_novoalign_index_builder commit d51fdc6291de173e829a839e98c6c3ae367d84bf
sanbi-uwc
parents:
diff changeset
28 </inputs>
85fbd52dbb36 planemo upload for repository https://github.com/zipho/data_manager_novoalign_index_builder commit d51fdc6291de173e829a839e98c6c3ae367d84bf
sanbi-uwc
parents:
diff changeset
29 <outputs>
85fbd52dbb36 planemo upload for repository https://github.com/zipho/data_manager_novoalign_index_builder commit d51fdc6291de173e829a839e98c6c3ae367d84bf
sanbi-uwc
parents:
diff changeset
30 <data name="out_file" format="data_manager_json" />
85fbd52dbb36 planemo upload for repository https://github.com/zipho/data_manager_novoalign_index_builder commit d51fdc6291de173e829a839e98c6c3ae367d84bf
sanbi-uwc
parents:
diff changeset
31 </outputs>
85fbd52dbb36 planemo upload for repository https://github.com/zipho/data_manager_novoalign_index_builder commit d51fdc6291de173e829a839e98c6c3ae367d84bf
sanbi-uwc
parents:
diff changeset
32 <tests>
85fbd52dbb36 planemo upload for repository https://github.com/zipho/data_manager_novoalign_index_builder commit d51fdc6291de173e829a839e98c6c3ae367d84bf
sanbi-uwc
parents:
diff changeset
33 <test>
85fbd52dbb36 planemo upload for repository https://github.com/zipho/data_manager_novoalign_index_builder commit d51fdc6291de173e829a839e98c6c3ae367d84bf
sanbi-uwc
parents:
diff changeset
34 <param name="reference_source_selector" value="history"/>
85fbd52dbb36 planemo upload for repository https://github.com/zipho/data_manager_novoalign_index_builder commit d51fdc6291de173e829a839e98c6c3ae367d84bf
sanbi-uwc
parents:
diff changeset
35 <output name="out_file" file="phiX174_as_anoGam1.data_manager_json"/>
85fbd52dbb36 planemo upload for repository https://github.com/zipho/data_manager_novoalign_index_builder commit d51fdc6291de173e829a839e98c6c3ae367d84bf
sanbi-uwc
parents:
diff changeset
36 </test>
85fbd52dbb36 planemo upload for repository https://github.com/zipho/data_manager_novoalign_index_builder commit d51fdc6291de173e829a839e98c6c3ae367d84bf
sanbi-uwc
parents:
diff changeset
37 </tests>
85fbd52dbb36 planemo upload for repository https://github.com/zipho/data_manager_novoalign_index_builder commit d51fdc6291de173e829a839e98c6c3ae367d84bf
sanbi-uwc
parents:
diff changeset
38 <help>Help!</help>
85fbd52dbb36 planemo upload for repository https://github.com/zipho/data_manager_novoalign_index_builder commit d51fdc6291de173e829a839e98c6c3ae367d84bf
sanbi-uwc
parents:
diff changeset
39 <citations>
85fbd52dbb36 planemo upload for repository https://github.com/zipho/data_manager_novoalign_index_builder commit d51fdc6291de173e829a839e98c6c3ae367d84bf
sanbi-uwc
parents:
diff changeset
40 <citation></citation>
85fbd52dbb36 planemo upload for repository https://github.com/zipho/data_manager_novoalign_index_builder commit d51fdc6291de173e829a839e98c6c3ae367d84bf
sanbi-uwc
parents:
diff changeset
41 </citations>
85fbd52dbb36 planemo upload for repository https://github.com/zipho/data_manager_novoalign_index_builder commit d51fdc6291de173e829a839e98c6c3ae367d84bf
sanbi-uwc
parents:
diff changeset
42 </tool>