comparison gtf2featureAnnotation.xml @ 3:b95e6a9bb15c draft

planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/util/.shed.yml commit 194d2e0af16624c9a3d1af92f7b3686d2e0ee552-dirty
author ebi-gxa
date Tue, 22 Oct 2019 05:49:12 -0400
parents e255c0e5dfca
children b6354c917ef9
comparison
equal deleted inserted replaced
2:e255c0e5dfca 3:b95e6a9bb15c
1 <tool id="_ensembl_gtf2gene_list" name="GTF2GeneList" version="1.42.1+galaxy2"> 1 <tool id="_ensembl_gtf2gene_list" name="GTF2GeneList" version="1.42.1+galaxy3">
2 <description>extracts a complete annotation table or subsets thereof from an Ensembl GTF using rtracklayer</description> 2 <description>extracts a complete annotation table or subsets thereof from an Ensembl GTF using rtracklayer</description>
3 <requirements> 3 <requirements>
4 <requirement type="package" version="1.42.1">bioconductor-rtracklayer</requirement> 4 <requirement type="package" version="1.42.1">bioconductor-rtracklayer</requirement>
5 <requirement type="package">bioconductor-biostrings</requirement> 5 <requirement type="package">bioconductor-biostrings</requirement>
6 <requirement type="package">r-optparse</requirement> 6 <requirement type="package">r-optparse</requirement>
39 <when value="false" /> 39 <when value="false" />
40 </conditional> 40 </conditional>
41 <conditional name="cdnas"> 41 <conditional name="cdnas">
42 <param name="filter_cdnas" type="boolean" checked="false" label="Filter a FASTA-format cDNA file to match annotations?" help="For some applications, e.g. transcriptome mappers, its useful to match a cDNAs file to an annotation list (e.g. transcript-to-gene mapping)"/> 42 <param name="filter_cdnas" type="boolean" checked="false" label="Filter a FASTA-format cDNA file to match annotations?" help="For some applications, e.g. transcriptome mappers, its useful to match a cDNAs file to an annotation list (e.g. transcript-to-gene mapping)"/>
43 <when value="true"> 43 <when value="true">
44 <param name="fasta_input" type="data" format="fasta" label="FASTA-format cDNA/ transcript file" /> 44 <param name="fasta_input" type="data" format="fasta,fasta.gz" label="FASTA-format cDNA/ transcript file" />
45 <param name="cdnas_field" type="text" optional='true' value="transcript_id" label="Annotation field to match with sequences."/> 45 <param name="cdnas_field" type="text" optional='true' value="transcript_id" label="Annotation field to match with sequences."/>
46 </when> 46 </when>
47 <when value="false" /> 47 <when value="false" />
48 </conditional> 48 </conditional>
49 </inputs> 49 </inputs>
50 50
51 <outputs> 51 <outputs>
52 <data name="feature_annotation" format="tsv" from_work_dir="annotation.txt" label="${tool.name} on ${on_string}: annotation table"/> 52 <data name="feature_annotation" format="tsv" from_work_dir="annotation.txt" label="${tool.name} on ${on_string}: annotation table"/>
53 <data name="fasta_output" format="fasta" from_work_dir="filtered.fa.gz" label="${tool.name} on ${on_string}: annotation-matched sequences"> 53 <data name="fasta_output" format="fasta.gz" from_work_dir="filtered.fa.gz" label="${tool.name} on ${on_string}: annotation-matched sequences">
54 <filter>filter_cdnas</filter> 54 <filter>filter_cdnas</filter>
55 </data> 55 </data>
56 </outputs> 56 </outputs>
57 <tests> 57 <tests>
58 <test> 58 <test>