Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • yxibcm
    Junior Member
    • Jun 2010
    • 6

    update on bisulfite mapping program: BSMAP-2.4

    This is an announcement of the release of BSMAP v2.4, a powerful bisulfite mapping program. This version improved a lot on the run time performance, while maintaining high accuracy and flexibility of previous versions.

    Using 8 threads, BSMAP-2.4 can map 28M 76nt pair-end WGBS reads to the human genome in about 2 hours (allow up to 6 mismatches), including the genome indexing time. The memory usage is ~9GB. (CPU: Intel Xeon X5690)

    We tested the mapping accuracy using simulated bisulfite reads. BSMAP have significantly higher mapping accuracy than most other bisulfite mapping programs, especially for reads with more than 3 mismatches.

    BSMAP is freely available at http://code.google.com/p/bsmap/

    Main features of BSMAP-2.4:

    1. Reads are directly mapped to original reference genome sequence, no need to preprocess the reads and reference genome to convert C to T.

    2. Support both whole genome bisulfite sequencing (WGBS) mode and reduced representation bisulfite sequencing (RRBS) mode. In RRBS mode, reads are guaranteed to be mapped to digestion sites to increase accuracy. The digestion site information can be also changed to support different digestion enzymes.

    3. Support both "Lister protocol" (sequence 2 forward strands only) and "Cokus protocol" (sequence all 4 bisulfite converted strands)

    4. Support trimming adapter sequences and low quality nucleotides from 3'end of reads

    5. Allow trade off between speed/memory usage/mapping sensitivity. For human genome, the RRBS mode uses ~3GB. In WGBS mode, the typical memory usage is ~9GB, but can be as low as 5GB.

    6. Allow alignment for other nucleotide transitions, for example, can be set to detect the A=>I(G) transition in RNA editing.

    7. Include down stream script to extract methylation ratios from mapping results.

    8. Fasta/Fastq/SAM format input, text/SAM output. single/pair-end mapping. read length up to 144nt, max 15 mismatches allowed.




    We encourage you try this new version for short bisulfite reads mapping.
    Any comments/suggestions/bug reports will be appreciated.

    Thank you,

    Yuanxin Xi
  • xfh
    Member
    • Jan 2011
    • 26

    #2
    Dear Xi,
    here I have a problem in installation of BSMAP, my system is opensuse 12.3 x86_64 GNU/Linux. and when I make the software, the errors:
    xiao@localhost:~/Software/bsmap-2.74> make
    g++ -DMAXHITS=1000 -DTHREAD -funroll-loops -Lsamtools -Isamtools -Lgzstream -Igzstream -O3 -m64 -c param.cpp -o param.o
    param.cpp: In constructor ‘Param::Param()’:
    param.cpp:8:20: error: ‘_SC_NPROCESSORS_ONLN’ was not declared in this scope
    param.cpp:8:40: error: ‘sysconf’ was not declared in this scope
    make: *** [param.o] Error 1

    could you tell me what I should do to resolve such a error.

    Thank you.

    Xiao

    Comment

    • guang920
      Junior Member
      • Feb 2013
      • 1

      #3
      adding "#include<unistd.h>" in the beginning of param.cpp would solve this problem.

      Comment

      • xfh
        Member
        • Jan 2011
        • 26

        #4
        OKay, thank you!

        Comment

        • alim123
          Junior Member
          • Apr 2016
          • 8

          #5
          Dear Xi

          i used BSmap for mapping and it gave better mapping efficiency as compared to other tools. But there is problem to extract methylation information from .txt file.
          plz suggest to solve it

          Comment

          Latest Articles

          Collapse

          ad_right_rmr

          Collapse

          News

          Collapse

          Topics Statistics Last Post
          Started by SEQadmin2, 06-09-2026, 11:58 AM
          0 responses
          27 views
          0 reactions
          Last Post SEQadmin2  
          Started by SEQadmin2, 06-05-2026, 10:09 AM
          0 responses
          34 views
          0 reactions
          Last Post SEQadmin2  
          Started by SEQadmin2, 06-04-2026, 08:59 AM
          0 responses
          40 views
          0 reactions
          Last Post SEQadmin2  
          Started by SEQadmin2, 06-02-2026, 12:03 PM
          0 responses
          62 views
          0 reactions
          Last Post SEQadmin2  
          Working...