changeset 25:9f24599f93e5 draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 809715c88721d082b304cf4e4a37b52d30162f08"
author iuc
date Fri, 06 Sep 2019 11:07:33 -0400
parents dfa29fefb36a
children 48a5ee6c175c
files featurecounts.xml
diffstat 1 files changed, 4 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/featurecounts.xml	Thu Sep 05 19:36:53 2019 -0400
+++ b/featurecounts.xml	Fri Sep 06 11:07:33 2019 -0400
@@ -1,4 +1,4 @@
-<tool id="featurecounts" name="featureCounts" version="1.6.4" profile="16.04">
+<tool id="featurecounts" name="featureCounts" version="1.6.4+galaxy1" profile="16.04">
     <description>Measure gene expression in RNA-Seq experiments from SAM or BAM files.</description>
     <requirements>
         <requirement type="package" version="1.6.4">subread</requirement>
@@ -145,14 +145,15 @@
             <when value="builtin">
                 <param name="bgenome" type="select" label="Select built-in genome" help="Built-in gene annotations for genomes hg38, hg19, mm10 and mm9 are included in featureCounts">
                     <options from_data_table="featurecounts_anno">
-                        <filter type="data_meta" key="dbkey" ref="alignment" column="0"/>
+                        <filter type="data_meta" key="dbkey" ref="alignment" column="dbkey"/>
                     </options>
                 </param>
             </when>
             <when value="cached">
                 <param name="reference_gene_sets_builtin" type="select" label="Using locally cached annotation" help="If the annotation file you require is not listed here, please contact the Galaxy administrator">
                     <options from_data_table="gene_sets">
-                        <filter type="data_meta" key="dbkey" ref="alignment" column="0"/>
+                        <filter type="data_meta" key="dbkey" ref="alignment" column="dbkey"/>
+                        <filter type="sort_by" column="2" />
                     </options>
                     <validator type="no_options" message="An annotation file is not available for the build associated with the selected input file"/>
                 </param>