Previous changeset 3:b95e6a9bb15c (2019-10-22) Next changeset 5:00ee933b08fd (2019-11-01) |
Commit message:
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/util/.shed.yml commit ab0f820986e34953ac7a309d76adb178a315b98f |
modified:
gtf2featureAnnotation.xml |
b |
diff -r b95e6a9bb15c -r b6354c917ef9 gtf2featureAnnotation.xml --- 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> |