Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • ckr123
    Junior Member
    • Apr 2013
    • 1

    VarScan not resetting normal

    Hi, I am a newbie trying to identify somatic mutations with VarScan. I tried sending the input separately or together and encountered errors for both.

    #separate pileup
    samtools mpileup -uf RCRS.fa normal.sorted.bam > normal.mpileup
    samtools mpileup -uf RCRS.fa tumor.sorted.bam > tumor.mpileup
    java -Xmx4g -jar /bin/VarScan.v2.3.5.jar somatic normal.mpileup tumor.mpileup --output-snp sample1.snp --output-indel sample1.indel

    Returned messages:
    Min coverage: 8x for Normal, 6x for Tumor
    Min reads2: 2
    Min strands2: 1
    Min var freq: 0.2
    Min freq for hom: 0.75
    Normal purity: 1.0
    Tumor purity: 1.0
    Min avg qual: 15
    P-value thresh: 0.99
    Somatic p-value: 0.05
    Not resetting normal file because <
    Exception in thread "main" java.lang.NumberFormatException: For input string: "iTG,XDP=500;I16=121,361,0,1,12370,335428,17,289,18616,900090,56,3136,8657,185009,25,625;VDB=0.0152PL�����"
    at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
    at java.lang.Integer.parseInt(Integer.java:470)
    at java.lang.Integer.parseInt(Integer.java:514)
    at net.sf.varscan.Somatic.<init>(Somatic.java:1015)
    at net.sf.varscan.VarScan.somatic(VarScan.java:282)
    at net.sf.varscan.VarScan.main(VarScan.java:188)

    #combined pileup
    samtools mpileup -uf RCRS.fa normal.sorted.bam tumor.sorted.bam >
    mpileup
    java -Xmx4g -jar /bin/VarScan.v2.3.5.jar somatic mpileup --mpileup 1 --output-snp sample1.snp --output-indel sample1.indel

    Message returned:
    Min coverage: 8x for Normal, 6x for Tumor
    Min reads2: 2
    Min strands2: 1
    Min var freq: 0.2
    Min freq for hom: 0.75
    Normal purity: 1.0
    Tumor purity: 1.0
    Min avg qual: 15
    P-value thresh: 0.99
    Somatic p-value: 0.05
    Reading input from sample1.mpileup
    Reading mpileup input...
    Error: Invalid format or not enough samples in mpileup: ï¿ï¿½BC[=��BCFMTNOSM%##samtoolsVersion=0.1.18 (r982:295)

    In both cases, I received indel and snp files, but they only have column names. I am really confused.

    Thanks,
  • dkoboldt
    Member
    • Mar 2009
    • 62

    #2
    This issue is caused by the -u parameter given to SAMtools. Remove -u and it should work fine.

    Comment

    Latest Articles

    Collapse

    • SEQadmin2
      Advanced Sequencing Platforms Tackle Neuroscience’s Toughest Genomics Problems
      by SEQadmin2



      Genomics studies in neuroscience face a special challenge due to the brain’s complexity and scarcity of samples. Mapping changes in cell type and state using conventional next-generation sequencing methods remains challenging. Advances in technologies like single-cell sequencing, spatial transcriptomics, and long-read sequencing have opened the door to deeper studies of the brain and diseases like Alzheimer’s, amyotrophic lateral sclerosis (ALS), and schizophrenia.
      ...
      07-09-2026, 11:10 AM
    • SEQadmin2
      Cancer Drug Resistance: The Lingering Barrier to Rising Survival
      by SEQadmin2



      Cancer survival rates have significantly increased in the last few decades in the United States, reaching a combined 70% 5-year survival rate by 2021. Behind this number, there are years of research to find new therapies, drug targets, and early detection methods. But there is one core challenge that keeps slowing down these advances, and it’s about drug resistance.

      There is no single reason why many patients don’t respond to treatment as expected. Cancer is...
      07-08-2026, 05:17 AM
    • GATTACAT
      Reply to Nine Things a Sample Prep Scientist Thinks About Before Sequencing
      by GATTACAT
      Love this - good data definitely starts from good input, and poor input can only give relatively poor data. I particularly like the mention of Nanodrop/absorbance based methods for quantification. It's such a toss up if you'll get an accurate reading or what amounts to a randomly generated number, and a lot of library/sequencing related issues can be traced back to poor quant.
      07-01-2026, 11:43 AM

    ad_right_rmr

    Collapse

    News

    Collapse

    Topics Statistics Last Post
    Started by SEQadmin2, 07-13-2026, 10:26 AM
    0 responses
    20 views
    0 reactions
    Last Post SEQadmin2  
    Started by SEQadmin2, 07-09-2026, 10:04 AM
    0 responses
    31 views
    0 reactions
    Last Post SEQadmin2  
    Started by SEQadmin2, 07-08-2026, 10:08 AM
    0 responses
    20 views
    0 reactions
    Last Post SEQadmin2  
    Started by SEQadmin2, 07-07-2026, 11:05 AM
    0 responses
    34 views
    0 reactions
    Last Post SEQadmin2  
    Working...