Unconfigured Ad

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • lwhitmore
    Member
    • Aug 2013
    • 70

    #1

    Bwbble Alignment Program

    Does any one know how to implement the options in the bwbble allignment program? I can't seem to get it correct

    Here are some commands i have tried
    bwbble align -M 29Family_L1MdA_I_LW.fa SRR519779test_LW.fastq
    bwbble align M 29Family_L1MdA_I_LW.fa SRR519779test_LW.fastq
    bwbble align 29Family_L1MdA_I_LW.fa SRR519779test_LW.fastq M
    bwbble align 29Family_L1MdA_I_LW.fa SRR519779test_LW.fastq -n 5

    Thanks for anyone who can help

    Leanne
  • mastal
    Senior Member
    • Mar 2009
    • 666

    #2
    the usage is:

    bwbble align [options] seq_fasta reads_fastq [output_aln]

    so one of your first two attempts above should work, but I'm guessing that if you use M as an option, you need to specify a value for the mismatch penalty M.

    Comment

    • lwhitmore
      Member
      • Aug 2013
      • 70

      #3
      It keeps saying that I need a bwt file whenever I put an option in

      Comment

      • mastal
        Senior Member
        • Mar 2009
        • 666

        #4
        Presumably that is the genome index file, sounds like it isn't recognising your syntax.

        Have you created a genome index before trying to run an alignment?

        see
        Last edited by mastal; 04-22-2014, 03:05 PM.

        Comment

        • lwhitmore
          Member
          • Aug 2013
          • 70

          #5
          Yes I am currently getting an error when I try and index my genome

          Comment

          • lwhitmore
            Member
            • Aug 2013
            • 70

            #6
            Here is the error i get

            **** BWT Index ****
            Done reading a sequence of size 6565 from FASTA
            Done reading FASTA file. Total sequence length read = 6565
            SAIS time: 0.00 sec
            BWT compression time: 0.00 sec
            C-array construction time: 0.00 sec
            O-array construction time: 0.00 sec
            Total BWT construction time: 0.00 sec
            bwbble(2289) malloc: *** error for object 0x1a000000000000: pointer being freed was not allocated
            *** set a breakpoint in malloc_error_break to debug
            Abort trap

            Comment

            • lwhitmore
              Member
              • Aug 2013
              • 70

              #7
              So even with the error above the program still seems to be able to align to the indexes generated

              also I cant seem to get the mismatch option to work when I sent -n to 3 it still only allows 1 mismatch

              Ive also tried setting -M 1 and it still doesn't appear to allow more than one mismatch

              Again any helpful would be most appreciated
              Thanks Leanne

              Comment

              • mastal
                Senior Member
                • Mar 2009
                • 666

                #8
                Having a quick look through the code (module align.c), the default
                parameters appear to be:

                void set_default_aln_params(aln_params_t* params) {
                params->gape_score = 4;
                params->gapo_score = 11;
                params->mm_score = 3;
                params->max_diff = 0;
                params->max_gape = 6;
                params->max_gapo = 1;
                params->seed_length = 32;
                params->max_diff_seed = 2;
                params->max_entries = 3000000;
                params->use_precalc = 0;
                params->matched_Ncontig = 0;
                params->is_multiref = 1;
                params->max_best = 30;
                params->no_indel_length = 5;
                params->n_threads = 1;
                }

                I think you will have to email the program's authors for more help.

                Comment

                • lwhitmore
                  Member
                  • Aug 2013
                  • 70

                  #9
                  Ok thanks for your help!

                  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
                  20 views
                  0 reactions
                  Last Post SEQadmin2  
                  Started by SEQadmin2, 07-24-2026, 12:17 PM
                  0 responses
                  16 views
                  0 reactions
                  Last Post SEQadmin2  
                  Started by SEQadmin2, 07-23-2026, 11:41 AM
                  0 responses
                  16 views
                  0 reactions
                  Last Post SEQadmin2  
                  Started by SEQadmin2, 07-20-2026, 11:10 AM
                  0 responses
                  26 views
                  0 reactions
                  Last Post SEQadmin2  
                  Working...