XAM.jl icon indicating copy to clipboard operation
XAM.jl copied to clipboard

Parse and process SAM and BAM formatted files

Results 25 XAM.jl issues
Sort by recently updated
recently updated
newest added

Previously, the .data field of BAM records could have unused bytes near the end. This is acceptable, because the length of the actually used bytes is known from the fixed...

This is the first step towards improving the API and performance of XAM.jl. This PR is _not breaking_. It introduces a new data type representing BAM auxiliary data. When this...

This pull request changes the compat entry for the `GenomicFeatures` package from `2` to `2, 3`. This keeps the compat entries for earlier versions. Note: I have not tested your...

This pull request changes the compat entry for the `Indexes` package from `0.1` to `0.1, 0.2`. This keeps the compat entries for earlier versions. Note: I have not tested your...

See also #24 and #25 . This is a work in progress. In particular, I will *first* change the BAM code and get that right, and then afterwards change the...

Hi, I run XAM follow your code with while loop but I got an eof error: ![1683638910779](https://github.com/BioJulia/XAM.jl/assets/64965509/de6e7dce-dae7-47f6-816f-76eab194e187) And I change to for loop it works fine: ![1683639189436](https://github.com/BioJulia/XAM.jl/assets/64965509/81cb29e9-b444-4f2a-8c7b-15266e031eb8) How should I...

question

Sometimes,We want to iter bam according to the position not record. So do you have the plan to add the function.

enhancement

Hi, Would it be possible to add `eachoverlap` such that it can be browsed by chromosome when the BAM is indexed ? ## Expected Behavior ``` chrom = "chr1" itr...

enhancement

I would contend that Oneflow is a better branching model than Git Flow for Julia packages. [BioAlignments made the transition](https://github.com/BioJulia/BioAlignments.jl/issues/49) (albeit, a rocky one). What do others think?

See https://github.com/BioJulia/BioGenerics.jl/pull/14#issuecomment-1214068211. See https://github.com/BioJulia/FASTX.jl/pull/68/commits/c66d035e6dd34a87b865b31d86b3344b098045c0 for an implementation example.

enhancement