comparison read_quality.xml @ 52:34e4c586e3c0 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rseqc commit 7f68686cac77df831f1a26a2126a238a2e480316
author iuc
date Tue, 21 Nov 2017 14:55:32 -0500
parents 09846d5169fa
children dbedfc5f5a3c
comparison
equal deleted inserted replaced
51:09846d5169fa 52:34e4c586e3c0
3 3
4 <macros> 4 <macros>
5 <import>rseqc_macros.xml</import> 5 <import>rseqc_macros.xml</import>
6 </macros> 6 </macros>
7 7
8 <expand macro="requirements" /> 8 <expand macro="requirements">
9 <!--
10 Required due to conda solver bug: https://github.com/conda/conda/issues/6269
11 See: https://github.com/galaxyproject/tools-iuc/pull/1578 for more info
12 -->
13 <requirement type="package" version="3.4.1">r-base</requirement>
14 </expand>
9 15
10 <expand macro="stdio" /> 16 <expand macro="stdio" />
11 17
12 <version_command><![CDATA[read_quality.py --version]]></version_command> 18 <version_command><![CDATA[read_quality.py --version]]></version_command>
13 19