Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • seqador
    Junior Member
    • Aug 2013
    • 9

    Error using fastqc

    I get 8 sra files that was converted to fastq. The first fastq file was successfully analysed with fastqc. But after that all files after 100% get this error:


    Approx 90% complete for SRR1503281_1.fastq
    Approx 95% complete for SRR1503281_1.fastq
    Approx 100% complete for SRR1503281_1.fastq
    Exception in thread "Thread-1" java.lang.NullPointerException
    at uk.ac.babraham.FastQC.Sequence.FastQFile.readNext(FastQFile.java:141)
    at uk.ac.babraham.FastQC.Sequence.FastQFile.next(FastQFile.java:105)
    at uk.ac.babraham.FastQC.Analysis.AnalysisRunner.run(AnalysisRunner.java:76)
    at java.lang.Thread.run(Thread.java:744)




    could someone know why this is happening? Thank you.
    Last edited by seqador; 08-01-2014, 08:31 PM.
  • Cytosine
    Member
    • Mar 2014
    • 22

    #2
    Code:
    Exception in thread "Thread-1" java.lang.NullPointerException
    at uk.ac.babraham.FastQC.Sequence.FastQFile.readNext(FastQFile.java:141)
    at uk.ac.babraham.FastQC.Sequence.FastQFile.next(FastQFile.java:105)
    at uk.ac.babraham.FastQC.Analysis.AnalysisRunner.run(AnalysisRunner.java:76)
    This makes me think that FastQC cannot go to the next file simply because it can't find it in memory. Do you call fastqc on all files at once or do it 1 by 1?

    Try 1 by 1 if you're feeding all at once to fastqc now.

    If that is not the case, maybe try redownloading the sra files and extracting them again.

    Comment

    • seqador
      Junior Member
      • Aug 2013
      • 9

      #3
      I try your two suggestions, and try 1 by 1 solve the problem. But i wish to do all files with a single command.
      Last edited by seqador; 08-02-2014, 04:27 AM.

      Comment

      • GenoMax
        Senior Member
        • Feb 2008
        • 7142

        #4
        You need to run FastQC in non-interactive mode (on command line) to overcome running out of memory.

        You could simply do

        Code:
        $ /path_to_/fastqc sequence_file*.fastq
        This should produce a self contained folder for each sequence file with all the result you normally see via GUI.

        Comment

        Latest Articles

        Collapse

        • 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
        • SEQadmin2
          Nine Things a Sample Prep Scientist Thinks About Before Sequencing
          by SEQadmin2


          I’m not a sequencing expert. I’m a purification scientist who uses NGS to evaluate workflows my group develops. With this perspective, we think about the sample first and the NGS workflow second. The sequencer is an exceptionally honest reporter, but it can only report on what you give it, so whether you get clean, interpretable data from an NGS workflow is largely determined before you begin.

          Here are nine questions we think about, in roughly the order they matter, before...
          06-18-2026, 07:11 AM

        ad_right_rmr

        Collapse

        News

        Collapse

        Topics Statistics Last Post
        Started by SEQadmin2, 07-02-2026, 11:08 AM
        0 responses
        25 views
        0 reactions
        Last Post SEQadmin2  
        Started by SEQadmin2, 06-30-2026, 05:37 AM
        0 responses
        23 views
        0 reactions
        Last Post SEQadmin2  
        Started by SEQadmin2, 06-26-2026, 11:10 AM
        0 responses
        23 views
        0 reactions
        Last Post SEQadmin2  
        Started by SEQadmin2, 06-17-2026, 06:09 AM
        0 responses
        55 views
        0 reactions
        Last Post SEQadmin2  
        Working...