comparison energy-estimation-utility.xml @ 6:a61db7f9d80b draft

planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 30448244448344cd393d444ef23b27318165cbdb-dirty
author yhoogstrate
date Fri, 04 Mar 2016 05:58:06 -0500
parents fd7f0bf0f5b6
children 8dcf7ca46c72
comparison
equal deleted inserted replaced
5:fd7f0bf0f5b6 6:a61db7f9d80b
1 <tool id="energy_estimation_utility" name="energy-estimation-utility" version="1.6.2-0"> 1 <tool id="energy_estimation_utility" name="energy-estimation-utility" version="1.6.2-1">
2 <description>Estimate the maximal energy a segment needs to assign to become part of the optimal structure using segmentation-fold</description> 2 <description>Estimate the maximal energy a segment needs to assign to become part of the optimal structure using segmentation-fold</description>
3 3
4 <requirements> 4 <requirements>
5 <requirement type="package" version="1.6.2">segmentation-fold</requirement> 5 <requirement type="package" version="1.6.2">segmentation-fold</requirement>
6 <requirement type="package" version="2.7.10">python</requirement>
6 </requirements> 7 </requirements>
7 8
8 <stdio></stdio> 9 <stdio></stdio>
9 10
10 <version_command>segmentation-fold --version | head -n 2 | tail -n 1 | sed -e 's/^[[:space:]]*//' -e 's/[[:space:]]*$//'</version_command> 11 <version_command>segmentation-fold --version | head -n 2 | tail -n 1 | sed -e 's/^[[:space:]]*//' -e 's/[[:space:]]*$//'</version_command>