Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • RBCT
    Junior Member
    • Feb 2014
    • 1

    VarScan- invalid format for pileup

    Hello,

    I've used the following command to filter my BAM file, run samtools pileup and varscan:

    samtools view -b -q 10 myBam.bam | samtools mpileup -f myRef.fasta -
    | java –jar VarScan.v2.3.6.jar pileup2snp --min-coverage 6 --min-avg-qual 4 --min-var-freq 0.01 --p-value 0.05

    The program ran for a while and then I got this error:

    Error: Invalid format for pileup at line 820808910
    chr18 74082743

    It seems like a lot of people have had this issue before but I don't know how to fix it. Any help will be greatly appreciated. Thanks!!
  • nnutter
    Junior Member
    • Mar 2013
    • 6

    #2
    I can't really offer any help but it might be useful to split that pipe of three commands into separate steps so you can figure out which tool is throwing the error.

    Comment

    Latest Articles

    Collapse

    ad_right_rmr

    Collapse

    News

    Collapse

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