Mercurial > repos > earlhaminst > hcluster_sg_parser
comparison hcluster_sg_parser.xml @ 2:0a33fd8ead70 draft
planemo upload for repository https://github.com/TGAC/earlham-galaxytools/tree/master/tools/hcluster_sg_parser commit f5c5f3d6ce676937f5c673ec7fc0631a9f490dc2
author | earlhaminst |
---|---|
date | Fri, 24 Mar 2017 12:33:12 -0400 |
parents | 17aa68582a05 |
children | f9e418125021 |
comparison
equal
deleted
inserted
replaced
1:17aa68582a05 | 2:0a33fd8ead70 |
---|---|
1 <tool id="hcluster_sg_parser" name="hcluster_sg_parser" version="0.2.0"> | 1 <tool id="hcluster_sg_parser" name="hcluster_sg parser" version="0.2.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 <command> | 3 <command detect_errors="exit_code"> |
4 <![CDATA[ | 4 <![CDATA[ |
5 python '$__tool_directory__/hcluster_sg_parser.py' '$inputFile' | 5 python '$__tool_directory__/hcluster_sg_parser.py' '$inputFile' |
6 #if str($min_elems) | 6 #if str($min_elems) |
7 -m $min_elems | 7 -m $min_elems |
8 #end if | 8 #end if |