comparison histex.xml @ 1:c0bcbd03d352 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fastk commit 2df03448c35339ea02f112abb0d0f07b5c41d93e
author iuc
date Mon, 10 Feb 2025 19:29:37 +0000
parents 323e5ebf6d5d
children 407b6b91b845
comparison
equal deleted inserted replaced
0:323e5ebf6d5d 1:c0bcbd03d352
1 <tool id="fastk_histex" name="FastK Histex" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="23.2" license="MIT"> 1 <tool id="fastk_histex" name="FastK Histex" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="23.2" license="MIT">
2 <description>Reads and displays a kmer histogram produced by FastK</description> 2 <description>Reads and displays a kmer histogram produced by FastK</description>
3 <macros> 3 <macros>
4 <import>macros.xml</import> 4 <import>macros.xml</import>
5 </macros> 5 </macros>
6 <expand macro="xrefs"/>
6 <expand macro="requirements"/> 7 <expand macro="requirements"/>
7 <command detect_errors="exit_code"><![CDATA[ 8 <command detect_errors="exit_code"><![CDATA[
8 ln -s '$input_hist' input.hist && 9 ln -s '$input_hist' input.hist &&
9 Histex input.hist 10 Histex input.hist
10 #if str($range_count_start).strip(): 11 #if str($range_count_start).strip():