Mercurial > repos > rnateam > rbpbench
comparison macros.xml @ 0:7dd2835ce566 draft
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/rbpbench commit 0e21bd630200c1f199db8ba5d83b81d4214fc59f
author | rnateam |
---|---|
date | Sun, 03 Dec 2023 12:51:54 +0000 |
parents | |
children | 26c64157456b |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:7dd2835ce566 |
---|---|
1 <macros> | |
2 <token name="@TOOL_VERSION@">0.7</token> | |
3 <token name="@VERSION_SUFFIX@">0</token> | |
4 <token name="@profile@">22.05</token> | |
5 <xml name="requirements"> | |
6 <requirements> | |
7 <requirement type="package" version="@TOOL_VERSION@">rbpbench</requirement> | |
8 <requirement type="package" version="5.5.4">meme</requirement> | |
9 </requirements> | |
10 </xml> | |
11 <xml name="bio_tools"> | |
12 <xrefs> | |
13 <xref type="bio.tools">rbpbench</xref> | |
14 </xrefs> | |
15 </xml> | |
16 <!--xml name="citations"> | |
17 <citations> | |
18 <citation type="doi"></citation> | |
19 </citations> | |
20 </xml--> | |
21 <token name="@PREPARE_REF@"><![CDATA[ | |
22 ln -s -f | |
23 #if str($action_type.reference_genome.reference_genome_selector) == "history" | |
24 '$action_type.reference_genome.history_genome' | |
25 #else | |
26 '$action_type.reference_genome.builtin_genome.fields.path' | |
27 #end if | |
28 reference.fa && | |
29 ]]></token> | |
30 <token name="@COMMON_PARAMS@"><![CDATA[ | |
31 --ext $action_type.search_options.search_ext | |
32 --fimo-pval $action_type.search_options.search_fimo_pval | |
33 --bed-score-col $action_type.search_options.search_bed_score_col | |
34 $action_type.search_options.search_unstranded | |
35 $action_type.search_options.search_unstranded_ct | |
36 #if $action_type.search_options.fimo_nt_freqs_file: | |
37 --fimo-nt-freqs '$action_type.search_options.fimo_nt_freqs_file' | |
38 #end if | |
39 ]]></token> | |
40 </macros> |