comparison nonpareil.xml @ 2:cef64c36c89e draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nonpareil commit 0b535bf15f4bb0110f599c1af9b1dc1c66302899
author iuc
date Tue, 12 Mar 2024 08:50:50 +0000
parents 45210df786b9
children
comparison
equal deleted inserted replaced
1:45210df786b9 2:cef64c36c89e
1 <tool id="nonpareil" name="Nonpareil" version="@TOOL_VERSION@.1" profile="21.01"> 1 <tool id="nonpareil" name="Nonpareil" version="@TOOL_VERSION@.1" profile="21.01">
2 <description>to estimate average coverage and generate Nonpareil curves</description> 2 <description>to estimate average coverage and generate Nonpareil curves</description>
3 <macros> 3 <macros>
4 <token name="@TOOL_VERSION@">3.1.1</token> 4 <import>macros.xml</import>
5 </macros> 5 </macros>
6 <requirements> 6 <expand macro="xrefs"/>
7 <requirement type="package" version="@TOOL_VERSION@">nonpareil</requirement> 7 <expand macro="requirements"/>
8 </requirements>
9 <version_command>nonpareil -V</version_command> 8 <version_command>nonpareil -V</version_command>
10 <command detect_errors="exit_code"> 9 <command detect_errors="exit_code">
11 <![CDATA[ 10 <![CDATA[
12 ln -s '$input' input && 11 ln -s '$input' input &&
13 12