Parsing SAM files with java
1
0
Entering edit mode
23 months ago
Matej • 0

Hello, I'm working on a java program that has to make use of SAM files, is there a relatively painless way to load SAM files and parse them? I've been using BioJava for FASTA files but as far as I can understand there is nothing on SAM files in BioJava. Any pointers would be helpful.

sam java • 579 views
ADD COMMENT
0
Entering edit mode

one thing that may be of interest: SAM files are plaintext, some basic operations can be done with very basic text operations so it may depend on your needs whether you need to parse the data with a sophisticated library

ADD REPLY
2
Entering edit mode
23 months ago

duplicate: Reading .sam files in java

ADD COMMENT

Login before adding your answer.

Traffic: 2104 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6