Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • gringer
    replied
    your bowtie2 command should look something like this:
    Code:
    bowtie2 [options]* -x <bt2-idx> {-1 <m1> -2 <m2> | -U <r>} -S [<hit>]
    [taken verbatim from the manual]

    It looks like you haven't specified an index file on the command line, or the index is attached to the wrong arguments. Perhaps something like this would work better (assuming all_other_rna is your bowtie2 index generated with bowtie2-build):

    Code:
    bowtie2 --score-min C,-1,0 --mp -1,-1 -x all_other_rna -S /home/vishwesh/soft/TLL28_GTAGAG_L004_R1_001_c2.fastaq > test.sam

    Leave a comment:


  • vishwesh
    replied
    I tried using bowtie2..
    here is the error i get..

    Error: Encountered internal Bowtie 2 exception (#1)
    Command: /data/apps/bowtie2-2.1.0/bin/bowtie2-align --wrapper basic-0 -S all_other_rna -score-min C,-1,0 -mp /home/vishwesh/soft/TLL28_GTAGAG_L004_R1_001_c2.fastaq test.sam
    bowtie2-align exited with value 1

    command is
    bowtie2 -S all_other_rna -score-min C,-1,0 -mp -1,-1 /home/vishwesh/soft/TLL28_GTAGAG_L004_R1_001_c2.fastaq test.sam

    let me know if anything is wrong in this command..

    Leave a comment:


  • gringer
    replied
    please use bowtie2 for doing this:



    Options for bowtie are quite different from bowtie2.

    Leave a comment:


  • vishwesh
    replied
    I tried this..
    bowtie -S all_other_rna -score-min C,-1,0 -mp -1,-1 /home/vishwesh/soft/TLL28_GTAGAG_L004_R1_001_c2.fastaq test.sam

    Leave a comment:


  • gringer
    replied
    What have you tried? Give me an example, together with the error message, and we'll be better able to solve this problem.

    Leave a comment:


  • vishwesh
    replied
    Thanks David Eccles.. I am new to bowtie.. the options are bit confusing.. can you please help me the command.. The files I use are not paired ends..

    Leave a comment:


  • gringer
    replied
    From the bwa manual it looks like the edit distance option is what you want (-n 1), coupled with zero extensions allowed (-o 0). I have no experience with BWA, so can only do my best to interpret the specifications.

    Leave a comment:


  • vishwesh
    replied
    Thanks David Eccles.. Is it possible to do this in bwa aln... if so what parameters should be given...

    Leave a comment:


  • gringer
    replied
    Bowtie2 will do this fine in end-to-end mode. Just set the minimum score to -1 (--score-min C,-1,0) and maximum/minimum mismatch penalties to both -1 (--mp -1,-1).

    Leave a comment:


  • vishwesh
    started a topic Alignment based on 1 mismatch.

    Alignment based on 1 mismatch.

    Hi
    I have a requirement where on aligning reads to reference the mapping is based only on one mismatch with the reference. I need a tool which can map the reads with the reference genome with max of one mismatch. Can some one suggest one.
    Thanks in advance.

    Regards
    Vishwesh

Latest Articles

Collapse

  • seqadmin
    Recent Advances in Sequencing Technologies
    by seqadmin







    Innovations in next-generation sequencing technologies and techniques are driving more precise and comprehensive exploration of complex biological systems. Current advancements include improved accessibility for long-read sequencing and significant progress in single-cell and 3D genomics. This article explores some of the most impactful developments in the field over the past year.

    Long-Read Sequencing
    Long-read sequencing has...
    12-02-2024, 01:49 PM
  • seqadmin
    Genetic Variation in Immunogenetics and Antibody Diversity
    by seqadmin



    The field of immunogenetics explores how genetic variations influence immune responses and susceptibility to disease. In a recent SEQanswers webinar, Oscar Rodriguez, Ph.D., Postdoctoral Researcher at the University of Louisville, and Ruben Martínez Barricarte, Ph.D., Assistant Professor of Medicine at Vanderbilt University, shared recent advancements in immunogenetics. This article discusses their research on genetic variation in antibody loci, antibody production processes,...
    11-06-2024, 07:24 PM

ad_right_rmr

Collapse

News

Collapse

Topics Statistics Last Post
Started by seqadmin, 12-02-2024, 09:29 AM
0 responses
150 views
0 likes
Last Post seqadmin  
Started by seqadmin, 12-02-2024, 09:06 AM
0 responses
51 views
0 likes
Last Post seqadmin  
Started by seqadmin, 12-02-2024, 08:03 AM
0 responses
42 views
0 likes
Last Post seqadmin  
Started by seqadmin, 11-22-2024, 07:36 AM
0 responses
74 views
0 likes
Last Post seqadmin  
Working...
X