Mercurial > repos > galaxyp > gffcompare_to_bed
comparison gffcompare_to_bed.xml @ 2:2e24ff66228f draft default tip
"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 15:30:58 +0000 |
parents | 23f34d9dd8e6 |
children |
comparison
equal
deleted
inserted
replaced
1:23f34d9dd8e6 | 2:2e24ff66228f |
---|---|
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 |