comparison qualimap_bamqc.xml @ 2:dcd6ab7a3d8f draft

planemo upload for repository https://github.com/zipho/qualimap2 commit 3835f1d76babcb2cce9b241fa77aeadad871e844
author sanbi-uwc
date Wed, 30 Mar 2016 03:29:02 -0400
parents 80b0209b0727
children b00361fe3c52
comparison
equal deleted inserted replaced
1:80b0209b0727 2:dcd6ab7a3d8f
16 --out_pdf_file ${pdf_file} 16 --out_pdf_file ${pdf_file}
17 --java-mem-size ${mem_size} 17 --java-mem-size ${mem_size}
18 </command> 18 </command>
19 <inputs> 19 <inputs>
20 <param name="input_realigned_bam_file" type="data" format="bam" label="Realigned BAM dataset" help="Specify realigned BAM dataset"/> 20 <param name="input_realigned_bam_file" type="data" format="bam" label="Realigned BAM dataset" help="Specify realigned BAM dataset"/>
21 <param name="mem_size" type="data" format="txt" label="Java memory size (default Gig)" help="Specify the size of memory to allocate to the Job with default 8 Gig"/> 21 <param name="mem_size" type="text" value="8G" format="txt" label="Java memory size (default Gig)" help="Specify the size of memory to allocate. (Default 8 Gig)"/>
22 </inputs> 22 </inputs>
23 <outputs> 23 <outputs>
24 <data format="genomecov" name="genomecov_file" label="QualiMap: BamQC GenomeCov output"/> 24 <data format="genomecov" name="genomecov_file" label="QualiMap: BamQC GenomeCov output"/>
25 <data format="pdf" name="pdf_file" label="QualiMap: BamQC PDF output"/> 25 <data format="pdf" name="pdf_file" label="QualiMap: BamQC PDF output"/>
26 </outputs> 26 </outputs>