Seqanswers Leaderboard Ad

Collapse

Announcement

Collapse
No announcement yet.
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • BAM to Bed Algorithm

    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).
    Last edited by jarwulf; 04-29-2012, 07:28 PM.

  • #2
    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...

    Comment

    Latest Articles

    Collapse

    • seqadmin
      Current Approaches to Protein Sequencing
      by seqadmin


      Proteins are often described as the workhorses of the cell, and identifying their sequences is key to understanding their role in biological processes and disease. Currently, the most common technique used to determine protein sequences is mass spectrometry. While still a valuable tool, mass spectrometry faces several limitations and requires a highly experienced scientist familiar with the equipment to operate it. Additionally, other proteomic methods, like affinity assays, are constrained...
      04-04-2024, 04:25 PM
    • seqadmin
      Strategies for Sequencing Challenging Samples
      by seqadmin


      Despite advancements in sequencing platforms and related sample preparation technologies, certain sample types continue to present significant challenges that can compromise sequencing results. Pedro Echave, Senior Manager of the Global Business Segment at Revvity, explained that the success of a sequencing experiment ultimately depends on the amount and integrity of the nucleic acid template (RNA or DNA) obtained from a sample. “The better the quality of the nucleic acid isolated...
      03-22-2024, 06:39 AM

    ad_right_rmr

    Collapse

    News

    Collapse

    Topics Statistics Last Post
    Started by seqadmin, 04-11-2024, 12:08 PM
    0 responses
    30 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 04-10-2024, 10:19 PM
    0 responses
    32 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 04-10-2024, 09:21 AM
    0 responses
    28 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 04-04-2024, 09:00 AM
    0 responses
    53 views
    0 likes
    Last Post seqadmin  
    Working...
    X