Unconfigured Ad

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

    #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
      Beyond CRISPR/Cas9: Understand, Choose, and Use the Right Genome Editing Tool
      by SEQadmin2



      CRISPR/Cas9 sparked the gene editing revolution for both research and therapeutics.1 But this system still showed severe issues that limited its applications. The most prominent were the heavy reliance on PAM sequences, delivery limitations, double-stranded breaks that prompt unintended edits and cell death, and editing inefficiency (both in targeting and in knock-in reliability).

      Despite this, “CRISPR helped turn genome editing from a specialized technique into
      ...
      07-31-2026, 11:01 AM
    • SEQadmin2
      Proteomic Platforms: How to Choose the Right Analytical Strategy to Improve Detection and Clinical Applications
      by SEQadmin2


      Proteomics platforms are evolving rapidly, with advances in mass spectrometry and affinity-based approaches expanding what researchers can detect and at what scale. As the field moves toward deeper proteome coverage and clinical applications, scientists face an increasingly complex landscape of tools. This article will explore how researchers are navigating these choices to find the right platform for their work.

      The systematic characterization of the human proteome has
      ...
      07-20-2026, 11:48 AM

    ad_right_rmr

    Collapse

    News

    Collapse

    Topics Statistics Last Post
    Started by SEQadmin2, Today, 10:05 AM
    0 responses
    8 views
    0 reactions
    Last Post SEQadmin2  
    Started by SEQadmin2, 08-13-2026, 12:22 PM
    0 responses
    32 views
    0 reactions
    Last Post SEQadmin2  
    Started by SEQadmin2, 08-11-2026, 10:35 AM
    0 responses
    27 views
    0 reactions
    Last Post SEQadmin2  
    Started by SEQadmin2, 08-06-2026, 07:41 AM
    0 responses
    38 views
    0 reactions
    Last Post SEQadmin2  
    Working...