Mercurial > repos > petr-novak > various_galaxy_tools
diff gff2tabular.xml @ 2:90c46e40d222 draft
planemo upload for repository https://github.com/kavonrtep/galaxy_packages commit 248ffeb6792d5807820b664eae3e88306f3f395e-dirty
author | petr-novak |
---|---|
date | Mon, 26 Feb 2024 13:11:53 +0000 |
parents | 696e702ebf74 |
children |
line wrap: on
line diff
--- a/gff2tabular.xml Mon Feb 26 12:59:20 2024 +0000 +++ b/gff2tabular.xml Mon Feb 26 13:11:53 2024 +0000 @@ -4,6 +4,9 @@ <requirement type="package">R</requirement> <requirement type="package">bioconductor-rtracklayer</requirement> </requirements> + <required_files> + <include type="literal" path="gff2tabular.R"/> + </required_files> <command detect_errors="exit_code"><![CDATA[ Rscript ${__tool_directory__}/gff2tabular.R '$inputgff' '$output' ]]></command>