annotate qualimap_bamqc.xml @ 19:f2cac72e0eb1 draft

planemo upload for repository https://github.com/scottx611x/qualimap2 commit dc78b7c4b1780b316ca4aba2be247969ac1100ec-dirty
author scottx611x
date Thu, 26 Jul 2018 13:51:46 -0400
parents a6a7a1dd1e53
children d4d49c617455
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
d00bc4d82e90 Uploaded
scottx611x
parents:
diff changeset
1 <?xml version="1.0" encoding="utf-8" ?>
d00bc4d82e90 Uploaded
scottx611x
parents:
diff changeset
2 <tool id="qualimap_bamqc" name="QualiMap BamQC" version="2.2">
d00bc4d82e90 Uploaded
scottx611x
parents:
diff changeset
3 <description>Tool to to facilitate the quality control of alignment sequencing data and its derivatives like feature counts.</description>
d00bc4d82e90 Uploaded
scottx611x
parents:
diff changeset
4 <requirements>
d00bc4d82e90 Uploaded
scottx611x
parents:
diff changeset
5 <requirement type="package" version="2.2">qualimap</requirement>
d00bc4d82e90 Uploaded
scottx611x
parents:
diff changeset
6 </requirements>
d00bc4d82e90 Uploaded
scottx611x
parents:
diff changeset
7 <stdio>
d00bc4d82e90 Uploaded
scottx611x
parents:
diff changeset
8 <exit_code range=":-1" />
d00bc4d82e90 Uploaded
scottx611x
parents:
diff changeset
9 <exit_code range="1:" />
d00bc4d82e90 Uploaded
scottx611x
parents:
diff changeset
10 </stdio>
d00bc4d82e90 Uploaded
scottx611x
parents:
diff changeset
11 <command interpreter="python">
d00bc4d82e90 Uploaded
scottx611x
parents:
diff changeset
12 qualimap_bamqc.py
d00bc4d82e90 Uploaded
scottx611x
parents:
diff changeset
13 --input_file $input_realigned_bam_file
d00bc4d82e90 Uploaded
scottx611x
parents:
diff changeset
14 --out_dir qualimap_results
9
e14c864ee2b0 planemo upload for repository https://github.com/scottx611x/qualimap2 commit 070be0ead8afa05bfbb3075f075a97e7c32d619e-dirty
scottx611x
parents: 8
diff changeset
15 --out_genome_file $genome_coverage
0
d00bc4d82e90 Uploaded
scottx611x
parents:
diff changeset
16 --java_mem_size $mem_size
d00bc4d82e90 Uploaded
scottx611x
parents:
diff changeset
17 </command>
d00bc4d82e90 Uploaded
scottx611x
parents:
diff changeset
18 <inputs>
d00bc4d82e90 Uploaded
scottx611x
parents:
diff changeset
19 <param name="input_realigned_bam_file" type="data" format="bam" label="Realigned BAM dataset" help="Specify realigned BAM dataset"/>
d00bc4d82e90 Uploaded
scottx611x
parents:
diff changeset
20 <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)"/>
d00bc4d82e90 Uploaded
scottx611x
parents:
diff changeset
21 </inputs>
d00bc4d82e90 Uploaded
scottx611x
parents:
diff changeset
22 <outputs>
16
b56dd29fd799 planemo upload for repository https://github.com/scottx611x/qualimap2 commit dc78b7c4b1780b316ca4aba2be247969ac1100ec-dirty
scottx611x
parents: 15
diff changeset
23 <data format="txt" name="genome_coverage" label="Qualimap BamQC Coverage Report">
10
4e5e0a116434 planemo upload for repository https://github.com/scottx611x/qualimap2 commit dc78b7c4b1780b316ca4aba2be247969ac1100ec-dirty
scottx611x
parents: 9
diff changeset
24 <discover_datasets visible="true" ext="txt" assign_primary_output="true"/>
5
5cdadbdf021f planemo upload for repository https://github.com/scottx611x/qualimap2 commit 070be0ead8afa05bfbb3075f075a97e7c32d619e-dirty
scottx611x
parents: 3
diff changeset
25 </data>
16
b56dd29fd799 planemo upload for repository https://github.com/scottx611x/qualimap2 commit dc78b7c4b1780b316ca4aba2be247969ac1100ec-dirty
scottx611x
parents: 15
diff changeset
26 <data format="txt" name="genome_results" label="Qualimap BamQC Results">
17
318d564348f5 planemo upload for repository https://github.com/scottx611x/qualimap2 commit dc78b7c4b1780b316ca4aba2be247969ac1100ec-dirty
scottx611x
parents: 16
diff changeset
27 <discover_datasets pattern="genome_results.txt" visible="true" ext="txt" directory="qualimap_results" assign_primary_output="true"/>
12
993e227aff2b planemo upload for repository https://github.com/scottx611x/qualimap2 commit dc78b7c4b1780b316ca4aba2be247969ac1100ec-dirty
scottx611x
parents: 11
diff changeset
28 </data>
16
b56dd29fd799 planemo upload for repository https://github.com/scottx611x/qualimap2 commit dc78b7c4b1780b316ca4aba2be247969ac1100ec-dirty
scottx611x
parents: 15
diff changeset
29 <data format="html" name="qualimap_html_results" label="Qualimap BamQC HTML Report">
17
318d564348f5 planemo upload for repository https://github.com/scottx611x/qualimap2 commit dc78b7c4b1780b316ca4aba2be247969ac1100ec-dirty
scottx611x
parents: 16
diff changeset
30 <discover_datasets pattern="qualimapReport.html" visible="true" ext="html" directory="qualimap_results" assign_primary_output="true"/>
0
d00bc4d82e90 Uploaded
scottx611x
parents:
diff changeset
31 </data>
16
b56dd29fd799 planemo upload for repository https://github.com/scottx611x/qualimap2 commit dc78b7c4b1780b316ca4aba2be247969ac1100ec-dirty
scottx611x
parents: 15
diff changeset
32 <data format="txt" name="qualimap_raw_data_results" label="Qualimap Raw Data Results">
19
f2cac72e0eb1 planemo upload for repository https://github.com/scottx611x/qualimap2 commit dc78b7c4b1780b316ca4aba2be247969ac1100ec-dirty
scottx611x
parents: 18
diff changeset
33 <discover_datasets visible="true" ext="txt" directory="qualimap_results" assign_primary_output="true"/>
16
b56dd29fd799 planemo upload for repository https://github.com/scottx611x/qualimap2 commit dc78b7c4b1780b316ca4aba2be247969ac1100ec-dirty
scottx611x
parents: 15
diff changeset
34 </data>
0
d00bc4d82e90 Uploaded
scottx611x
parents:
diff changeset
35 </outputs>
d00bc4d82e90 Uploaded
scottx611x
parents:
diff changeset
36
d00bc4d82e90 Uploaded
scottx611x
parents:
diff changeset
37 <tests>
d00bc4d82e90 Uploaded
scottx611x
parents:
diff changeset
38 <test>
d00bc4d82e90 Uploaded
scottx611x
parents:
diff changeset
39 <param name="input_realigned_bam_file" value="test.bam"></param>
5
5cdadbdf021f planemo upload for repository https://github.com/scottx611x/qualimap2 commit 070be0ead8afa05bfbb3075f075a97e7c32d619e-dirty
scottx611x
parents: 3
diff changeset
40 <output name="genome_coverage">
5cdadbdf021f planemo upload for repository https://github.com/scottx611x/qualimap2 commit 070be0ead8afa05bfbb3075f075a97e7c32d619e-dirty
scottx611x
parents: 3
diff changeset
41 <assert_contents>
3
c9afc13316ec planemo upload for repository https://github.com/scottx611x/qualimap2 commit 659800a1d841117a6fedc8ae394002c5744d1f2a
scottx611x
parents: 2
diff changeset
42 <has_text text="" />
c9afc13316ec planemo upload for repository https://github.com/scottx611x/qualimap2 commit 659800a1d841117a6fedc8ae394002c5744d1f2a
scottx611x
parents: 2
diff changeset
43 </assert_contents>
0
d00bc4d82e90 Uploaded
scottx611x
parents:
diff changeset
44 </output>
5
5cdadbdf021f planemo upload for repository https://github.com/scottx611x/qualimap2 commit 070be0ead8afa05bfbb3075f075a97e7c32d619e-dirty
scottx611x
parents: 3
diff changeset
45 <output name="genome_results">
3
c9afc13316ec planemo upload for repository https://github.com/scottx611x/qualimap2 commit 659800a1d841117a6fedc8ae394002c5744d1f2a
scottx611x
parents: 2
diff changeset
46 <assert_contents>
c9afc13316ec planemo upload for repository https://github.com/scottx611x/qualimap2 commit 659800a1d841117a6fedc8ae394002c5744d1f2a
scottx611x
parents: 2
diff changeset
47 <has_text text="" />
c9afc13316ec planemo upload for repository https://github.com/scottx611x/qualimap2 commit 659800a1d841117a6fedc8ae394002c5744d1f2a
scottx611x
parents: 2
diff changeset
48 </assert_contents>
2
5b36882f6455 planemo upload for repository https://github.com/scottx611x/qualimap2 commit 2e9620ea29d3a146e8669ec0037932d9a2135c79-dirty
scottx611x
parents: 0
diff changeset
49 </output>
3
c9afc13316ec planemo upload for repository https://github.com/scottx611x/qualimap2 commit 659800a1d841117a6fedc8ae394002c5744d1f2a
scottx611x
parents: 2
diff changeset
50 <output name="qualimap_html_results">
c9afc13316ec planemo upload for repository https://github.com/scottx611x/qualimap2 commit 659800a1d841117a6fedc8ae394002c5744d1f2a
scottx611x
parents: 2
diff changeset
51 <assert_contents>
c9afc13316ec planemo upload for repository https://github.com/scottx611x/qualimap2 commit 659800a1d841117a6fedc8ae394002c5744d1f2a
scottx611x
parents: 2
diff changeset
52 <has_text text="" />
c9afc13316ec planemo upload for repository https://github.com/scottx611x/qualimap2 commit 659800a1d841117a6fedc8ae394002c5744d1f2a
scottx611x
parents: 2
diff changeset
53 </assert_contents>
0
d00bc4d82e90 Uploaded
scottx611x
parents:
diff changeset
54 </output>
d00bc4d82e90 Uploaded
scottx611x
parents:
diff changeset
55 </test>
d00bc4d82e90 Uploaded
scottx611x
parents:
diff changeset
56 </tests>
d00bc4d82e90 Uploaded
scottx611x
parents:
diff changeset
57 <help>
d00bc4d82e90 Uploaded
scottx611x
parents:
diff changeset
58 https://github.com/scottx611x/qualimap2
d00bc4d82e90 Uploaded
scottx611x
parents:
diff changeset
59 </help>
d00bc4d82e90 Uploaded
scottx611x
parents:
diff changeset
60 <citations>
d00bc4d82e90 Uploaded
scottx611x
parents:
diff changeset
61 </citations>
d00bc4d82e90 Uploaded
scottx611x
parents:
diff changeset
62 </tool>