Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • samtools pileup manual description

    Hello all,

    I am trying to use a shell script that calls samtools pileup function. Because the pileup function is deprecated, the shell script produces nonsense output. I would like to translate the line that calls pileup into a line calling mpileup that produces the same output. Unfortunately, I can not find any detailed information on the pileup command line arguments. The offending line is listed below:

    samtools pileup -c -f $FA -r 0.0000007 -l $BED $BAM > $PILEUP

    in which $FA is the reference fasta file, $BED is a file formatted for the l option of pileup, $BAM is the bam file and $pileup is the pileup file to write to.

    Does anyone know what the -c and -r arguments refer to under the deprecated pileup function and if this call can be converted into a call to mpileup and produce the same output?

    Thanks,
    Michael Gormley

  • #2
    Hi

    I was troubleshooting this on another issue. Installing version 0.1.16 samtools gave me:

    Usage: samtools pileup [options] <in.bam>|<in.sam>

    Option: -s simple (yet incomplete) pileup format
    -S the input is in SAM
    -B disable BAQ computation
    -A use the original MAQ model for SNP calling (DEPRECATED)
    -2 output the 2nd best call and quality
    -i only show lines/consensus with indels
    -Q INT min base quality (possibly capped by BAQ) [13]
    -C INT coefficient for adjusting mapQ of poor mappings [0]
    -m INT filtering reads with bits in INT [0x704]
    -M INT cap mapping quality at INT [60]
    -d INT limit maximum depth for indels [1024]
    -t FILE list of reference sequences (force -S)
    -l FILE list of sites at which pileup is output
    -f FILE reference sequence in the FASTA format

    -c compute the consensus sequence
    -v print variants only (for -c)
    -g output in the GLFv3 format (DEPRECATED)
    -T FLOAT theta in maq consensus calling model (for -c) [0.83]
    -N INT number of haplotypes in the sample (for -c) [2]
    -r FLOAT prior of a difference between two haplotypes (for -c) [0.001]
    -G FLOAT prior of an indel between two haplotypes (for -c) [0.00015]
    -I INT phred prob. of an indel in sequencing/prep. (for -c) [40]


    hope that helps.

    Comment


    • #3
      I am on the same boat. I am trying to revise the shell script that uses depreciated pileup function you mentioned. Did you by any chance figure out how to replace it with mpileup command? Any help would be appreciated. Thanks.

      Comment

      Latest Articles

      Collapse

      • 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 on Modified Bases...
        Yesterday, 07:01 AM
      • seqadmin
        Current Approaches to Protein Sequencing
        by seqadmin


        Proteins are often described as the workhorses of the cell, and identifying their sequences is key to understanding their role in biological processes and disease. Currently, the most common technique used to determine protein sequences is mass spectrometry. While still a valuable tool, mass spectrometry faces several limitations and requires a highly experienced scientist familiar with the equipment to operate it. Additionally, other proteomic methods, like affinity assays, are constrained...
        04-04-2024, 04:25 PM

      ad_right_rmr

      Collapse

      News

      Collapse

      Topics Statistics Last Post
      Started by seqadmin, 04-11-2024, 12:08 PM
      0 responses
      37 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 04-10-2024, 10:19 PM
      0 responses
      41 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 04-10-2024, 09:21 AM
      0 responses
      35 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 04-04-2024, 09:00 AM
      0 responses
      55 views
      0 likes
      Last Post seqadmin  
      Working...
      X