Mercurial > repos > scottx611x > qualimap2_bamqc
annotate qualimap_bamqc.xml @ 30:418ee04dd1b2 draft
planemo upload for repository https://github.com/scottx611x/qualimap2 commit dc78b7c4b1780b316ca4aba2be247969ac1100ec-dirty
| author | scottx611x |
|---|---|
| date | Thu, 26 Jul 2018 16:40:19 -0400 |
| parents | cefa83db3ebf |
| children | 7e359370b5a2 |
| rev | line source |
|---|---|
| 0 | 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 | |
|
9
e14c864ee2b0
planemo upload for repository https://github.com/scottx611x/qualimap2 commit 070be0ead8afa05bfbb3075f075a97e7c32d619e-dirty
scottx611x
parents:
8
diff
changeset
|
14 --out_genome_file $genome_coverage |
| 0 | 15 --java_mem_size $mem_size |
| 16 </command> | |
| 17 <inputs> | |
| 18 <param name="input_realigned_bam_file" type="data" format="bam" label="Realigned BAM dataset" help="Specify realigned BAM dataset"/> | |
| 19 <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)"/> | |
| 20 </inputs> | |
| 21 <outputs> | |
|
23
cefa83db3ebf
planemo upload for repository https://github.com/scottx611x/qualimap2 commit dc78b7c4b1780b316ca4aba2be247969ac1100ec-dirty
scottx611x
parents:
22
diff
changeset
|
22 <data format="txt" name="genome_coverage" label="Qualimap BamQC Coverage Report for: ${on_string}"></data> |
|
cefa83db3ebf
planemo upload for repository https://github.com/scottx611x/qualimap2 commit dc78b7c4b1780b316ca4aba2be247969ac1100ec-dirty
scottx611x
parents:
22
diff
changeset
|
23 <data format="txt" name="genome_results" label="Qualimap BamQC Results for: ${on_string}"></data> |
|
cefa83db3ebf
planemo upload for repository https://github.com/scottx611x/qualimap2 commit dc78b7c4b1780b316ca4aba2be247969ac1100ec-dirty
scottx611x
parents:
22
diff
changeset
|
24 <data format="html" name="qualimap_html_results" label="Qualimap BamQC HTML Report for: ${on_string}"></data> |
|
cefa83db3ebf
planemo upload for repository https://github.com/scottx611x/qualimap2 commit dc78b7c4b1780b316ca4aba2be247969ac1100ec-dirty
scottx611x
parents:
22
diff
changeset
|
25 <data format="zip" name="raw_data_qualimapReport" label="Qualimap Raw Data Results for: ${on_string}"></data> |
| 0 | 26 </outputs> |
| 27 | |
| 28 <tests> | |
| 29 <test> | |
|
22
ffc7fdae906c
planemo upload for repository https://github.com/scottx611x/qualimap2 commit dc78b7c4b1780b316ca4aba2be247969ac1100ec-dirty
scottx611x
parents:
21
diff
changeset
|
30 <param name="mem_size" value="2G"></param> |
| 0 | 31 <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
|
32 <output name="genome_coverage"> |
|
5cdadbdf021f
planemo upload for repository https://github.com/scottx611x/qualimap2 commit 070be0ead8afa05bfbb3075f075a97e7c32d619e-dirty
scottx611x
parents:
3
diff
changeset
|
33 <assert_contents> |
|
22
ffc7fdae906c
planemo upload for repository https://github.com/scottx611x/qualimap2 commit dc78b7c4b1780b316ca4aba2be247969ac1100ec-dirty
scottx611x
parents:
21
diff
changeset
|
34 <has_text text="#chr pos coverage" /> |
|
3
c9afc13316ec
planemo upload for repository https://github.com/scottx611x/qualimap2 commit 659800a1d841117a6fedc8ae394002c5744d1f2a
scottx611x
parents:
2
diff
changeset
|
35 </assert_contents> |
| 0 | 36 </output> |
|
5
5cdadbdf021f
planemo upload for repository https://github.com/scottx611x/qualimap2 commit 070be0ead8afa05bfbb3075f075a97e7c32d619e-dirty
scottx611x
parents:
3
diff
changeset
|
37 <output name="genome_results"> |
|
3
c9afc13316ec
planemo upload for repository https://github.com/scottx611x/qualimap2 commit 659800a1d841117a6fedc8ae394002c5744d1f2a
scottx611x
parents:
2
diff
changeset
|
38 <assert_contents> |
|
22
ffc7fdae906c
planemo upload for repository https://github.com/scottx611x/qualimap2 commit dc78b7c4b1780b316ca4aba2be247969ac1100ec-dirty
scottx611x
parents:
21
diff
changeset
|
39 <has_text text="BamQC report" /> |
|
3
c9afc13316ec
planemo upload for repository https://github.com/scottx611x/qualimap2 commit 659800a1d841117a6fedc8ae394002c5744d1f2a
scottx611x
parents:
2
diff
changeset
|
40 </assert_contents> |
|
2
5b36882f6455
planemo upload for repository https://github.com/scottx611x/qualimap2 commit 2e9620ea29d3a146e8669ec0037932d9a2135c79-dirty
scottx611x
parents:
0
diff
changeset
|
41 </output> |
|
3
c9afc13316ec
planemo upload for repository https://github.com/scottx611x/qualimap2 commit 659800a1d841117a6fedc8ae394002c5744d1f2a
scottx611x
parents:
2
diff
changeset
|
42 <output name="qualimap_html_results"> |
|
c9afc13316ec
planemo upload for repository https://github.com/scottx611x/qualimap2 commit 659800a1d841117a6fedc8ae394002c5744d1f2a
scottx611x
parents:
2
diff
changeset
|
43 <assert_contents> |
|
22
ffc7fdae906c
planemo upload for repository https://github.com/scottx611x/qualimap2 commit dc78b7c4b1780b316ca4aba2be247969ac1100ec-dirty
scottx611x
parents:
21
diff
changeset
|
44 <has_text text="Qualimap Report: BAM QC" /> |
|
ffc7fdae906c
planemo upload for repository https://github.com/scottx611x/qualimap2 commit dc78b7c4b1780b316ca4aba2be247969ac1100ec-dirty
scottx611x
parents:
21
diff
changeset
|
45 </assert_contents> |
|
ffc7fdae906c
planemo upload for repository https://github.com/scottx611x/qualimap2 commit dc78b7c4b1780b316ca4aba2be247969ac1100ec-dirty
scottx611x
parents:
21
diff
changeset
|
46 </output> |
|
ffc7fdae906c
planemo upload for repository https://github.com/scottx611x/qualimap2 commit dc78b7c4b1780b316ca4aba2be247969ac1100ec-dirty
scottx611x
parents:
21
diff
changeset
|
47 <output name="qualimap_raw_data_results"> |
|
ffc7fdae906c
planemo upload for repository https://github.com/scottx611x/qualimap2 commit dc78b7c4b1780b316ca4aba2be247969ac1100ec-dirty
scottx611x
parents:
21
diff
changeset
|
48 <assert_contents> |
|
3
c9afc13316ec
planemo upload for repository https://github.com/scottx611x/qualimap2 commit 659800a1d841117a6fedc8ae394002c5744d1f2a
scottx611x
parents:
2
diff
changeset
|
49 <has_text text="" /> |
|
c9afc13316ec
planemo upload for repository https://github.com/scottx611x/qualimap2 commit 659800a1d841117a6fedc8ae394002c5744d1f2a
scottx611x
parents:
2
diff
changeset
|
50 </assert_contents> |
| 0 | 51 </output> |
| 52 </test> | |
| 53 </tests> | |
| 54 <help> | |
| 55 https://github.com/scottx611x/qualimap2 | |
| 56 </help> | |
| 57 <citations> | |
| 58 </citations> | |
| 59 </tool> |
