Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • cufflinks. [bam_header_read] EOF marker is absent

    I am running RNA-seq samples on Galaxy and having problems running Cufflinks.

    I upload the fastq file produced by CASAVA 1.8 and run through Tophat. Whenever I take this data from Tophat and run on Cufflinks, I get the following result. If the file needs formatting, it takes quite a bit of time to download the Tophat output, reformat, then upload for Cufflinks. Is there a step between Tophat and Cufflinks I am missing?

    Thanks!

    Cufflinks on data : gene expression
    An error occurred running this job: cufflinks v1.0.3
    cufflinks -q --no-update-check -I 300000 -F 0.050000 -j 0.050000 -p 8
    Error running cufflinks. [bam_header_read] EOF marker is absent.
    [bam_header_read] invalid BAM binary header (this is not a BAM file).
    File /galaxy/main_database/files/

  • #2
    Cufflinks doesn't like your file. Try using this to peek at the start of the BAM file, replacing example.bam with your BAM filename.

    Code:
    hexdump -C example.bam | head
    and:

    Code:
    cat example.bam | gunzip | hexdump -C | head
    and please post the output here. Use the [ code ] tags (via the # button on the forum's advanced editor) to stop the forum formatting the output badly. That should let us check if it does look like a real BAM file or not.

    Comment


    • #3
      It turns out my file was too large to run on Galaxy. I normally analyzed multiplexed runs (30-50M reads/sample). This particular run was 1/2 lane on HiSeq v3. Once I split the file and ran, I had no problems.

      Comment

      Latest Articles

      Collapse

      • 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
      • seqadmin
        Current Approaches to Protein Sequencing
        by seqadmin


        Proteins are often described as the workhorses of the cell, and identifying their sequences is key to understanding their role in biological processes and disease. Currently, the most common technique used to determine protein sequences is mass spectrometry. While still a valuable tool, mass spectrometry faces several limitations and requires a highly experienced scientist familiar with the equipment to operate it. Additionally, other proteomic methods, like affinity assays, are constrained...
        04-04-2024, 04:25 PM

      ad_right_rmr

      Collapse

      News

      Collapse

      Topics Statistics Last Post
      Started by seqadmin, Today, 11:49 AM
      0 responses
      13 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, Yesterday, 08:47 AM
      0 responses
      16 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 04-11-2024, 12:08 PM
      0 responses
      61 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 04-10-2024, 10:19 PM
      0 responses
      60 views
      0 likes
      Last Post seqadmin  
      Working...
      X