Rsamtools icon indicating copy to clipboard operation
Rsamtools copied to clipboard

Binary alignment (BAM), FASTA, variant call (BCF), and tabix file import

Results 16 Rsamtools issues
Sort by recently updated
recently updated
newest added

It appears CRAM is not supported by Rsamtools. I wonder why is that? Samtools support CRAM natively, so I would naively expect this should be a trivial task, no? This...

Right now `seqinfo()` returns a Seqinfo object with no genome information, even though that information is available in the file (the genome assembly is specified via the `AS` tag found...

Any chance Rsamtools will support CSI indexes anytime soon? We have a genome with multigigabase size chromosomes and many R packages cant support it ultimately because they rely on Rsamtools...

It may be worthwhile to add the Bioconductor Code of Conduct to this repo. Created using `biocthis::use_bioc_coc()`.

Hi, can Rsamtools run with multiple threads? Thanks!

Hi, I came across a bug in `scanTabix` where no data is returned when requesting regions on double-digit chromosomes (ie >chr9). This only appears to be an issue on Windows...

Hi, I am using Rsamtools 2.0.2, and I have faced an issue on reading sequences from fasta files. My issue is similar to https://github.com/Bioconductor/Rsamtools/issues/5 , but not exactly. When I...

Hello If a user wants all positions output even if a reference position has zero coverage, the min_nucleotide_depth parameter=0 does not work to output the position with zero coverage. p_param