comparison heinz.xml @ 4:e520fbedf79b draft default tip

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/heinz commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
author iuc
date Tue, 31 Aug 2021 08:38:20 +0000
parents 3d76702452e1
children
comparison
equal deleted inserted replaced
3:95ceb6d735d6 4:e520fbedf79b
1 <tool id="heinz" name="Identify optimal scoring subnetwork" version="1.0"> 1 <tool id="heinz" name="Identify optimal scoring subnetwork" version="1.0">
2 <description>using Heinz</description> 2 <description>using Heinz</description>
3 <xrefs>
4 <xref type="bio.tools">heinz</xref>
5 </xrefs>
3 <requirements> 6 <requirements>
4 <requirement type="package" version="2.0">heinz</requirement> 7 <requirement type="package" version="2.0">heinz</requirement>
5 </requirements> 8 </requirements>
6 <command detect_errors="aggressive"><![CDATA[ 9 <command detect_errors="aggressive"><![CDATA[
7 heinz -m \${GALAXY_SLOTS:-2} -n '$score' -e '$edge' > '$subnetwork' 10 heinz -m \${GALAXY_SLOTS:-2} -n '$score' -e '$edge' > '$subnetwork'