Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • 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.

  • #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


    • #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


      • #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

        • seqadmin
          Latest Developments in Precision Medicine
          by seqadmin



          Technological advances have led to drastic improvements in the field of precision medicine, enabling more personalized approaches to treatment. This article explores four leading groups that are overcoming many of the challenges of genomic profiling and precision medicine through their innovative platforms and technologies.

          Somatic Genomics
          “We have such a tremendous amount of genetic diversity that exists within each of us, and not just between us as individuals,”...
          05-24-2024, 01:16 PM
        • seqadmin
          Recent Advances in Sequencing Analysis Tools
          by seqadmin


          The sequencing world is rapidly changing due to declining costs, enhanced accuracies, and the advent of newer, cutting-edge instruments. Equally important to these developments are improvements in sequencing analysis, a process that converts vast amounts of raw data into a comprehensible and meaningful form. This complex task requires expertise and the right analysis tools. In this article, we highlight the progress and innovation in sequencing analysis by reviewing several of the...
          05-06-2024, 07:48 AM

        ad_right_rmr

        Collapse

        News

        Collapse

        Topics Statistics Last Post
        Started by seqadmin, 05-24-2024, 07:15 AM
        0 responses
        195 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 05-23-2024, 10:28 AM
        0 responses
        217 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 05-23-2024, 07:35 AM
        0 responses
        218 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 05-22-2024, 02:06 PM
        0 responses
        12 views
        0 likes
        Last Post seqadmin  
        Working...
        X