comparison samples_qccheck.xml @ 5:8ccfc1cf9390 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 7efdf3224552d113a01043ee5bf4517d770df933
author iuc
date Fri, 31 Mar 2017 11:33:04 -0400
parents 24cd446d7571
children 6ac9b8130aa2
comparison
equal deleted inserted replaced
4:15f342582f74 5:8ccfc1cf9390
1 <tool id="trinity_samples_qccheck" name="RNASeq samples quality check" version="@WRAPPER_VERSION@.1"> 1 <tool id="trinity_samples_qccheck" name="RNASeq samples quality check" version="@WRAPPER_VERSION@.0">
2 <description>for transcript quantification</description> 2 <description>for transcript quantification</description>
3 <macros> 3 <macros>
4 <import>macros.xml</import> 4 <import>macros.xml</import>
5 </macros> 5 </macros>
6 <expand macro="requirements"> 6 <expand macro="requirements">
7 <requirement type="package" version="2.30.0">bioconductor-biobase</requirement> 7 <requirement type="package" version="2.34.0">bioconductor-biobase</requirement>
8 <requirement type="package" version="2.2.2">bioconductor-qvalue</requirement> 8 <requirement type="package" version="2.6.0">bioconductor-qvalue</requirement>
9 </expand> 9 </expand>
10 <expand macro="stdio"/> 10 <command detect_errors="aggressive"><![CDATA[
11 <command><![CDATA[
12 11
13 ln -s "${matrix}" "input.matrix" 12 ln -f -s "${matrix}" "input.matrix"
14 13
15 && 14 &&
16 15
17 PtR 16 PtR
18 --matrix "input.matrix" 17 --matrix "input.matrix"