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
          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
        • seqadmin
          Essential Discoveries and Tools in Epitranscriptomics
          by seqadmin




          The field of epigenetics has traditionally concentrated more on DNA and how changes like methylation and phosphorylation of histones impact gene expression and regulation. However, our increased understanding of RNA modifications and their importance in cellular processes has led to a rise in epitranscriptomics research. “Epitranscriptomics brings together the concepts of epigenetics and gene expression,” explained Adrien Leger, PhD, Principal Research Scientist...
          04-22-2024, 07:01 AM

        ad_right_rmr

        Collapse

        News

        Collapse

        Topics Statistics Last Post
        Started by seqadmin, 05-10-2024, 06:35 AM
        0 responses
        20 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 05-09-2024, 02:46 PM
        0 responses
        26 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 05-07-2024, 06:57 AM
        0 responses
        21 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 05-06-2024, 07:17 AM
        0 responses
        21 views
        0 likes
        Last Post seqadmin  
        Working...
        X