comparison utils_estimate-energy.xml @ 12:c690aa928d3d draft

planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c-dirty
author yhoogstrate
date Fri, 06 May 2016 06:08:36 -0400
parents 487f438da099
children 7e5b96d45f8d
comparison
equal deleted inserted replaced
11:487f438da099 12:c690aa928d3d
1 <tool id="smf_utils_estimate-energy" name="scan-for-segments" version="@VERSION@-1"> 1 <tool id="smf_utils_estimate-energy" name="estimate-energy" version="@VERSION@-1">
2 <description>Estimates whether a certain Segment(Loop) is present and for which delta-G this transistion takes place</description> 2 <description>Estimates whether a certain Segment(Loop) is present and for which delta-G this transistion takes place</description>
3 3
4 <macros> 4 <macros>
5 <import>macros.xml</import> 5 <import>macros.xml</import>
6 </macros> 6 </macros>
78 label="Optional sequences to scan for Segment(Loop)s (FASTA)" 78 label="Optional sequences to scan for Segment(Loop)s (FASTA)"
79 help="Use sequences from a FASTA file instead of the XML file that contains the segments. In XML files you can explicitly link one Segment(Loop) to one particular sequence instead of doing n*n comparisons (default: None)" /> 79 help="Use sequences from a FASTA file instead of the XML file that contains the segments. In XML files you can explicitly link one Segment(Loop) to one particular sequence instead of doing n*n comparisons (default: None)" />
80 </inputs> 80 </inputs>
81 81
82 <outputs> 82 <outputs>
83 <data format="text" name="output_list" label="${tool.name}" /> 83 <data format="dbn" name="output_list" label="${tool.name}" />
84 </outputs> 84 </outputs>
85 85
86 <tests> 86 <tests>
87 <!-- xml * fasta mode --> 87 <!-- xml * fasta mode -->
88 <test> 88 <test>