diff infer_experiment.xml @ 60:1421603cc95b draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rseqc commit 1dfe55ca83685cadb0ce8f6ebbd8c13232376d1d
author iuc
date Sat, 26 Nov 2022 15:19:14 +0000
parents dbedfc5f5a3c
children 5968573462fa
line wrap: on
line diff
--- a/infer_experiment.xml	Sat Dec 18 19:41:19 2021 +0000
+++ b/infer_experiment.xml	Sat Nov 26 15:19:14 2022 +0000
@@ -1,4 +1,4 @@
-<tool id="rseqc_infer_experiment" name="Infer Experiment" version="@TOOL_VERSION@.1">
+<tool id="rseqc_infer_experiment" name="Infer Experiment" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@GALAXY_VERSION@">
     <description>speculates how RNA-seq were configured</description>
     <expand macro="bio_tools"/>
     <macros>
@@ -12,7 +12,8 @@
     <version_command><![CDATA[infer_experiment.py --version]]></version_command>
 
     <command><![CDATA[
-        infer_experiment.py -i '${input}' -r '${refgene}'
+        @BAM_SAM_INPUTS@
+        infer_experiment.py -i 'input.${extension}' -r '${refgene}'
             --sample-size ${sample_size}
             --mapq ${mapq}
             > '${output}'
@@ -27,7 +28,7 @@
     </inputs>
 
     <outputs>
-        <data format="txt" name="output" />
+        <data format="txt" name="output" label="${tool.name} on ${on_string}: RNA-seq experiment configuration" />
     </outputs>
 
     <tests>