Mercurial > repos > sanbi-uwc > data_manager_novoalign_index_builder
annotate data_manager/novoalign_index_builder.xml @ 0:85fbd52dbb36 draft
planemo upload for repository https://github.com/zipho/data_manager_novoalign_index_builder commit d51fdc6291de173e829a839e98c6c3ae367d84bf
| author | sanbi-uwc |
|---|---|
| date | Thu, 03 Mar 2016 05:59:41 -0500 |
| parents | |
| children | 4d67344bdea7 |
| 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" ?> |
|
85fbd52dbb36
planemo upload for repository https://github.com/zipho/data_manager_novoalign_index_builder commit d51fdc6291de173e829a839e98c6c3ae367d84bf
sanbi-uwc
parents:
diff
changeset
|
2 <tool id="novoalign_index_builder" name="NOVO ALIGN index" version="0.0.1"> |
|
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 <requirements> |
|
85fbd52dbb36
planemo upload for repository https://github.com/zipho/data_manager_novoalign_index_builder commit d51fdc6291de173e829a839e98c6c3ae367d84bf
sanbi-uwc
parents:
diff
changeset
|
5 <requirement type="package" version="0.0.1d">novoalign</requirement> |
|
85fbd52dbb36
planemo upload for repository https://github.com/zipho/data_manager_novoalign_index_builder commit d51fdc6291de173e829a839e98c6c3ae367d84bf
sanbi-uwc
parents:
diff
changeset
|
6 </requirements> |
|
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 <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
|
9 <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
|
10 </stdio> |
|
85fbd52dbb36
planemo upload for repository https://github.com/zipho/data_manager_novoalign_index_builder commit d51fdc6291de173e829a839e98c6c3ae367d84bf
sanbi-uwc
parents:
diff
changeset
|
11 <command interpreter="python"> |
|
85fbd52dbb36
planemo upload for repository https://github.com/zipho/data_manager_novoalign_index_builder commit d51fdc6291de173e829a839e98c6c3ae367d84bf
sanbi-uwc
parents:
diff
changeset
|
12 novoalign_index_builder.py "${out_file}" --data_table_name "novo_index" |
|
85fbd52dbb36
planemo upload for repository https://github.com/zipho/data_manager_novoalign_index_builder commit d51fdc6291de173e829a839e98c6c3ae367d84bf
sanbi-uwc
parents:
diff
changeset
|
13 </command> |
|
85fbd52dbb36
planemo upload for repository https://github.com/zipho/data_manager_novoalign_index_builder commit d51fdc6291de173e829a839e98c6c3ae367d84bf
sanbi-uwc
parents:
diff
changeset
|
14 <inputs> |
|
85fbd52dbb36
planemo upload for repository https://github.com/zipho/data_manager_novoalign_index_builder commit d51fdc6291de173e829a839e98c6c3ae367d84bf
sanbi-uwc
parents:
diff
changeset
|
15 <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
|
16 <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
|
17 <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
|
18 <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
|
19 <option value="directory">Directory on Server</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 <when value="directory"> |
|
85fbd52dbb36
planemo upload for repository https://github.com/zipho/data_manager_novoalign_index_builder commit d51fdc6291de173e829a839e98c6c3ae367d84bf
sanbi-uwc
parents:
diff
changeset
|
28 <param type="text" name="fasta_filename" value="" label="Full path to FASTA File on disk" optional="False" /> |
|
85fbd52dbb36
planemo upload for repository https://github.com/zipho/data_manager_novoalign_index_builder commit d51fdc6291de173e829a839e98c6c3ae367d84bf
sanbi-uwc
parents:
diff
changeset
|
29 <param type="boolean" name="create_symlink" truevalue="create_symlink" falsevalue="copy_file" label="Create symlink to orignal data instead of copying" checked="False" /> |
|
85fbd52dbb36
planemo upload for repository https://github.com/zipho/data_manager_novoalign_index_builder commit d51fdc6291de173e829a839e98c6c3ae367d84bf
sanbi-uwc
parents:
diff
changeset
|
30 </when> |
|
85fbd52dbb36
planemo upload for repository https://github.com/zipho/data_manager_novoalign_index_builder commit d51fdc6291de173e829a839e98c6c3ae367d84bf
sanbi-uwc
parents:
diff
changeset
|
31 </conditional> |
|
85fbd52dbb36
planemo upload for repository https://github.com/zipho/data_manager_novoalign_index_builder commit d51fdc6291de173e829a839e98c6c3ae367d84bf
sanbi-uwc
parents:
diff
changeset
|
32 <!-- <param type="text" name="sequence_name" value="" label="Name of sequence" /> |
|
85fbd52dbb36
planemo upload for repository https://github.com/zipho/data_manager_novoalign_index_builder commit d51fdc6291de173e829a839e98c6c3ae367d84bf
sanbi-uwc
parents:
diff
changeset
|
33 <param type="text" name="sequence_id" value="" label="ID for sequence" /> --> |
|
85fbd52dbb36
planemo upload for repository https://github.com/zipho/data_manager_novoalign_index_builder commit d51fdc6291de173e829a839e98c6c3ae367d84bf
sanbi-uwc
parents:
diff
changeset
|
34 </inputs> |
|
85fbd52dbb36
planemo upload for repository https://github.com/zipho/data_manager_novoalign_index_builder commit d51fdc6291de173e829a839e98c6c3ae367d84bf
sanbi-uwc
parents:
diff
changeset
|
35 <outputs> |
|
85fbd52dbb36
planemo upload for repository https://github.com/zipho/data_manager_novoalign_index_builder commit d51fdc6291de173e829a839e98c6c3ae367d84bf
sanbi-uwc
parents:
diff
changeset
|
36 <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
|
37 </outputs> |
|
85fbd52dbb36
planemo upload for repository https://github.com/zipho/data_manager_novoalign_index_builder commit d51fdc6291de173e829a839e98c6c3ae367d84bf
sanbi-uwc
parents:
diff
changeset
|
38 <tests> |
|
85fbd52dbb36
planemo upload for repository https://github.com/zipho/data_manager_novoalign_index_builder commit d51fdc6291de173e829a839e98c6c3ae367d84bf
sanbi-uwc
parents:
diff
changeset
|
39 <test> |
|
85fbd52dbb36
planemo upload for repository https://github.com/zipho/data_manager_novoalign_index_builder commit d51fdc6291de173e829a839e98c6c3ae367d84bf
sanbi-uwc
parents:
diff
changeset
|
40 <param name="dbkey" value="anoGam1"/> |
|
85fbd52dbb36
planemo upload for repository https://github.com/zipho/data_manager_novoalign_index_builder commit d51fdc6291de173e829a839e98c6c3ae367d84bf
sanbi-uwc
parents:
diff
changeset
|
41 <param name="sequence_name" value=""/> |
|
85fbd52dbb36
planemo upload for repository https://github.com/zipho/data_manager_novoalign_index_builder commit d51fdc6291de173e829a839e98c6c3ae367d84bf
sanbi-uwc
parents:
diff
changeset
|
42 <param name="sequence_id" value=""/> |
|
85fbd52dbb36
planemo upload for repository https://github.com/zipho/data_manager_novoalign_index_builder commit d51fdc6291de173e829a839e98c6c3ae367d84bf
sanbi-uwc
parents:
diff
changeset
|
43 <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
|
44 <param name="input_fasta" value="phiX174.fasta"/> |
|
85fbd52dbb36
planemo upload for repository https://github.com/zipho/data_manager_novoalign_index_builder commit d51fdc6291de173e829a839e98c6c3ae367d84bf
sanbi-uwc
parents:
diff
changeset
|
45 <param name="sort_selector" value="as_is"/> |
|
85fbd52dbb36
planemo upload for repository https://github.com/zipho/data_manager_novoalign_index_builder commit d51fdc6291de173e829a839e98c6c3ae367d84bf
sanbi-uwc
parents:
diff
changeset
|
46 <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
|
47 </test> |
|
85fbd52dbb36
planemo upload for repository https://github.com/zipho/data_manager_novoalign_index_builder commit d51fdc6291de173e829a839e98c6c3ae367d84bf
sanbi-uwc
parents:
diff
changeset
|
48 </tests> |
|
85fbd52dbb36
planemo upload for repository https://github.com/zipho/data_manager_novoalign_index_builder commit d51fdc6291de173e829a839e98c6c3ae367d84bf
sanbi-uwc
parents:
diff
changeset
|
49 <help>Help!</help> |
|
85fbd52dbb36
planemo upload for repository https://github.com/zipho/data_manager_novoalign_index_builder commit d51fdc6291de173e829a839e98c6c3ae367d84bf
sanbi-uwc
parents:
diff
changeset
|
50 <citations> |
|
85fbd52dbb36
planemo upload for repository https://github.com/zipho/data_manager_novoalign_index_builder commit d51fdc6291de173e829a839e98c6c3ae367d84bf
sanbi-uwc
parents:
diff
changeset
|
51 <citation></citation> |
|
85fbd52dbb36
planemo upload for repository https://github.com/zipho/data_manager_novoalign_index_builder commit d51fdc6291de173e829a839e98c6c3ae367d84bf
sanbi-uwc
parents:
diff
changeset
|
52 </citations> |
|
85fbd52dbb36
planemo upload for repository https://github.com/zipho/data_manager_novoalign_index_builder commit d51fdc6291de173e829a839e98c6c3ae367d84bf
sanbi-uwc
parents:
diff
changeset
|
53 </tool> |
