Unconfigured Ad

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

    #1

    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

        • SEQadmin2
          Beyond CRISPR/Cas9: Understand, Choose, and Use the Right Genome Editing Tool
          by SEQadmin2



          CRISPR/Cas9 sparked the gene editing revolution for both research and therapeutics.1 But this system still showed severe issues that limited its applications. The most prominent were the heavy reliance on PAM sequences, delivery limitations, double-stranded breaks that prompt unintended edits and cell death, and editing inefficiency (both in targeting and in knock-in reliability).

          Despite this, “CRISPR helped turn genome editing from a specialized technique into
          ...
          07-31-2026, 11:01 AM
        • SEQadmin2
          Proteomic Platforms: How to Choose the Right Analytical Strategy to Improve Detection and Clinical Applications
          by SEQadmin2


          Proteomics platforms are evolving rapidly, with advances in mass spectrometry and affinity-based approaches expanding what researchers can detect and at what scale. As the field moves toward deeper proteome coverage and clinical applications, scientists face an increasingly complex landscape of tools. This article will explore how researchers are navigating these choices to find the right platform for their work.

          The systematic characterization of the human proteome has
          ...
          07-20-2026, 11:48 AM
        • SEQadmin2
          Advanced Sequencing Platforms Tackle Neuroscience’s Toughest Genomics Problems
          by SEQadmin2



          Genomics studies in neuroscience face a special challenge due to the brain’s complexity and scarcity of samples. Mapping changes in cell type and state using conventional next-generation sequencing methods remains challenging. Advances in technologies like single-cell sequencing, spatial transcriptomics, and long-read sequencing have opened the door to deeper studies of the brain and diseases like Alzheimer’s, amyotrophic lateral sclerosis (ALS), and schizophrenia.
          ...
          07-09-2026, 11:10 AM

        ad_right_rmr

        Collapse

        News

        Collapse

        Topics Statistics Last Post
        Started by SEQadmin2, 07-31-2026, 02:55 AM
        0 responses
        17 views
        0 reactions
        Last Post SEQadmin2  
        Started by SEQadmin2, 07-24-2026, 12:17 PM
        0 responses
        15 views
        0 reactions
        Last Post SEQadmin2  
        Started by SEQadmin2, 07-23-2026, 11:41 AM
        0 responses
        13 views
        0 reactions
        Last Post SEQadmin2  
        Started by SEQadmin2, 07-20-2026, 11:10 AM
        0 responses
        24 views
        0 reactions
        Last Post SEQadmin2  
        Working...