annotate BamToBigWig_planemo/bam2bigwig.xml @ 0:012dc1867dc7 draft

Not_yet_tested_properly
author triasteran
date Tue, 22 Feb 2022 15:38:38 +0000
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
012dc1867dc7 Not_yet_tested_properly
triasteran
parents:
diff changeset
1 <tool id="bam2bigwig" name="Convert Bam to BigWig" version="0.1.0" python_template_version="3.5">
012dc1867dc7 Not_yet_tested_properly
triasteran
parents:
diff changeset
2 <requirements>
012dc1867dc7 Not_yet_tested_properly
triasteran
parents:
diff changeset
3 <requirement type="package" version="0.18.0">pysam</requirement>
012dc1867dc7 Not_yet_tested_properly
triasteran
parents:
diff changeset
4 <requirement type="package" version="2.30.0">bedtools</requirement>
012dc1867dc7 Not_yet_tested_properly
triasteran
parents:
diff changeset
5 <requirement type="package" version="377">ucsc-bedgraphtobigwig</requirement>
012dc1867dc7 Not_yet_tested_properly
triasteran
parents:
diff changeset
6 </requirements>
012dc1867dc7 Not_yet_tested_properly
triasteran
parents:
diff changeset
7 <command detect_errors="exit_code"><![CDATA[
012dc1867dc7 Not_yet_tested_properly
triasteran
parents:
diff changeset
8 bam_to_bigwig_py3.py '$input1' --outfile=$output1
012dc1867dc7 Not_yet_tested_properly
triasteran
parents:
diff changeset
9 ]]></command>
012dc1867dc7 Not_yet_tested_properly
triasteran
parents:
diff changeset
10 <inputs>
012dc1867dc7 Not_yet_tested_properly
triasteran
parents:
diff changeset
11 <param type="data" name="input1" format="bam" />
012dc1867dc7 Not_yet_tested_properly
triasteran
parents:
diff changeset
12 </inputs>
012dc1867dc7 Not_yet_tested_properly
triasteran
parents:
diff changeset
13 <outputs>
012dc1867dc7 Not_yet_tested_properly
triasteran
parents:
diff changeset
14 <data name="output1" format="bigwig" />
012dc1867dc7 Not_yet_tested_properly
triasteran
parents:
diff changeset
15 </outputs>
012dc1867dc7 Not_yet_tested_properly
triasteran
parents:
diff changeset
16 <tests>
012dc1867dc7 Not_yet_tested_properly
triasteran
parents:
diff changeset
17 <test>
012dc1867dc7 Not_yet_tested_properly
triasteran
parents:
diff changeset
18 <param name="input1" value="file.bam"/>
012dc1867dc7 Not_yet_tested_properly
triasteran
parents:
diff changeset
19 <output name="output1" file="out.bigwig"/>
012dc1867dc7 Not_yet_tested_properly
triasteran
parents:
diff changeset
20 </test>
012dc1867dc7 Not_yet_tested_properly
triasteran
parents:
diff changeset
21 </tests>
012dc1867dc7 Not_yet_tested_properly
triasteran
parents:
diff changeset
22 <help>
012dc1867dc7 Not_yet_tested_properly
triasteran
parents:
diff changeset
23 <![CDATA[
012dc1867dc7 Not_yet_tested_properly
triasteran
parents:
diff changeset
24 Convert BAM files to BigWig file format in a specified region.
012dc1867dc7 Not_yet_tested_properly
triasteran
parents:
diff changeset
25
012dc1867dc7 Not_yet_tested_properly
triasteran
parents:
diff changeset
26 Usage:
012dc1867dc7 Not_yet_tested_properly
triasteran
parents:
diff changeset
27 bam_to_wiggle.py <BAM file> <YAML config> --outfile=<output file name> ]]>
012dc1867dc7 Not_yet_tested_properly
triasteran
parents:
diff changeset
28 </help>
012dc1867dc7 Not_yet_tested_properly
triasteran
parents:
diff changeset
29 <citations>
012dc1867dc7 Not_yet_tested_properly
triasteran
parents:
diff changeset
30 <citation type="bibtex">
012dc1867dc7 Not_yet_tested_properly
triasteran
parents:
diff changeset
31 @misc{githubbam_to_bigwig,
012dc1867dc7 Not_yet_tested_properly
triasteran
parents:
diff changeset
32 author = {Audrey},
012dc1867dc7 Not_yet_tested_properly
triasteran
parents:
diff changeset
33 year = {2022},
012dc1867dc7 Not_yet_tested_properly
triasteran
parents:
diff changeset
34 title = {bam_to_bigwig},
012dc1867dc7 Not_yet_tested_properly
triasteran
parents:
diff changeset
35 publisher = {GitHub},
012dc1867dc7 Not_yet_tested_properly
triasteran
parents:
diff changeset
36 journal = {GitHub repository},
012dc1867dc7 Not_yet_tested_properly
triasteran
parents:
diff changeset
37 url = {https://github.com/triasteran/RiboGalaxy_tools}, }
012dc1867dc7 Not_yet_tested_properly
triasteran
parents:
diff changeset
38 </citation>
012dc1867dc7 Not_yet_tested_properly
triasteran
parents:
diff changeset
39 </citations>
012dc1867dc7 Not_yet_tested_properly
triasteran
parents:
diff changeset
40 </tool>