Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • 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

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

    Comment


    • #3

      Comment


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


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


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

            Comment


            • #7
              Not related to samtools, but I believe you should read these:
              http://tldp.org/LDP/Bash-Beginners-Guide/html/
              and
              http://tldp.org/LDP/abs/html/
              You can't go much far in UNIX/Linux without knowing the shell...

              d

              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, Yesterday, 06:57 AM
              0 responses
              12 views
              0 likes
              Last Post seqadmin  
              Started by seqadmin, 05-06-2024, 07:17 AM
              0 responses
              16 views
              0 likes
              Last Post seqadmin  
              Started by seqadmin, 05-02-2024, 08:06 AM
              0 responses
              19 views
              0 likes
              Last Post seqadmin  
              Started by seqadmin, 04-30-2024, 12:17 PM
              0 responses
              24 views
              0 likes
              Last Post seqadmin  
              Working...
              X