Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • dolbi
    Junior Member
    • Sep 2014
    • 4

    bismark can't get work with test data

    PHP Code:
    bismark_v0.12.5/bismark_genome_preparation --path_to_bowtie ~/scripts/bowtie-1.1.0/ --verbose .
    bismark_v0.12.5/bismark -n 1 -l 50 --path_to_bowtie ~/scripts/bowtie-1.1.0/ ~/ngs/bismark-hsatest_data.fastq 
    These were the two code I tried with the bismark. While I didn't get any sequences that were aligned with the genome.

    The genome sequence are in a fasta file hg19.fa, if anything, the working directory when I prepare the genome don't have this file, but have a link to hg19.fasta in other folder.

    This is a part of the report:

    Final Alignment report
    ======================
    Sequences analysed in total: 10000
    Number of alignments with a unique best hit from the different alignments: 0
    Mapping efficiency: 0.0%

    Sequences with no alignments under any condition: 10000
    Sequences did not map uniquely: 0
    Sequences which were discarded because genomic sequence could not be extracted: 0

    Number of sequences with unique best (first) alignment came from the bowtie output:
    CT/CT: 0 ((converted) top strand)
    CT/GA: 0 ((converted) bottom strand)
    GA/CT: 0 (complementary to (converted) top strand)
    GA/GA: 0 (complementary to (converted) bottom strand)

    Number of alignments to (merely theoretical) complementary strands being rejected in total: 0
  • homeuser1
    Junior Member
    • Oct 2014
    • 3

    #2
    bismark bug

    Hi,

    I faced similar problem. Have u solved it? Thanks

    Comment

    • dolbi
      Junior Member
      • Sep 2014
      • 4

      #3
      Originally posted by homeuser1 View Post
      Hi,

      I faced similar problem. Have u solved it? Thanks
      This turns out something is wrong when I building the genomic database. Basically, I made the index with default bowtie program which is bowtie2, and when aligning I asigned with bowtie1 program. This means I am using bowtie1 aligning with a database build up with bowtie2. The program is not giving any warning or error.

      I hope this can helpful to you.

      Comment

      • fkrueger
        Senior Member
        • Sep 2009
        • 627

        #4
        Originally posted by dolbi View Post
        This turns out something is wrong when I building the genomic database. Basically, I made the index with default bowtie program which is bowtie2, and when aligning I asigned with bowtie1 program. This means I am using bowtie1 aligning with a database build up with bowtie2. The program is not giving any warning or error.

        I hope this can helpful to you.
        Sorry, but this incorrect. The default for both the genome preparation as well as the aligner is Bowtie (Bowtie 2 requires the flag --bowtie2 in both cases). Also, if the specified genome folder doesn't contain files with the required file extension it will die with an warning message and prompt you to run the correct genome preparation first. If all files are present there is still a chance that the indexing left corrupt files, e.g. if it got killed or terminated due to memory issues or the like.

        If the test data report shows no aligned files you need to look at the on-screen text (or the error log) for clues what went wrong. I am happy to help trouble shooting if you can send me the error log.

        Comment

        Latest Articles

        Collapse

        • GATTACAT
          Reply to Nine Things a Sample Prep Scientist Thinks About Before Sequencing
          by GATTACAT
          Love this - good data definitely starts from good input, and poor input can only give relatively poor data. I particularly like the mention of Nanodrop/absorbance based methods for quantification. It's such a toss up if you'll get an accurate reading or what amounts to a randomly generated number, and a lot of library/sequencing related issues can be traced back to poor quant.
          07-01-2026, 11:43 AM
        • SEQadmin2
          Nine Things a Sample Prep Scientist Thinks About Before Sequencing
          by SEQadmin2


          I’m not a sequencing expert. I’m a purification scientist who uses NGS to evaluate workflows my group develops. With this perspective, we think about the sample first and the NGS workflow second. The sequencer is an exceptionally honest reporter, but it can only report on what you give it, so whether you get clean, interpretable data from an NGS workflow is largely determined before you begin.

          Here are nine questions we think about, in roughly the order they matter, before...
          06-18-2026, 07:11 AM

        ad_right_rmr

        Collapse

        News

        Collapse

        Topics Statistics Last Post
        Started by SEQadmin2, Today, 11:05 AM
        0 responses
        6 views
        0 reactions
        Last Post SEQadmin2  
        Started by SEQadmin2, 07-02-2026, 11:08 AM
        0 responses
        28 views
        0 reactions
        Last Post SEQadmin2  
        Started by SEQadmin2, 06-30-2026, 05:37 AM
        0 responses
        25 views
        0 reactions
        Last Post SEQadmin2  
        Started by SEQadmin2, 06-26-2026, 11:10 AM
        0 responses
        25 views
        0 reactions
        Last Post SEQadmin2  
        Working...