-
Notifications
You must be signed in to change notification settings - Fork 107
Home
Welcome to the BAMread wiki!
Here you can find a few tutorials on how to work with the library.
The first thing to do it to read getting started page. It will tell you basic things like how to install the library, and how to compile sample code. The next step is to learn how to access alignment records and work with them.
Once you've got acquainted with reading BAM and modifying records, you might want to use this library in your pipeline. For that, you have to know how to print records, and how to save them to a file. Both SAM and BAM output are quite easy, see corresponding pages.
Also, some command-line tools are supplied with the library. You can find them in CLItools/
directory. If you're a developer, they can serve as real-world examples of how to use the library. If you're a bioinformatician, you can assess their speed and see if it's worth it to use them in your pipelines.