annotate macros.xml @ 3:ce86aafd8494 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/blast commit ddb5e058a7877e627ed24ef8cb9a046ccb450cb4
author iuc
date Mon, 23 Oct 2023 20:44:30 +0000
parents 34ac212ef95e
children 79f4f8bd0e34
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>
3
ce86aafd8494 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/blast commit ddb5e058a7877e627ed24ef8cb9a046ccb450cb4
iuc
parents: 2
diff changeset
3 <token name="@VERSION_SUFFIX@">1</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>
2
34ac212ef95e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/blast commit e737cae558b4758afdb6758807b5f19f8b6ea38e
iuc
parents: 1
diff changeset
8 <requirement type="package" version="1.16.1">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>