Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • Error: Invalid format for pileup at line null in varscan2

    Hi,

    I am using Varscan2 with readcounts like follows

    Code:
    samtools mpileup -f /home/tsekara/Transcriptomes/trinity5_frameDPcorrected.fa /home/tsekara/David_Schmidt/Bowtie2_default/Sorted_bams/Sorted_Sample_60_EdU48h1mg.bam | java -jar ./bin/VarScan.v2.3.9.jar readcounts --output-vcf > sample.vcf
    but after sometime it gives me error saying that
    Code:
    Error: Invalid format for pileup at line null
    How could I solve this error. Kindly guide me.

  • #2
    mpileup format

    Hi,

    I had the same issue and it turns out that VarScan readcount crashes if the fourth column (number of reads covering the site) is 0.
    Try to filter for those manually, e.g.:


    HTML Code:
    samtools mpileup -f /home/tsekara/Transcriptomes/trinity5_frameDPcorrected.fa /home/tsekara/David_Schmidt/Bowtie2_default/Sorted_bams/Sorted_Sample_60_EdU48h1mg.bam |awk '($4>0)' | java -jar ./bin/VarScan.v2.3.9.jar readcounts --output-vcf > sample.vcf
    That worked for me.

    Rob
    Last edited by RobUK; 12-14-2015, 08:56 AM. Reason: copy and paste error in the awk command

    Comment

    Latest Articles

    Collapse

    • seqadmin
      Recent Advances in Sequencing Technologies
      by seqadmin







      Innovations in next-generation sequencing technologies and techniques are driving more precise and comprehensive exploration of complex biological systems. Current advancements include improved accessibility for long-read sequencing and significant progress in single-cell and 3D genomics. This article explores some of the most impactful developments in the field over the past year.

      Long-Read Sequencing
      Long-read sequencing has...
      12-02-2024, 01:49 PM
    • seqadmin
      Genetic Variation in Immunogenetics and Antibody Diversity
      by seqadmin



      The field of immunogenetics explores how genetic variations influence immune responses and susceptibility to disease. In a recent SEQanswers webinar, Oscar Rodriguez, Ph.D., Postdoctoral Researcher at the University of Louisville, and Ruben Martínez Barricarte, Ph.D., Assistant Professor of Medicine at Vanderbilt University, shared recent advancements in immunogenetics. This article discusses their research on genetic variation in antibody loci, antibody production processes,...
      11-06-2024, 07:24 PM

    ad_right_rmr

    Collapse

    News

    Collapse

    Topics Statistics Last Post
    Started by seqadmin, 12-02-2024, 09:29 AM
    0 responses
    139 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 12-02-2024, 09:06 AM
    0 responses
    49 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 12-02-2024, 08:03 AM
    0 responses
    38 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 11-22-2024, 07:36 AM
    0 responses
    69 views
    0 likes
    Last Post seqadmin  
    Working...
    X