comparison qualimap_bamqc.xml @ 0:d87d6c0c27f5 draft

planemo upload for repository https://github.com/zipho/qualimap2 commit fb67f375d3ae592c62f73d647d8afa19b79037c0
author sanbi-uwc
date Wed, 30 Mar 2016 03:19:15 -0400
parents
children 80b0209b0727
comparison
equal deleted inserted replaced
-1:000000000000 0:d87d6c0c27f5
1 <?xml version="1.0" encoding="utf-8" ?>
2 <tool id="qualimap_bamqc" name="QualiMap BamQC" version="2.2">
3 <description>Tool to to facilitate the quality control of alignment sequencing data and its derivatives like feature counts.</description>
4 <requirements>
5 <requirement type="package" version="2.2">qualimap</requirement>
6 </requirements>
7 <stdio>
8 <exit_code range=":-1" />
9 <exit_code range="1:" />
10 </stdio>
11 <command interpreter="python">
12 qualimap_bamqc.py
13 --input_file ${input_realigned_bam_file}
14 --out_genome_file ${genomecov_file}
15 --out_dir ${genomecov_file.files_path}
16 --out_pdf_file ${pdf_file}
17 --java-mem-size ${mem_size}
18 </command>
19 <inputs>
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="txt" format="txt" label="Java memory size (default Gig)" help="Specify the size of memory to allocate to the Job with default 8 Gig"/>
22 </inputs>
23 <outputs>
24 <data format="genomecov" name="genomecov_file" label="QualiMap: BamQC GenomeCov output"/>
25 <data format="pdf" name="pdf_file" label="QualiMap: BamQC PDF output"/>
26 </outputs>
27 <help>Help!</help>
28 <citations>
29 <citation></citation>
30 </citations>
31 <tests>
32 <test>
33 </test>
34 </tests>
35 </tool>