comparison tidecluster_annotation.xml @ 3:9e77d3afefdd draft

planemo upload for repository https://github.com/kavonrtep/galaxy_packages commit 75ae81766cb45060866adbd8d371c32c2990c6e3
author petr-novak
date Mon, 28 Aug 2023 11:03:59 +0000
parents c701eddc9fec
children
comparison
equal deleted inserted replaced
2:299f14a6050a 3:9e77d3afefdd
1 <tool id="tidecluster_annotation" name="TideCluster Annotation" version="@TOOL_VERSION@"> 1 <tool id="tidecluster_annotation" name="TideCluster- Annotate Clusters" version="@TOOL_VERSION@">
2 <macros> 2 <macros>
3 <import>macros.xml</import> 3 <import>macros.xml</import>
4 </macros> 4 </macros>
5 <description>Annotate tandem repeats identified by TideCluster using custom library of tandem repeats</description> 5 <description>Annotate tandem repeats clusters identified by TideCluster using custom library of tandem repeats</description>
6 <expand macro="requirements" /> 6 <expand macro="requirements" />
7 <command detect_errors="exit_code"><![CDATA[ 7 <command detect_errors="exit_code"><![CDATA[
8 #set $prefix = 'tidecluster' 8 #set $prefix = 'tidecluster'
9 mkdir extracted && 9 mkdir extracted &&
10 unzip '$input_archive' -d extracted && cd extracted && 10 unzip '$input_archive' -d extracted && cd extracted &&