comparison hcluster_sg_parser.xml @ 7:4b3ef9bde528 draft default tip

planemo upload for repository https://github.com/TGAC/earlham-galaxytools/tree/main/tools/hcluster_sg_parser commit d96cd7ee9c686c185b6734aa08ab5a891cc44149-dirty
author earlhaminst
date Mon, 03 Mar 2025 17:50:14 +0000
parents 451d2588e14e
children
comparison
equal deleted inserted replaced
6:451d2588e14e 7:4b3ef9bde528
1 <tool id="hcluster_sg_parser" name="hcluster_sg parser" version="0.2.1"> 1 <tool id="hcluster_sg_parser" name="hcluster_sg parser" version="0.3.0">
2 <description>converts hcluster_sg 3-column output into lists of IDs</description> 2 <description>converts hcluster_sg 3-column output into lists of IDs</description>
3 <requirements>
4 <requirement type="package" version="3.13">python</requirement>
5 </requirements>
3 <command detect_errors="exit_code"> 6 <command detect_errors="exit_code">
4 <![CDATA[ 7 <![CDATA[
5 python '$__tool_directory__/hcluster_sg_parser.py' '$inputFile' 8 python3 '$__tool_directory__/hcluster_sg_parser.py' '$inputFile'
6 #if str($min_elems) 9 #if str($min_elems)
7 -m $min_elems 10 -m $min_elems
8 #end if 11 #end if
9 #if str($max_elems) 12 #if str($max_elems)
10 -M $max_elems 13 -M $max_elems