changeset 4:b6354c917ef9 draft

planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/util/.shed.yml commit ab0f820986e34953ac7a309d76adb178a315b98f
author ebi-gxa
date Fri, 25 Oct 2019 09:25:20 -0400
parents b95e6a9bb15c
children 00ee933b08fd
files gtf2featureAnnotation.xml
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/gtf2featureAnnotation.xml	Tue Oct 22 05:49:12 2019 -0400
+++ b/gtf2featureAnnotation.xml	Fri Oct 25 09:25:20 2019 -0400
@@ -1,4 +1,4 @@
-<tool id="_ensembl_gtf2gene_list" name="GTF2GeneList" version="1.42.1+galaxy3">
+<tool id="_ensembl_gtf2gene_list" name="GTF2GeneList" version="1.42.1+galaxy4">
     <description>extracts a complete annotation table or subsets thereof from an Ensembl GTF using rtracklayer</description>
     <requirements>
       <requirement type="package" version="1.42.1">bioconductor-rtracklayer</requirement>
@@ -51,7 +51,7 @@
     <outputs>
         <data name="feature_annotation" format="tsv" from_work_dir="annotation.txt" label="${tool.name} on ${on_string}: annotation table"/>
         <data name="fasta_output" format="fasta.gz" from_work_dir="filtered.fa.gz" label="${tool.name} on ${on_string}: annotation-matched sequences">
-          <filter>filter_cdnas</filter>
+          <filter>cdnas['filter_cdnas']</filter>
         </data>
     </outputs>
     <tests>