comparison macros.xml @ 2:2668027a533b draft default tip

"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wtdbg commit 05f8373310ce1728426b89f33b643406e0cba54b"
author bgruening
date Sat, 29 Jan 2022 12:49:28 +0000
parents e100f3f4d80e
children
comparison
equal deleted inserted replaced
1:e100f3f4d80e 2:2668027a533b
1 <macros> 1 <macros>
2 <xml name="requirements"> 2 <token name="@TOOL_VERSION@">2.5</token>
3 <requirements> 3 <token name="@VERSION_SUFFIX@">0</token>
4 <requirement type="package" version="2.0">wtdbg</requirement>
5 <yield/>
6 </requirements>
7 </xml>
8 <xml name="citations"> 4 <xml name="citations">
9 <citations> 5 <citations>
10 <citation type="bibtex"> 6 <citation type="doi">doi:10.1038/s41592-019-0669-3</citation>
11 @misc{githubwtdbg-2,
12 author = {Ruan, Jue},
13 year = {2018},
14 title = {wtdbg-2},
15 publisher = {GitHub},
16 journal = {GitHub repository},
17 url = {https://github.com/ruanjue/wtdbg2},
18 }</citation>
19 <yield />
20 </citations> 7 </citations>
21 </xml> 8 </xml>
9 <token name="@ASM_OPTIONS@">
10 -X $asm.X
11 -L $asm.L
12 -k $asm.k
13 -p $asm.p
14 -K $asm.K
15 -s $asm.s
16 -e $asm.e
17 $asm.realign
18 $asm.contained_reads
19 </token>
20 <token name="@CNS_OPTIONS@">
21 -j $cns.j
22 -M $cns.M
23 -X $cns.X
24 -I $cns.I
25 -D $cns.D
26 -b $cns.b
27 -H $cns.H
28 -B $cns.B
29 -W $cns.W
30 -w $cns.w
31 -A $cns.A
32 -S $cns.S
33 -R $cns.R
34 -c $cns.c
35 -C $cns.C
36 -F $cns.F
37 -N $cns.N
38 </token>
22 </macros> 39 </macros>