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
                    Recent Advances in Sequencing Analysis Tools
                    by seqadmin


                    The sequencing world is rapidly changing due to declining costs, enhanced accuracies, and the advent of newer, cutting-edge instruments. Equally important to these developments are improvements in sequencing analysis, a process that converts vast amounts of raw data into a comprehensible and meaningful form. This complex task requires expertise and the right analysis tools. In this article, we highlight the progress and innovation in sequencing analysis by reviewing several of the...
                    05-06-2024, 07:48 AM
                  • seqadmin
                    Essential Discoveries and Tools in Epitranscriptomics
                    by seqadmin




                    The field of epigenetics has traditionally concentrated more on DNA and how changes like methylation and phosphorylation of histones impact gene expression and regulation. However, our increased understanding of RNA modifications and their importance in cellular processes has led to a rise in epitranscriptomics research. “Epitranscriptomics brings together the concepts of epigenetics and gene expression,” explained Adrien Leger, PhD, Principal Research Scientist...
                    04-22-2024, 07:01 AM

                  ad_right_rmr

                  Collapse

                  News

                  Collapse

                  Topics Statistics Last Post
                  Started by seqadmin, Today, 07:03 AM
                  0 responses
                  10 views
                  0 likes
                  Last Post seqadmin  
                  Started by seqadmin, 05-10-2024, 06:35 AM
                  0 responses
                  31 views
                  0 likes
                  Last Post seqadmin  
                  Started by seqadmin, 05-09-2024, 02:46 PM
                  0 responses
                  41 views
                  0 likes
                  Last Post seqadmin  
                  Started by seqadmin, 05-07-2024, 06:57 AM
                  0 responses
                  33 views
                  0 likes
                  Last Post seqadmin  
                  Working...
                  X