comparison easyfig_cpt.xml @ 2:f44e2da53cc4 draft default tip

planemo upload commit f33bdf952d796c5d7a240b132af3c4cbd102decc
author cpt
date Fri, 05 Jan 2024 05:50:36 +0000
parents afce956686a1
children
comparison
equal deleted inserted replaced
1:afce956686a1 2:f44e2da53cc4
1 <tool id="edu.tamu.cpt2.gbk_viz.easyfig" name="Easyfig:" version="2.2.3"> 1 <tool id="edu.tamu.cpt2.gbk_viz.easyfig" name="Easyfig:" version="2.2.3">
2 <description> Galaxy wrapper for genbank visualization</description> 2 <description> Galaxy wrapper for genbank visualization</description>
3 <macros> 3 <macros>
4 <import>macros.xml</import> 4 <import>macros.xml</import>
5 <import>cpt-macros.xml</import> 5
6 </macros> 6 </macros>
7 <expand macro="requirements"/> 7 <expand macro="requirements"/>
8 <command detect_errors="aggressive"><![CDATA[ 8 <command detect_errors="aggressive"><![CDATA[
9 IFS=',' read -r -a genList <<< "$gbkIn"; 9 IFS=',' read -r -a genList <<< "$gbkIn";
10 IFS=' ' read -r -a revList <<< "$revString"; 10 IFS=' ' read -r -a revList <<< "$revString";