Mercurial > repos > stephenshank > assemblyqc
comparison bamtocov.xml @ 0:48a6ea2de0da draft default tip
planemo upload commit 3a0a853d0f21f2eac12b959d1eba7ee9fa289cc3-dirty
author | stephenshank |
---|---|
date | Wed, 28 Jun 2023 16:22:28 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:48a6ea2de0da |
---|---|
1 <tool id="bamtocov" name="BAM to Coverage" version="1.0" profile="21.05"> | |
2 <description>Get a BED file of coverage from a BAM</description> | |
3 <requirements> | |
4 <requirement type="package" version="2.7.0">bamtocov</requirement> | |
5 </requirements> | |
6 <command detect_errors="exit_code"><![CDATA[ | |
7 bamtocov '$bam' > '$bed' | |
8 ]]> | |
9 </command> | |
10 <inputs> | |
11 <param argument="bam" type="data" format="bam" label="BAM file" help="BAM file to get coverage from."/> | |
12 </inputs> | |
13 <outputs> | |
14 <data name="bed" format="bed" label="${tool.name} on ${on_string}: Coverage"></data> | |
15 </outputs> | |
16 <tests> | |
17 </tests> | |
18 <help><![CDATA[ | |
19 | |
20 .. class:: infomark | |
21 | |
22 **Purpose** | |
23 | |
24 Calculate coverage from a BAM file. | |
25 | |
26 ------ | |
27 | |
28 .. class:: infomark | |
29 | |
30 **Outputs** | |
31 | |
32 This tool generates a BED file containing coverage information from the associated BAM file. | |
33 ]]> | |
34 </help> | |
35 <citations> | |
36 <citation type="bibtex"> | |
37 @article{birolo2022bamtocov, | |
38 title={BamToCov: an efficient toolkit for sequence coverage calculations}, | |
39 author={Birolo, Giovanni and Telatin, Andrea}, | |
40 journal={Bioinformatics}, | |
41 volume={38}, | |
42 number={9}, | |
43 pages={2617--2618}, | |
44 year={2022}, | |
45 publisher={Oxford University Press} | |
46 } | |
47 </citation> | |
48 </citations> | |
49 </tool> |