aboutsummaryrefslogtreecommitdiff
blob: cb036d96915f7aa019a4690263781d05ca640e87 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
  <maintainer type="project">
    <email>sci-biology@gentoo.org</email>
    <name>Gentoo Biology Project</name>
  </maintainer>
  <longdescription lang="en">
This package contains some tools for processing BAM files including

bamcollate2: reads BAM and writes BAM reordered such that alignment or collated by query name
bammarkduplicates: reads BAM and writes BAM with duplicate alignments marked using the BAM flags field
bammaskflags: reads BAM and writes BAM while masking (removing) bits from the flags column
bamrecompress: reads BAM and writes BAM with a defined compression setting. This tool is capable of multi-threading.
bamsort: reads BAM and writes BAM resorted by coordinates or query name
bamtofastq: reads BAM and writes FastQ; output can be collated or uncollated by query name
  </longdescription>
  <upstream>
    <remote-id type="github">gt1/biobambam2</remote-id>
  </upstream>
</pkgmetadata>