Mercurial > repos > petr-novak > various_galaxy_tools
view gff2tabular.xml @ 1:639c0edb7e64 draft
planemo upload for repository https://github.com/kavonrtep/galaxy_packages commit 248ffeb6792d5807820b664eae3e88306f3f395e-dirty
author | petr-novak |
---|---|
date | Mon, 26 Feb 2024 12:59:20 +0000 |
parents | 696e702ebf74 |
children | 90c46e40d222 |
line wrap: on
line source
<tool id="gff2tabular" name="GFF to Tabular" version="0.1.0"> <description>converter</description> <requirements> <requirement type="package">R</requirement> <requirement type="package">bioconductor-rtracklayer</requirement> </requirements> <command detect_errors="exit_code"><![CDATA[ Rscript ${__tool_directory__}/gff2tabular.R '$inputgff' '$output' ]]></command> <inputs> <param type="data" name="inputgff" format="gff" /> </inputs> <outputs> <data name="output" format="tabular" /> </outputs> <help><![CDATA[ Convert gff2/gff3 to tab delimited file ]]></help> </tool>