comparison junction_saturation.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
comparison
equal deleted inserted replaced
59:dbedfc5f5a3c 60:1421603cc95b
1 <tool id="rseqc_junction_saturation" name="Junction Saturation" version="@TOOL_VERSION@.1"> 1 <tool id="rseqc_junction_saturation" name="Junction Saturation" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@GALAXY_VERSION@">
2 <description>detects splice junctions from each subset and compares them to reference gene model</description> 2 <description>detects splice junctions from each subset and compares them to reference gene model</description>
3 <expand macro="bio_tools"/> 3 <expand macro="bio_tools"/>
4 <macros> 4 <macros>
5 <import>rseqc_macros.xml</import> 5 <import>rseqc_macros.xml</import>
6 </macros> 6 </macros>
7
8 <expand macro="requirements" /> 7 <expand macro="requirements" />
9
10 <expand macro="stdio" /> 8 <expand macro="stdio" />
11
12 <version_command><![CDATA[junction_saturation.py --version]]></version_command> 9 <version_command><![CDATA[junction_saturation.py --version]]></version_command>
13
14 <command><![CDATA[ 10 <command><![CDATA[
11 @BAM_SAM_INPUTS@
15 junction_saturation.py 12 junction_saturation.py
16 --input-file '${input}' 13 --input-file 'input.${extension}'
17 --refgene '${refgene}' 14 --refgene '${refgene}'
18 --out-prefix output 15 --out-prefix output
19 --min-intron ${min_intron} 16 --min-intron ${min_intron}
20 --min-coverage ${min_coverage} 17 --min-coverage ${min_coverage}
21 --mapq ${mapq} 18 --mapq ${mapq}