Hi, I'm looking for an algorithm/code I can use to convert BAM files to bed that I can stick in a C++ file. Preferably something that is generic/works for windows. I'm looking through bedtools but that only works for Unix/Apple so its harder to understand with all the added dependencies and other features bolted on and the inability to build/run it on my system natively (at least without a lot of hassle and additional downloading).
Unconfigured Ad
Collapse
X
-
If you are not ready to tackle the samtools library (there should be a Windows port, search for it in the forum) and make the BED writer yourself (that part should be simple, though, the BED format isn't that complicated), you could use the Picard library for parsing BAM (in Java, however, and you still need to make a BED writer).
IMHO, I wouldn't start rewriting all the tools to fit them to the platform I use, rather get a platform-independent setup to be able to build and run all tools natively. In your case this means to get a cygwin installation if you only casually need Unix command line tools, or a virtual machine with Linux. I guess BEDtools won't be the only tool made for Unix you'll come across in the near future, if you're working with NGS data...
Latest Articles
Collapse
-
by SEQadmin2
The immune system’s power comes from its genetic diversity, allowing myriad threats to be neutralized through first recognizing foreign antigens. That diversity is also what makes the immune system so difficult to study. Recent advances in sequencing technology and computational biology, however, are giving researchers new tools to understand immune responses and immune-related diseases in greater detail.
This convergence of genetics, immunology, and computation...-
Channel: Articles
09-01-2026, 05:41 AM -
ad_right_rmr
Collapse
News
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by SEQadmin2, Today, 10:23 AM
|
0 responses
9 views
0 reactions
|
Last Post
by SEQadmin2
Today, 10:23 AM
|
||
|
Started by SEQadmin2, 09-09-2026, 12:14 PM
|
0 responses
31 views
0 reactions
|
Last Post
by SEQadmin2
09-09-2026, 12:14 PM
|
||
|
Started by SEQadmin2, 09-09-2026, 11:33 AM
|
0 responses
30 views
0 reactions
|
Last Post
by SEQadmin2
09-09-2026, 11:33 AM
|
||
|
Started by SEQadmin2, 09-03-2026, 10:22 AM
|
0 responses
35 views
0 reactions
|
Last Post
by SEQadmin2
09-03-2026, 10:22 AM
|
Comment