annotate macros.xml @ 4:79f4f8bd0e34 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/blast commit 0331dc2148913e04c90481cb08d38b8bfaed5e6a
author iuc
date Mon, 04 Dec 2023 21:40:52 +0000
parents ce86aafd8494
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
e6799e98c5fb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/blast commit 15fc6c06f743bae276ff02dc405e7da61a07bd08"
iuc
parents:
diff changeset
1 <macros>
2
34ac212ef95e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/blast commit e737cae558b4758afdb6758807b5f19f8b6ea38e
iuc
parents: 1
diff changeset
2 <token name="@TOOL_VERSION@">1.7.0</token>
4
79f4f8bd0e34 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/blast commit 0331dc2148913e04c90481cb08d38b8bfaed5e6a
iuc
parents: 3
diff changeset
3 <token name="@VERSION_SUFFIX@">2</token>
0
e6799e98c5fb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/blast commit 15fc6c06f743bae276ff02dc405e7da61a07bd08"
iuc
parents:
diff changeset
4 <token name="@PROFILE@">20.09</token>
e6799e98c5fb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/blast commit 15fc6c06f743bae276ff02dc405e7da61a07bd08"
iuc
parents:
diff changeset
5 <xml name="requirements">
e6799e98c5fb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/blast commit 15fc6c06f743bae276ff02dc405e7da61a07bd08"
iuc
parents:
diff changeset
6 <requirements>
e6799e98c5fb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/blast commit 15fc6c06f743bae276ff02dc405e7da61a07bd08"
iuc
parents:
diff changeset
7 <requirement type="package" version="@TOOL_VERSION@">magicblast</requirement>
4
79f4f8bd0e34 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/blast commit 0331dc2148913e04c90481cb08d38b8bfaed5e6a
iuc
parents: 3
diff changeset
8 <requirement type="package" version="1.18">samtools</requirement>
0
e6799e98c5fb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/blast commit 15fc6c06f743bae276ff02dc405e7da61a07bd08"
iuc
parents:
diff changeset
9 </requirements>
e6799e98c5fb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/blast commit 15fc6c06f743bae276ff02dc405e7da61a07bd08"
iuc
parents:
diff changeset
10 </xml>
e6799e98c5fb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/blast commit 15fc6c06f743bae276ff02dc405e7da61a07bd08"
iuc
parents:
diff changeset
11 <xml name="output_sort_param">
e6799e98c5fb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/blast commit 15fc6c06f743bae276ff02dc405e7da61a07bd08"
iuc
parents:
diff changeset
12 <param name="output_sort" type="select" label="BAM sorting mode" help="The 'Not sorted' option can significantly extend the run time of the tool (it runs using a single thread)">
e6799e98c5fb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/blast commit 15fc6c06f743bae276ff02dc405e7da61a07bd08"
iuc
parents:
diff changeset
13 <option value="coordinate" selected="True">Sort by chromosomal coordinates</option>
e6799e98c5fb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/blast commit 15fc6c06f743bae276ff02dc405e7da61a07bd08"
iuc
parents:
diff changeset
14 <option value="name">Sort by read names</option>
e6799e98c5fb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/blast commit 15fc6c06f743bae276ff02dc405e7da61a07bd08"
iuc
parents:
diff changeset
15 <option value="unsorted">Not sorted (sorted as input)</option>
e6799e98c5fb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/blast commit 15fc6c06f743bae276ff02dc405e7da61a07bd08"
iuc
parents:
diff changeset
16 </param>
e6799e98c5fb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/blast commit 15fc6c06f743bae276ff02dc405e7da61a07bd08"
iuc
parents:
diff changeset
17 </xml>
e6799e98c5fb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/blast commit 15fc6c06f743bae276ff02dc405e7da61a07bd08"
iuc
parents:
diff changeset
18 <xml name="sanitize_query" token_validinitial="string.ascii_letters,string.digits,string.whitespace,string.punctuation">
e6799e98c5fb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/blast commit 15fc6c06f743bae276ff02dc405e7da61a07bd08"
iuc
parents:
diff changeset
19 <sanitizer>
e6799e98c5fb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/blast commit 15fc6c06f743bae276ff02dc405e7da61a07bd08"
iuc
parents:
diff changeset
20 <valid initial="@VALIDINITIAL@">
e6799e98c5fb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/blast commit 15fc6c06f743bae276ff02dc405e7da61a07bd08"
iuc
parents:
diff changeset
21 <remove value="&apos;"/>
e6799e98c5fb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/blast commit 15fc6c06f743bae276ff02dc405e7da61a07bd08"
iuc
parents:
diff changeset
22 </valid>
e6799e98c5fb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/blast commit 15fc6c06f743bae276ff02dc405e7da61a07bd08"
iuc
parents:
diff changeset
23 <mapping initial="none">
e6799e98c5fb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/blast commit 15fc6c06f743bae276ff02dc405e7da61a07bd08"
iuc
parents:
diff changeset
24 <add source="&apos;" target="&apos;&quot;&apos;&quot;&apos;"/>
e6799e98c5fb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/blast commit 15fc6c06f743bae276ff02dc405e7da61a07bd08"
iuc
parents:
diff changeset
25 </mapping>
e6799e98c5fb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/blast commit 15fc6c06f743bae276ff02dc405e7da61a07bd08"
iuc
parents:
diff changeset
26 </sanitizer>
e6799e98c5fb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/blast commit 15fc6c06f743bae276ff02dc405e7da61a07bd08"
iuc
parents:
diff changeset
27 </xml>
e6799e98c5fb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/blast commit 15fc6c06f743bae276ff02dc405e7da61a07bd08"
iuc
parents:
diff changeset
28 <xml name="citations">
e6799e98c5fb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/blast commit 15fc6c06f743bae276ff02dc405e7da61a07bd08"
iuc
parents:
diff changeset
29 <citations>
e6799e98c5fb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/blast commit 15fc6c06f743bae276ff02dc405e7da61a07bd08"
iuc
parents:
diff changeset
30 <citation type="doi">10.1186/s12859-019-2996-x</citation>
e6799e98c5fb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/blast commit 15fc6c06f743bae276ff02dc405e7da61a07bd08"
iuc
parents:
diff changeset
31 </citations>
e6799e98c5fb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/blast commit 15fc6c06f743bae276ff02dc405e7da61a07bd08"
iuc
parents:
diff changeset
32 </xml>
e6799e98c5fb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/blast commit 15fc6c06f743bae276ff02dc405e7da61a07bd08"
iuc
parents:
diff changeset
33 </macros>