Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • 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

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


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

      Comment


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


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

          Comment


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


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


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


                • #9
                  Ok thanks for your help!

                  Comment

                  Latest Articles

                  Collapse

                  • seqadmin
                    Best Practices for Single-Cell Sequencing Analysis
                    by seqadmin



                    While isolating and preparing single cells for sequencing was historically the bottleneck, recent technological advancements have shifted the challenge to data analysis. This highlights the rapidly evolving nature of single-cell sequencing. The inherent complexity of single-cell analysis has intensified with the surge in data volume and the incorporation of diverse and more complex datasets. This article explores the challenges in analysis, examines common pitfalls, offers...
                    06-06-2024, 07:15 AM
                  • seqadmin
                    Latest Developments in Precision Medicine
                    by seqadmin



                    Technological advances have led to drastic improvements in the field of precision medicine, enabling more personalized approaches to treatment. This article explores four leading groups that are overcoming many of the challenges of genomic profiling and precision medicine through their innovative platforms and technologies.

                    Somatic Genomics
                    “We have such a tremendous amount of genetic diversity that exists within each of us, and not just between us as individuals,”...
                    05-24-2024, 01:16 PM

                  ad_right_rmr

                  Collapse

                  News

                  Collapse

                  Topics Statistics Last Post
                  Started by seqadmin, 06-07-2024, 06:58 AM
                  0 responses
                  13 views
                  0 likes
                  Last Post seqadmin  
                  Started by seqadmin, 06-06-2024, 08:18 AM
                  0 responses
                  20 views
                  0 likes
                  Last Post seqadmin  
                  Started by seqadmin, 06-06-2024, 08:04 AM
                  0 responses
                  20 views
                  0 likes
                  Last Post seqadmin  
                  Started by seqadmin, 06-03-2024, 06:55 AM
                  0 responses
                  14 views
                  0 likes
                  Last Post seqadmin  
                  Working...
                  X