comparison mQC.xml @ 1:3fe8dc0edf44 draft default tip

planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/mqc/ commit c546c919808a853d3e1556cb28bb4a5f7e1f9932
author rnateam
date Tue, 07 Nov 2017 02:31:22 -0500
parents 525f558e318e
children
comparison
equal deleted inserted replaced
0:525f558e318e 1:3fe8dc0edf44
1 <tool id="mqc" name="mQC" version="1.7"> 1 <tool id="mqc" name="mQC" version="1.9">
2 <description>quality control of ribosome profiling mapping results</description> 2 <description>quality control of ribosome profiling mapping results</description>
3 <requirements> 3 <requirements>
4 <requirement type="package" version="1.7">mqc</requirement> 4 <requirement type="package" version="1.9">mqc</requirement>
5 </requirements> 5 </requirements>
6 <command> 6 <command>
7 mQC.pl 7 mQC.pl
8 --galaxy Y 8 --galaxy Y
9 --galaxytest $galaxytest 9 --galaxytest $galaxytest
41 --max_length_plastid $offsetSelect.max_l_plastid 41 --max_length_plastid $offsetSelect.max_l_plastid
42 #end if 42 #end if
43 43
44 </command> 44 </command>
45 <inputs> 45 <inputs>
46 <param name="galaxytest" type="hidden" value="N"/> 46 <param name="galaxytest" type="hidden" value="N" />
47 <conditional name="inputtypeSelect"> 47 <conditional name="inputtypeSelect">
48 <param name="inputtype" type="select" label="Select the format of your input data"> 48 <param name="inputtype" type="select" label="Select the format of your input data">
49 <option value="sam" selected="true">SAM format</option> 49 <option value="sam" selected="true">SAM format</option>
50 <option value="bam">BAM format</option> 50 <option value="bam">BAM format</option>
51 </param> 51 </param>