comparison gffcompare_to_bed.xml @ 2:9a4cfc910674 draft

"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/gffcompare_to_bed commit 2a470e2c775a7427aa530e058510e4dc7b6d8e80"
author galaxyp
date Tue, 07 Apr 2020 11:36:42 -0400
parents 0f62097d7c1a
children
comparison
equal deleted inserted replaced
1:0f62097d7c1a 2:9a4cfc910674
1 <tool id="gffcompare_to_bed" name="Convert gffCompare annotated GTF to BED" version="0.2.0"> 1 <tool id="gffcompare_to_bed" name="Convert gffCompare annotated GTF to BED" version="0.2.1">
2 <description>for StringTie results</description> 2 <description>for StringTie results</description>
3 <requirements>
4 <requirement type="package" version="3.7">python</requirement>
5 </requirements>
3 <command detect_errors="exit_code"><![CDATA[ 6 <command detect_errors="exit_code"><![CDATA[
4 python '$__tool_directory__/gffcompare_to_bed.py' 7 python '$__tool_directory__/gffcompare_to_bed.py'
5 #if $class_codes: 8 #if $class_codes:
6 --class_code='$class_codes' 9 --class_code='$class_codes'
7 #end if 10 #end if