comparison correctGCBias.xml @ 66:1dbd76a58d8b draft

planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit f720d773e34ad90d14d7cae77c1a0bb5d126102c-dirty
author galaxyp
date Sat, 30 May 2015 13:55:46 -0400
parents 9bee2c86eeb1
children
comparison
equal deleted inserted replaced
65:9bee2c86eeb1 66:1dbd76a58d8b
24 #end if 24 #end if
25 25
26 #if str($region).strip() != '': 26 #if str($region).strip() != '':
27 --region '$region' 27 --region '$region'
28 #end if 28 #end if
29 --correctedFile $outFileName 29 --correctedFile corrected.bam;
30
31 mv corrected.bam $outFileName;
30 ]]> 32 ]]>
31 </command> 33 </command>
32 <inputs> 34 <inputs>
33 <param name="GCbiasFrequenciesFile" type="data" format="tabular" label="Output of computeGCBias" /> 35 <param name="GCbiasFrequenciesFile" type="data" format="tabular" label="Output of computeGCBias" />
34 <param name="bamInput" format="bam" type="data" 36 <param name="bamInput" format="bam" type="data"
41 <data format="bam" name="outFileName" /> 43 <data format="bam" name="outFileName" />
42 </outputs> 44 </outputs>
43 <tests> 45 <tests>
44 <test> 46 <test>
45 <param name="GCbiasFrequenciesFile" value="computeGCBias_result1.tabular" ftype="tabular" /> 47 <param name="GCbiasFrequenciesFile" value="computeGCBias_result1.tabular" ftype="tabular" />
46 <param name="bamInput" value="phiX.bam" ftype="bam" /> 48 <param name="bamInput" value="paired_chr2L.bam" ftype="bam" />
47 <param name="ref_source" value="history" /> 49 <param name="ref_source" value="history" />
48 <param name="input1" value="phiX.2bit" /> 50 <param name="input1" value="sequence.2bit" />
49 <param name="effectiveGenomeSize_opt" value="specific" /> 51 <param name="effectiveGenomeSize_opt" value="specific" />
50 <param name="effectiveGenomeSize" value="5386" /> 52 <param name="effectiveGenomeSize" value="23011544" />
51 <output name="outFileName" file="correctGCBias_result1.bam" ftype="bam" compare="sim_size" /> 53 <output name="outFileName" file="correctGCBias_result1.bam" ftype="bam" />
52 </test> 54 </test>
53 </tests> 55 </tests>
54 <help> 56 <help>
55 <![CDATA[ 57 <![CDATA[
56 **What it does** 58 **What it does**