annotate macros.xml @ 22:35520c1c0940 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 482fb46ba8d588f2294e21829a0904809b0ec3f1
author iuc
date Thu, 23 Aug 2018 12:50:27 -0400
parents 3867ecd957f7
children fc8249b4d3c1
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
11
80c6d1ec9cd7 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit baff3f60cf4a039a74091e24b3453f4499cfaf02
iuc
parents:
diff changeset
1 <?xml version="1.0"?>
80c6d1ec9cd7 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit baff3f60cf4a039a74091e24b3453f4499cfaf02
iuc
parents:
diff changeset
2 <macros>
80c6d1ec9cd7 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit baff3f60cf4a039a74091e24b3453f4499cfaf02
iuc
parents:
diff changeset
3 <xml name="requirements">
80c6d1ec9cd7 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit baff3f60cf4a039a74091e24b3453f4499cfaf02
iuc
parents:
diff changeset
4 <requirements>
22
35520c1c0940 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 482fb46ba8d588f2294e21829a0904809b0ec3f1
iuc
parents: 21
diff changeset
5 <requirement type="package" version="@WRAPPER_VERSION@">trinity</requirement>
11
80c6d1ec9cd7 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit baff3f60cf4a039a74091e24b3453f4499cfaf02
iuc
parents:
diff changeset
6 <yield/>
80c6d1ec9cd7 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit baff3f60cf4a039a74091e24b3453f4499cfaf02
iuc
parents:
diff changeset
7 </requirements>
80c6d1ec9cd7 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit baff3f60cf4a039a74091e24b3453f4499cfaf02
iuc
parents:
diff changeset
8 </xml>
80c6d1ec9cd7 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit baff3f60cf4a039a74091e24b3453f4499cfaf02
iuc
parents:
diff changeset
9
22
35520c1c0940 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 482fb46ba8d588f2294e21829a0904809b0ec3f1
iuc
parents: 21
diff changeset
10 <token name="@WRAPPER_VERSION@">2.8.3</token>
11
80c6d1ec9cd7 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit baff3f60cf4a039a74091e24b3453f4499cfaf02
iuc
parents:
diff changeset
11
18
87ab70ffdf1f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 7f726b691ead726864f1b67230cb5d58e16b5f58
iuc
parents: 16
diff changeset
12 <token name="@COMMAND_PAIRED_STRAND_JACCARD@">
21
3867ecd957f7 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 9dcdb5348f7439d0ce1e44ed23ad226beb4ae6d4
iuc
parents: 18
diff changeset
13 #if $pool.inputs.strand.is_strand_specific:
3867ecd957f7 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 9dcdb5348f7439d0ce1e44ed23ad226beb4ae6d4
iuc
parents: 18
diff changeset
14 --SS_lib_type $pool.inputs.strand.library_type
18
87ab70ffdf1f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 7f726b691ead726864f1b67230cb5d58e16b5f58
iuc
parents: 16
diff changeset
15 #end if
87ab70ffdf1f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 7f726b691ead726864f1b67230cb5d58e16b5f58
iuc
parents: 16
diff changeset
16
21
3867ecd957f7 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 9dcdb5348f7439d0ce1e44ed23ad226beb4ae6d4
iuc
parents: 18
diff changeset
17 $pool.inputs.jaccard_clip
18
87ab70ffdf1f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 7f726b691ead726864f1b67230cb5d58e16b5f58
iuc
parents: 16
diff changeset
18 </token>
87ab70ffdf1f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 7f726b691ead726864f1b67230cb5d58e16b5f58
iuc
parents: 16
diff changeset
19
87ab70ffdf1f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 7f726b691ead726864f1b67230cb5d58e16b5f58
iuc
parents: 16
diff changeset
20 <xml name="input_paired_strand_jaccard">
87ab70ffdf1f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 7f726b691ead726864f1b67230cb5d58e16b5f58
iuc
parents: 16
diff changeset
21 <conditional name="strand">
87ab70ffdf1f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 7f726b691ead726864f1b67230cb5d58e16b5f58
iuc
parents: 16
diff changeset
22 <param name="is_strand_specific" type="boolean" checked="false" label="Strand specific data"/>
87ab70ffdf1f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 7f726b691ead726864f1b67230cb5d58e16b5f58
iuc
parents: 16
diff changeset
23 <when value="false" />
87ab70ffdf1f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 7f726b691ead726864f1b67230cb5d58e16b5f58
iuc
parents: 16
diff changeset
24 <when value="true">
87ab70ffdf1f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 7f726b691ead726864f1b67230cb5d58e16b5f58
iuc
parents: 16
diff changeset
25 <param name="library_type" argument="--SS_lib_type" type="select" label="Strand-specific library type">
87ab70ffdf1f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 7f726b691ead726864f1b67230cb5d58e16b5f58
iuc
parents: 16
diff changeset
26 <option value="FR">Forward-Reverse</option>
87ab70ffdf1f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 7f726b691ead726864f1b67230cb5d58e16b5f58
iuc
parents: 16
diff changeset
27 <option value="RF">Reverse-Forward</option>
87ab70ffdf1f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 7f726b691ead726864f1b67230cb5d58e16b5f58
iuc
parents: 16
diff changeset
28 </param>
87ab70ffdf1f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 7f726b691ead726864f1b67230cb5d58e16b5f58
iuc
parents: 16
diff changeset
29 </when>
87ab70ffdf1f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 7f726b691ead726864f1b67230cb5d58e16b5f58
iuc
parents: 16
diff changeset
30 </conditional>
22
35520c1c0940 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 482fb46ba8d588f2294e21829a0904809b0ec3f1
iuc
parents: 21
diff changeset
31 <param argument="--jaccard_clip" type="boolean" truevalue="--jaccard_clip" falsevalue="" checked="false" label="Jaccard Clip options" help="Set if you expect high gene density with UTR overlap"/>
18
87ab70ffdf1f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 7f726b691ead726864f1b67230cb5d58e16b5f58
iuc
parents: 16
diff changeset
32 </xml>
87ab70ffdf1f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 7f726b691ead726864f1b67230cb5d58e16b5f58
iuc
parents: 16
diff changeset
33
11
80c6d1ec9cd7 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit baff3f60cf4a039a74091e24b3453f4499cfaf02
iuc
parents:
diff changeset
34 <xml name="citation">
80c6d1ec9cd7 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit baff3f60cf4a039a74091e24b3453f4499cfaf02
iuc
parents:
diff changeset
35 <citations>
80c6d1ec9cd7 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit baff3f60cf4a039a74091e24b3453f4499cfaf02
iuc
parents:
diff changeset
36 <citation type="doi">10.1038/nbt.1883</citation>
80c6d1ec9cd7 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit baff3f60cf4a039a74091e24b3453f4499cfaf02
iuc
parents:
diff changeset
37 </citations>
80c6d1ec9cd7 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit baff3f60cf4a039a74091e24b3453f4499cfaf02
iuc
parents:
diff changeset
38 </xml>
80c6d1ec9cd7 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit baff3f60cf4a039a74091e24b3453f4499cfaf02
iuc
parents:
diff changeset
39 </macros>