Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • Pawan Noel
    Junior Member
    • Nov 2010
    • 4

    SAMtools command line ???

    Does anyone have a quick list of the most used SAMtool command lines

    I'm really new to using UNIX:Linux and I would greatly appreciate if someone could share a pdf/doc for the SAMtool commands

    Thank you very much and hv a nice day

    Pawan
  • ffinkernagel
    Senior Member
    • Oct 2009
    • 110

    #2
    Running samtools without an argument will list all commands available. Then running the command without further arguments will tell you its usage.

    Comment

    • johnny
      Member
      • Dec 2009
      • 15

      #3

      Comment

      • Richard Finney
        Senior Member
        • Feb 2009
        • 701

        #4
        Here's the basic workflow for most jobs. test1.sam is the output from your favorite alignment program. If not sam, you'll have to convert it SAM but many aligners are providing SAM output these days. The "export" command is a bash (bash is a common command line processor in UNIX/Linux) way of "aliasing" a longer command.

        export SAM=/usr/joeuser/samtools-0.1.8/samtools

        ${SAM} view -b -S test1.sam > test1.presort.bam

        ${SAM} sort -m 5179869184 test1.presort.bam test1

        ${SAM} index test1.bam

        ${SAM} flagstat test1.bam > test1.rpt

        Comment

        • drio
          Senior Member
          • Oct 2008
          • 323

          #5
          Probably you want to start reading the FAQ. Then move to reading the manual for each
          action you want to use. Take your time for pileup.
          -drd

          Comment

          • Pawan Noel
            Junior Member
            • Nov 2010
            • 4

            #6
            Thank you very much guys .... I'll start with this info for now .... Have a nice evening Cheers

            Comment

            • dawe
              Senior Member
              • Apr 2009
              • 258

              #7
              Not related to samtools, but I believe you should read these:

              and

              You can't go much far in UNIX/Linux without knowing the shell...

              d

              Comment

              Latest Articles

              Collapse

              ad_right_rmr

              Collapse

              News

              Collapse

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