Mercurial > repos > scottx611x > qualimap2_bamqc
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 |
| 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 | |
| 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 | 16 --java_mem_size $mem_size |
| 17 </command> | |
| 18 <inputs> | |
| 19 <param name="input_realigned_bam_file" type="data" format="bam" label="Realigned BAM dataset" help="Specify realigned BAM dataset"/> | |
| 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)"/> | |
| 21 </inputs> | |
| 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 | 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 | 35 </outputs> |
| 36 | |
| 37 <tests> | |
| 38 <test> | |
| 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 | 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 | 54 </output> |
| 55 </test> | |
| 56 </tests> | |
| 57 <help> | |
| 58 https://github.com/scottx611x/qualimap2 | |
| 59 </help> | |
| 60 <citations> | |
| 61 </citations> | |
| 62 </tool> |
