Mercurial > repos > iuc > fgbio_findswitchbackreads
annotate macros.xml @ 1:d13b21a1a231 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/fgbio commit fdd4ffa3adad8412f98305d809927691bafd2ed7
| author | iuc |
|---|---|
| date | Tue, 04 Nov 2025 18:39:39 +0000 |
| parents | 9d593c42f037 |
| children |
| rev | line source |
|---|---|
|
0
9d593c42f037
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/fgbio commit 88711b338e90adc003a90930a43df3315b2ece70
iuc
parents:
diff
changeset
|
1 <macros> |
|
9d593c42f037
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/fgbio commit 88711b338e90adc003a90930a43df3315b2ece70
iuc
parents:
diff
changeset
|
2 <xml name="requirements"> |
|
9d593c42f037
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/fgbio commit 88711b338e90adc003a90930a43df3315b2ece70
iuc
parents:
diff
changeset
|
3 <requirements> |
|
9d593c42f037
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/fgbio commit 88711b338e90adc003a90930a43df3315b2ece70
iuc
parents:
diff
changeset
|
4 <requirement type="package" version="@TOOL_VERSION@">fgbio</requirement> |
|
9d593c42f037
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/fgbio commit 88711b338e90adc003a90930a43df3315b2ece70
iuc
parents:
diff
changeset
|
5 <requirement type="package" version="1.22">samtools</requirement> |
|
9d593c42f037
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/fgbio commit 88711b338e90adc003a90930a43df3315b2ece70
iuc
parents:
diff
changeset
|
6 <yield/> |
|
9d593c42f037
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/fgbio commit 88711b338e90adc003a90930a43df3315b2ece70
iuc
parents:
diff
changeset
|
7 </requirements> |
|
9d593c42f037
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/fgbio commit 88711b338e90adc003a90930a43df3315b2ece70
iuc
parents:
diff
changeset
|
8 </xml> |
|
9d593c42f037
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/fgbio commit 88711b338e90adc003a90930a43df3315b2ece70
iuc
parents:
diff
changeset
|
9 <token name="@TOOL_VERSION@">2.1.0</token> |
|
9d593c42f037
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/fgbio commit 88711b338e90adc003a90930a43df3315b2ece70
iuc
parents:
diff
changeset
|
10 <token name="@VERSION_SUFFIX@">0</token> |
|
9d593c42f037
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/fgbio commit 88711b338e90adc003a90930a43df3315b2ece70
iuc
parents:
diff
changeset
|
11 <token name="@PROFILE@">22.05</token> |
|
9d593c42f037
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/fgbio commit 88711b338e90adc003a90930a43df3315b2ece70
iuc
parents:
diff
changeset
|
12 |
|
9d593c42f037
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/fgbio commit 88711b338e90adc003a90930a43df3315b2ece70
iuc
parents:
diff
changeset
|
13 <xml name="optional_reference" token_help="" token_argument=""> |
|
9d593c42f037
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/fgbio commit 88711b338e90adc003a90930a43df3315b2ece70
iuc
parents:
diff
changeset
|
14 <conditional name="addref_cond"> |
|
9d593c42f037
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/fgbio commit 88711b338e90adc003a90930a43df3315b2ece70
iuc
parents:
diff
changeset
|
15 <param name="addref_select" type="select" label="Use a reference sequence"> |
|
9d593c42f037
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/fgbio commit 88711b338e90adc003a90930a43df3315b2ece70
iuc
parents:
diff
changeset
|
16 <help>@HELP@</help> |
|
9d593c42f037
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/fgbio commit 88711b338e90adc003a90930a43df3315b2ece70
iuc
parents:
diff
changeset
|
17 <option value="no">No</option> |
|
9d593c42f037
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/fgbio commit 88711b338e90adc003a90930a43df3315b2ece70
iuc
parents:
diff
changeset
|
18 <option value="history">Use a genome/index from the history</option> |
|
9d593c42f037
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/fgbio commit 88711b338e90adc003a90930a43df3315b2ece70
iuc
parents:
diff
changeset
|
19 <option value="cached">Use a built-in genome</option> |
|
9d593c42f037
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/fgbio commit 88711b338e90adc003a90930a43df3315b2ece70
iuc
parents:
diff
changeset
|
20 </param> |
|
9d593c42f037
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/fgbio commit 88711b338e90adc003a90930a43df3315b2ece70
iuc
parents:
diff
changeset
|
21 <when value="no"/> |
|
9d593c42f037
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/fgbio commit 88711b338e90adc003a90930a43df3315b2ece70
iuc
parents:
diff
changeset
|
22 <when value="history"> |
|
9d593c42f037
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/fgbio commit 88711b338e90adc003a90930a43df3315b2ece70
iuc
parents:
diff
changeset
|
23 <param argument="@ARGUMENT@" type="data" format="fasta,fasta.gz" label="Reference"/> |
|
9d593c42f037
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/fgbio commit 88711b338e90adc003a90930a43df3315b2ece70
iuc
parents:
diff
changeset
|
24 </when> |
|
9d593c42f037
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/fgbio commit 88711b338e90adc003a90930a43df3315b2ece70
iuc
parents:
diff
changeset
|
25 <when value="cached"> |
|
9d593c42f037
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/fgbio commit 88711b338e90adc003a90930a43df3315b2ece70
iuc
parents:
diff
changeset
|
26 <param argument="@ARGUMENT@" type="select" label="Reference"> |
|
9d593c42f037
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/fgbio commit 88711b338e90adc003a90930a43df3315b2ece70
iuc
parents:
diff
changeset
|
27 <options from_data_table="fasta_indexes"> |
|
9d593c42f037
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/fgbio commit 88711b338e90adc003a90930a43df3315b2ece70
iuc
parents:
diff
changeset
|
28 <filter type="data_meta" ref="input" key="dbkey"/> |
|
9d593c42f037
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/fgbio commit 88711b338e90adc003a90930a43df3315b2ece70
iuc
parents:
diff
changeset
|
29 </options> |
|
9d593c42f037
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/fgbio commit 88711b338e90adc003a90930a43df3315b2ece70
iuc
parents:
diff
changeset
|
30 <validator type="no_options" message="No reference genome is available for the build associated with the selected input dataset"/> |
|
9d593c42f037
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/fgbio commit 88711b338e90adc003a90930a43df3315b2ece70
iuc
parents:
diff
changeset
|
31 </param> |
|
9d593c42f037
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/fgbio commit 88711b338e90adc003a90930a43df3315b2ece70
iuc
parents:
diff
changeset
|
32 </when> |
|
9d593c42f037
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/fgbio commit 88711b338e90adc003a90930a43df3315b2ece70
iuc
parents:
diff
changeset
|
33 </conditional> |
|
9d593c42f037
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/fgbio commit 88711b338e90adc003a90930a43df3315b2ece70
iuc
parents:
diff
changeset
|
34 </xml> |
|
9d593c42f037
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/fgbio commit 88711b338e90adc003a90930a43df3315b2ece70
iuc
parents:
diff
changeset
|
35 |
|
9d593c42f037
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/fgbio commit 88711b338e90adc003a90930a43df3315b2ece70
iuc
parents:
diff
changeset
|
36 <xml name="mandatory_reference" token_help="" token_argument=""> |
|
9d593c42f037
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/fgbio commit 88711b338e90adc003a90930a43df3315b2ece70
iuc
parents:
diff
changeset
|
37 <conditional name="addref_cond"> |
|
9d593c42f037
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/fgbio commit 88711b338e90adc003a90930a43df3315b2ece70
iuc
parents:
diff
changeset
|
38 <param name="addref_select" type="select" label="Use a reference sequence"> |
|
9d593c42f037
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/fgbio commit 88711b338e90adc003a90930a43df3315b2ece70
iuc
parents:
diff
changeset
|
39 <help>@HELP@</help> |
|
9d593c42f037
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/fgbio commit 88711b338e90adc003a90930a43df3315b2ece70
iuc
parents:
diff
changeset
|
40 <option value="history">Use a genome/index from the history</option> |
|
9d593c42f037
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/fgbio commit 88711b338e90adc003a90930a43df3315b2ece70
iuc
parents:
diff
changeset
|
41 <option value="cached">Use a built-in genome</option> |
|
9d593c42f037
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/fgbio commit 88711b338e90adc003a90930a43df3315b2ece70
iuc
parents:
diff
changeset
|
42 </param> |
|
9d593c42f037
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/fgbio commit 88711b338e90adc003a90930a43df3315b2ece70
iuc
parents:
diff
changeset
|
43 <when value="history"> |
|
9d593c42f037
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/fgbio commit 88711b338e90adc003a90930a43df3315b2ece70
iuc
parents:
diff
changeset
|
44 <param argument="@ARGUMENT@" type="data" format="fasta,fasta.gz" label="Reference"/> |
|
9d593c42f037
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/fgbio commit 88711b338e90adc003a90930a43df3315b2ece70
iuc
parents:
diff
changeset
|
45 </when> |
|
9d593c42f037
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/fgbio commit 88711b338e90adc003a90930a43df3315b2ece70
iuc
parents:
diff
changeset
|
46 <when value="cached"> |
|
9d593c42f037
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/fgbio commit 88711b338e90adc003a90930a43df3315b2ece70
iuc
parents:
diff
changeset
|
47 <param argument="@ARGUMENT@" type="select" label="Reference"> |
|
9d593c42f037
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/fgbio commit 88711b338e90adc003a90930a43df3315b2ece70
iuc
parents:
diff
changeset
|
48 <options from_data_table="fasta_indexes"> |
|
9d593c42f037
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/fgbio commit 88711b338e90adc003a90930a43df3315b2ece70
iuc
parents:
diff
changeset
|
49 <filter type="data_meta" ref="input" key="dbkey"/> |
|
9d593c42f037
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/fgbio commit 88711b338e90adc003a90930a43df3315b2ece70
iuc
parents:
diff
changeset
|
50 <validator message="No reference genome is available for the build associated with the selected input dataset" type="no_options" /> |
|
9d593c42f037
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/fgbio commit 88711b338e90adc003a90930a43df3315b2ece70
iuc
parents:
diff
changeset
|
51 </options> |
|
9d593c42f037
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/fgbio commit 88711b338e90adc003a90930a43df3315b2ece70
iuc
parents:
diff
changeset
|
52 </param> |
|
9d593c42f037
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/fgbio commit 88711b338e90adc003a90930a43df3315b2ece70
iuc
parents:
diff
changeset
|
53 </when> |
|
9d593c42f037
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/fgbio commit 88711b338e90adc003a90930a43df3315b2ece70
iuc
parents:
diff
changeset
|
54 </conditional> |
|
9d593c42f037
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/fgbio commit 88711b338e90adc003a90930a43df3315b2ece70
iuc
parents:
diff
changeset
|
55 </xml> |
|
9d593c42f037
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/fgbio commit 88711b338e90adc003a90930a43df3315b2ece70
iuc
parents:
diff
changeset
|
56 |
|
9d593c42f037
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/fgbio commit 88711b338e90adc003a90930a43df3315b2ece70
iuc
parents:
diff
changeset
|
57 <token name="@PREPARE_FASTA_IDX@"><![CDATA[ |
|
9d593c42f037
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/fgbio commit 88711b338e90adc003a90930a43df3315b2ece70
iuc
parents:
diff
changeset
|
58 #set use_ref=True |
|
9d593c42f037
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/fgbio commit 88711b338e90adc003a90930a43df3315b2ece70
iuc
parents:
diff
changeset
|
59 #if $addref_cond.addref_select == "history": |
|
9d593c42f037
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/fgbio commit 88711b338e90adc003a90930a43df3315b2ece70
iuc
parents:
diff
changeset
|
60 #if $addref_cond.ref.is_of_type('fasta'): |
|
9d593c42f037
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/fgbio commit 88711b338e90adc003a90930a43df3315b2ece70
iuc
parents:
diff
changeset
|
61 reffa="reference.fa" && |
|
9d593c42f037
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/fgbio commit 88711b338e90adc003a90930a43df3315b2ece70
iuc
parents:
diff
changeset
|
62 ln -s '${addref_cond.ref}' \$reffa && |
|
9d593c42f037
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/fgbio commit 88711b338e90adc003a90930a43df3315b2ece70
iuc
parents:
diff
changeset
|
63 samtools faidx \$reffa && |
|
9d593c42f037
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/fgbio commit 88711b338e90adc003a90930a43df3315b2ece70
iuc
parents:
diff
changeset
|
64 #else: |
|
9d593c42f037
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/fgbio commit 88711b338e90adc003a90930a43df3315b2ece70
iuc
parents:
diff
changeset
|
65 reffa="reference.fa.gz" && |
|
9d593c42f037
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/fgbio commit 88711b338e90adc003a90930a43df3315b2ece70
iuc
parents:
diff
changeset
|
66 ln -s '${addref_cond.ref}' \$reffa && |
|
9d593c42f037
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/fgbio commit 88711b338e90adc003a90930a43df3315b2ece70
iuc
parents:
diff
changeset
|
67 { |
|
9d593c42f037
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/fgbio commit 88711b338e90adc003a90930a43df3315b2ece70
iuc
parents:
diff
changeset
|
68 samtools faidx \$reffa || |
|
9d593c42f037
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/fgbio commit 88711b338e90adc003a90930a43df3315b2ece70
iuc
parents:
diff
changeset
|
69 { |
|
9d593c42f037
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/fgbio commit 88711b338e90adc003a90930a43df3315b2ece70
iuc
parents:
diff
changeset
|
70 echo "Failed to index compressed reference. Trying decompressed ..." 1>&2 && |
|
9d593c42f037
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/fgbio commit 88711b338e90adc003a90930a43df3315b2ece70
iuc
parents:
diff
changeset
|
71 gzip -dc \$reffa > reference.fa && |
|
9d593c42f037
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/fgbio commit 88711b338e90adc003a90930a43df3315b2ece70
iuc
parents:
diff
changeset
|
72 reffa="reference.fa" && |
|
9d593c42f037
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/fgbio commit 88711b338e90adc003a90930a43df3315b2ece70
iuc
parents:
diff
changeset
|
73 samtools faidx \$reffa; |
|
9d593c42f037
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/fgbio commit 88711b338e90adc003a90930a43df3315b2ece70
iuc
parents:
diff
changeset
|
74 } |
|
9d593c42f037
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/fgbio commit 88711b338e90adc003a90930a43df3315b2ece70
iuc
parents:
diff
changeset
|
75 } && |
|
9d593c42f037
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/fgbio commit 88711b338e90adc003a90930a43df3315b2ece70
iuc
parents:
diff
changeset
|
76 #end if |
|
9d593c42f037
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/fgbio commit 88711b338e90adc003a90930a43df3315b2ece70
iuc
parents:
diff
changeset
|
77 reffai=\$reffa.fai && |
|
9d593c42f037
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/fgbio commit 88711b338e90adc003a90930a43df3315b2ece70
iuc
parents:
diff
changeset
|
78 #elif $addref_cond.addref_select == "cached": |
|
9d593c42f037
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/fgbio commit 88711b338e90adc003a90930a43df3315b2ece70
iuc
parents:
diff
changeset
|
79 reffa='${addref_cond.ref.fields.path}' && |
|
9d593c42f037
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/fgbio commit 88711b338e90adc003a90930a43df3315b2ece70
iuc
parents:
diff
changeset
|
80 reffai=\$reffa.fai && |
|
9d593c42f037
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/fgbio commit 88711b338e90adc003a90930a43df3315b2ece70
iuc
parents:
diff
changeset
|
81 #else |
|
9d593c42f037
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/fgbio commit 88711b338e90adc003a90930a43df3315b2ece70
iuc
parents:
diff
changeset
|
82 #set use_ref=False |
|
9d593c42f037
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/fgbio commit 88711b338e90adc003a90930a43df3315b2ece70
iuc
parents:
diff
changeset
|
83 #end if |
|
9d593c42f037
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/fgbio commit 88711b338e90adc003a90930a43df3315b2ece70
iuc
parents:
diff
changeset
|
84 ]]></token> |
|
9d593c42f037
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/fgbio commit 88711b338e90adc003a90930a43df3315b2ece70
iuc
parents:
diff
changeset
|
85 |
|
9d593c42f037
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/fgbio commit 88711b338e90adc003a90930a43df3315b2ece70
iuc
parents:
diff
changeset
|
86 <xml name="citations"> |
|
9d593c42f037
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/fgbio commit 88711b338e90adc003a90930a43df3315b2ece70
iuc
parents:
diff
changeset
|
87 <citations> |
|
9d593c42f037
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/fgbio commit 88711b338e90adc003a90930a43df3315b2ece70
iuc
parents:
diff
changeset
|
88 <citation type="doi">10.5281/zenodo.16878970</citation> |
|
9d593c42f037
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/fgbio commit 88711b338e90adc003a90930a43df3315b2ece70
iuc
parents:
diff
changeset
|
89 </citations> |
|
9d593c42f037
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/fgbio commit 88711b338e90adc003a90930a43df3315b2ece70
iuc
parents:
diff
changeset
|
90 </xml> |
|
9d593c42f037
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/fgbio commit 88711b338e90adc003a90930a43df3315b2ece70
iuc
parents:
diff
changeset
|
91 |
|
9d593c42f037
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/fgbio commit 88711b338e90adc003a90930a43df3315b2ece70
iuc
parents:
diff
changeset
|
92 <xml name="version_command"> |
|
9d593c42f037
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/fgbio commit 88711b338e90adc003a90930a43df3315b2ece70
iuc
parents:
diff
changeset
|
93 <version_command><![CDATA[fgbio --version 2>&1 | grep Version]]></version_command> |
|
9d593c42f037
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/fgbio commit 88711b338e90adc003a90930a43df3315b2ece70
iuc
parents:
diff
changeset
|
94 </xml> |
|
9d593c42f037
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/fgbio commit 88711b338e90adc003a90930a43df3315b2ece70
iuc
parents:
diff
changeset
|
95 |
|
9d593c42f037
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/fgbio commit 88711b338e90adc003a90930a43df3315b2ece70
iuc
parents:
diff
changeset
|
96 <xml name="stdio"> |
|
9d593c42f037
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/fgbio commit 88711b338e90adc003a90930a43df3315b2ece70
iuc
parents:
diff
changeset
|
97 <stdio> |
|
9d593c42f037
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/fgbio commit 88711b338e90adc003a90930a43df3315b2ece70
iuc
parents:
diff
changeset
|
98 <exit_code range="1:" level="fatal" description="Error" /> |
|
9d593c42f037
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/fgbio commit 88711b338e90adc003a90930a43df3315b2ece70
iuc
parents:
diff
changeset
|
99 </stdio> |
|
9d593c42f037
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/fgbio commit 88711b338e90adc003a90930a43df3315b2ece70
iuc
parents:
diff
changeset
|
100 </xml> |
|
9d593c42f037
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/fgbio commit 88711b338e90adc003a90930a43df3315b2ece70
iuc
parents:
diff
changeset
|
101 </macros> |
