comparison logex.xml @ 1:fb6b6d5e6bd5 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:30:21 +0000
parents 73ddd200456a
children ec82f2b95e89
comparison
equal deleted inserted replaced
0:73ddd200456a 1:fb6b6d5e6bd5
1 <tool id="fastk_logex" name="FastK Logex" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="23.2" license="MIT"> 1 <tool id="fastk_logex" name="FastK Logex" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="23.2" license="MIT">
2 <description>Performs binary operations on the generated Ktab files from FASTK suite</description> 2 <description>Performs binary operations on the generated Ktab files from FASTK suite</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 mkdir -p logex_ktabs 9 mkdir -p logex_ktabs
9 && mkdir -p input_files 10 && mkdir -p input_files
10 && cp '$input_ktab1' input_files/input1.ktab 11 && cp '$input_ktab1' input_files/input1.ktab