comparison locarna_reliability_profile.xml @ 1:9942e1b7646c draft

planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/locarna commit 287021573c592fdb70fdbbc88943aa16a8740fc0
author rnateam
date Fri, 13 Jan 2017 16:49:01 -0500
parents 7dd1f41aee4d
children e84d1fc87829
comparison
equal deleted inserted replaced
0:7dd1f41aee4d 1:9942e1b7646c
1 <tool id="locarna_reliability_profile" name="LocARNA reliability-profile" version="@VERSION@.0"> 1 <tool id="locarna_reliability_profile" name="LocARNA reliability-profile" version="@VERSION@.1">
2 <description> 2 <description>
3 Plot reliability profile for probabilistic mlocarna 3 Plot reliability profile for probabilistic mlocarna
4 </description> 4 </description>
5 5
6 <macros> 6 <macros>
32 #if str($title) != "" 32 #if str($title) != ""
33 --title '$title' 33 --title '$title'
34 #end if 34 #end if
35 35
36 #if str($seqname) != "" 36 #if str($seqname) != ""
37 --seqname $seqname 37 --seqname '$seqname'
38 #end if 38 #end if
39 39
40 --beta $beta 40 --beta $beta
41 --structure-weight $structure_weight 41 --structure-weight $structure_weight
42 42