comparison filter_type.xml @ 5:d40c9632250f draft default tip

planemo upload commit f33bdf952d796c5d7a240b132af3c4cbd102decc
author cpt
date Fri, 05 Jan 2024 05:57:42 +0000
parents a77124b86382
children
comparison
equal deleted inserted replaced
4:a77124b86382 5:d40c9632250f
1 <tool id="edu.tamu.cpt.gff3.filter_type" name="GFF3 Feature Type Filter" version="19.1.0.0"> 1 <tool id="edu.tamu.cpt.gff3.filter_type" name="GFF3 Feature Type Filter" version="19.1.0.0">
2 <description>selects features from a gff3 file based on feature type</description> 2 <description>selects features from a gff3 file based on feature type</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 #set repeat_data = '" "'.join([ str($var.type) for $var in $repeat_0 ]) 9 #set repeat_data = '" "'.join([ str($var.type) for $var in $repeat_0 ])
10 10