Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • Firebird
    Member
    • Jun 2010
    • 18

    Samtools comand problem

    Hi,

    I have a problem with the comand "view".
    I only want to view 1 nukleotide, but when I write something like 1:100-100 I always get more than 1 base.

    Is there an option for the "pileup" comand to show only one base?

    Thanks!
  • nilshomer
    Nils Homer
    • Nov 2008
    • 1283

    #2
    Originally posted by Firebird View Post
    Hi,

    I have a problem with the comand "view".
    I only want to view 1 nukleotide, but when I write something like 1:100-100 I always get more than 1 base.

    Is there an option for the "pileup" comand to show only one base?

    Thanks!
    View will show all reads that overlap that base. You could use "grep" for finding the right line in your pileup.

    Comment

    • Firebird
      Member
      • Jun 2010
      • 18

      #3
      Thank you, but can you tell me the synthax for "grep".

      Comment

      • zee
        NGS specialist
        • Apr 2008
        • 249

        #4
        Originally posted by Firebird View Post
        Thank you, but can you tell me the synthax for "grep".
        I think this discussion is going way beyond samtools. Perhaps the following will work:

        Code:
        echo -e "1 100" > sites.txt
        samtools view -u file.bam 1:100-100 | samtools pileup - -l sites.txt

        Comment

        Latest Articles

        Collapse

        ad_right_rmr

        Collapse

        News

        Collapse

        Topics Statistics Last Post
        Started by SEQadmin2, Yesterday, 11:58 AM
        0 responses
        10 views
        0 reactions
        Last Post SEQadmin2  
        Started by SEQadmin2, 06-05-2026, 10:09 AM
        0 responses
        25 views
        0 reactions
        Last Post SEQadmin2  
        Started by SEQadmin2, 06-04-2026, 08:59 AM
        0 responses
        35 views
        0 reactions
        Last Post SEQadmin2  
        Started by SEQadmin2, 06-02-2026, 12:03 PM
        0 responses
        59 views
        0 reactions
        Last Post SEQadmin2  
        Working...