Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • Richard Barker
    Member
    • Apr 2012
    • 47

    Cuffmerge error coultn't finda data file for Mt or Pt?

    I'm tring to merge my transcript data produced from 8 samples analysed using TopHat and compiled using Cufflinks. Unfortunately when i run cuffmerge I get an error message about "missing fasta data files for 'Mt' and 'Pt'" but can't find reference to these files anywhere else in the literature or on-line?
    Any advice greatfully received.

    richard@ubuntu:~/RNA_seq_analysis/Cuffmerge$ cuffmerge -g arabidopsis_thaliana.TAIR10.60.gtf -s TAIR10_chr_all.fas -p 6 run297_transcript_cuffmerge.txt

    [Thu Aug 9 15:36:29 2012] Beginning transcriptome assembly merge
    -------------------------------------------

    [Thu Aug 9 15:36:29 2012] Preparing output location ./merged_asm/
    [Thu Aug 9 15:36:36 2012] Converting GTF files to SAM
    [15:36:36] Loading reference annotation.
    [15:36:37] Loading reference annotation.
    [15:36:38] Loading reference annotation.
    [15:36:39] Loading reference annotation.
    [15:36:40] Loading reference annotation.
    [15:36:41] Loading reference annotation.
    [15:36:42] Loading reference annotation.
    [15:36:44] Loading reference annotation.
    [Thu Aug 9 15:36:45 2012] Quantitating transcripts
    You are using Cufflinks v2.0.2, which is the most recent release.
    Command line:
    cufflinks -o ./merged_asm/ -F 0.05 -g arabidopsis_thaliana.TAIR10.60.gtf -q --overhang-tolerance 200 --library-type=transfrags -A 0.0 --min-frags-per-transfrag 0 --no-5-extend -p 6 ./merged_asm/tmp/mergeSam_filejHHJWI
    [bam_header_read] EOF marker is absent.
    [bam_header_read] invalid BAM binary header (this is not a BAM file).
    File ./merged_asm/tmp/mergeSam_filejHHJWI doesn't appear to be a valid BAM file, trying SAM...
    [15:36:45] Loading reference annotation.
    [15:36:47] Inspecting reads and determining fragment length distribution.
    Processed 26332 loci.
    > Map Properties:
    > Normalized Map Mass: 194074.00
    > Raw Map Mass: 194074.00
    > Fragment Length Distribution: Truncated Gaussian (default)
    > Default Mean: 200
    > Default Std Dev: 80
    [15:36:48] Assembling transcripts and estimating abundances.
    Processed 26332 loci.
    [Thu Aug 9 15:44:22 2012] Comparing against reference file arabidopsis_thaliana.TAIR10.60.gtf
    You are using Cufflinks v2.0.2, which is the most recent release.
    No fasta index found for TAIR10_chr_all.fas. Rebuilding, please wait..
    Fasta index rebuilt.
    Warning: couldn't find fasta record for 'Mt'!
    Warning: couldn't find fasta record for 'Pt'!
    [Thu Aug 9 15:44:34 2012] Comparing against reference file arabidopsis_thaliana.TAIR10.60.gtf
    You are using Cufflinks v2.0.2, which is the most recent release.
    Warning: couldn't find fasta record for 'Mt'!
    Warning: couldn't find fasta record for 'Pt'!
  • kmcarr
    Senior Member
    • May 2008
    • 1181

    #2
    Richard,

    This is most likely caused by a mismatch between the reference names between the fasta file and the gtf file you are using.

    The official TAIR10 genome sequence release names the mitochondrial and plastid (chloroplast) chromsomes ChrM and ChrC respectively. These are the names used in TAIR10_chr_all.fas. It would appear that your reference GTF file, arabidopsis_thaliana.TAIR10.60.gtf, is from a different source and uses different names (Mt and Pt). You will need to make sure the chromosome names match exactly between your FASTA and GTF files.

    Comment

    • Richard Barker
      Member
      • Apr 2012
      • 47

      #3
      Thanks for the swift response (again)

      Your advice worked perfectly, i searched the directories near where i downloaded the TAIR10.fasta file and found a TAIR10_GFF3_genes.gff file.

      The following script appears to be working, but whats the difference between a GFF and GTF file?

      cuffmerge -g TAIR10_GFF3_genes -s TAIR10_chr_all.fas -p 6 run297_transcript_cuffmerge.txt

      Comment

      • kmcarr
        Senior Member
        • May 2008
        • 1181

        #4
        The following script appears to be working, but whats the difference between a GFF and GTF file?
        Cufflinks documentation

        Comment

        • Richard Barker
          Member
          • Apr 2012
          • 47

          #5
          Ooops spoke too soon now i get the following error message?

          richard@ubuntu:~/RNA_seq_analysis/Cuffmerge$ cuffmerge -g TAIR10_GFF3_genes.gff -s TAIR10_chr_all.fas -p 6 run297_transcript_cuffmerge.txt

          [Fri Aug 10 07:41:48 2012] Beginning transcriptome assembly merge
          -------------------------------------------

          [Fri Aug 10 07:41:48 2012] Preparing output location ./merged_asm/
          [Fri Aug 10 07:41:52 2012] Converting GTF files to SAM
          [07:41:52] Loading reference annotation.
          [07:41:53] Loading reference annotation.
          [07:41:54] Loading reference annotation.
          [07:41:56] Loading reference annotation.
          [07:41:57] Loading reference annotation.
          [07:41:58] Loading reference annotation.
          [07:41:59] Loading reference annotation.
          [07:42:00] Loading reference annotation.
          [Fri Aug 10 07:42:02 2012] Quantitating transcripts
          You are using Cufflinks v2.0.2, which is the most recent release.
          Command line:
          cufflinks -o ./merged_asm/ -F 0.05 -g TAIR10_GFF3_genes.gff -q --overhang-tolerance 200 --library-type=transfrags -A 0.0 --min-frags-per-transfrag 0 --no-5-extend -p 6 ./merged_asm/tmp/mergeSam_filefWraGs
          [bam_header_read] EOF marker is absent.
          [bam_header_read] invalid BAM binary header (this is not a BAM file).
          File ./merged_asm/tmp/mergeSam_filefWraGs doesn't appear to be a valid BAM file, trying SAM...
          [07:42:02] Loading reference annotation.
          [07:42:03] Inspecting reads and determining fragment length distribution.
          Processed 47416 loci.
          > Map Properties:
          > Normalized Map Mass: 194074.00
          > Raw Map Mass: 194074.00
          > Fragment Length Distribution: Truncated Gaussian (default)
          > Default Mean: 200
          > Default Std Dev: 80
          [07:42:05] Assembling transcripts and estimating abundances.
          Processed 47416 loci.
          [Fri Aug 10 07:53:04 2012] Comparing against reference file TAIR10_GFF3_genes.gff
          You are using Cufflinks v2.0.2, which is the most recent release.
          Warning: couldn't find fasta record for 'Chr1'!
          Warning: couldn't find fasta record for 'Chr2'!
          Warning: couldn't find fasta record for 'Chr3'!
          Warning: couldn't find fasta record for 'Chr4'!
          Warning: couldn't find fasta record for 'Chr5'!
          Warning: couldn't find fasta record for 'ChrC'!
          Warning: couldn't find fasta record for 'ChrM'!
          [Fri Aug 10 07:53:20 2012] Comparing against reference file TAIR10_GFF3_genes.gff
          You are using Cufflinks v2.0.2, which is the most recent release.
          Warning: couldn't find fasta record for 'Chr1'!
          Warning: couldn't find fasta record for 'Chr2'!
          Warning: couldn't find fasta record for 'Chr3'!
          Warning: couldn't find fasta record for 'Chr4'!
          Warning: couldn't find fasta record for 'Chr5'!
          Warning: couldn't find fasta record for 'ChrC'!
          Warning: couldn't find fasta record for 'ChrM'!

          Comment

          • Richard Barker
            Member
            • Apr 2012
            • 47

            #6
            I've found a TAIR10_GFF file (ftp://ftp.arabidopsis.org/home/tair/...enome_release/) which was also near the location where i downloaded my genome fasta file (ftp://ftp.arabidopsis.org/home/tair/...omosome_files/) and one was able to completed the alignment!
            Thanks for your help!

            Comment

            • Richard Barker
              Member
              • Apr 2012
              • 47

              #7
              Shouldn't the cuffmerge out put have the gene names (Arabidopsis ATG codes?). What methods are there for adding your genome annotation, i thought that was the reason for using the GFF/gtf files during TopHat and/or cuffmerge?

              Comment

              • shinigam123
                Junior Member
                • Aug 2017
                • 3

                #8
                I have the same problem, How you solve it?






                Originally posted by Richard Barker View Post
                Ooops spoke too soon now i get the following error message?

                richard@ubuntu:~/RNA_seq_analysis/Cuffmerge$ cuffmerge -g TAIR10_GFF3_genes.gff -s TAIR10_chr_all.fas -p 6 run297_transcript_cuffmerge.txt

                [Fri Aug 10 07:41:48 2012] Beginning transcriptome assembly merge
                -------------------------------------------

                [Fri Aug 10 07:41:48 2012] Preparing output location ./merged_asm/
                [Fri Aug 10 07:41:52 2012] Converting GTF files to SAM
                [07:41:52] Loading reference annotation.
                [07:41:53] Loading reference annotation.
                [07:41:54] Loading reference annotation.
                [07:41:56] Loading reference annotation.
                [07:41:57] Loading reference annotation.
                [07:41:58] Loading reference annotation.
                [07:41:59] Loading reference annotation.
                [07:42:00] Loading reference annotation.
                [Fri Aug 10 07:42:02 2012] Quantitating transcripts
                You are using Cufflinks v2.0.2, which is the most recent release.
                Command line:
                cufflinks -o ./merged_asm/ -F 0.05 -g TAIR10_GFF3_genes.gff -q --overhang-tolerance 200 --library-type=transfrags -A 0.0 --min-frags-per-transfrag 0 --no-5-extend -p 6 ./merged_asm/tmp/mergeSam_filefWraGs
                [bam_header_read] EOF marker is absent.
                [bam_header_read] invalid BAM binary header (this is not a BAM file).
                File ./merged_asm/tmp/mergeSam_filefWraGs doesn't appear to be a valid BAM file, trying SAM...
                [07:42:02] Loading reference annotation.
                [07:42:03] Inspecting reads and determining fragment length distribution.
                Processed 47416 loci.
                > Map Properties:
                > Normalized Map Mass: 194074.00
                > Raw Map Mass: 194074.00
                > Fragment Length Distribution: Truncated Gaussian (default)
                > Default Mean: 200
                > Default Std Dev: 80
                [07:42:05] Assembling transcripts and estimating abundances.
                Processed 47416 loci.
                [Fri Aug 10 07:53:04 2012] Comparing against reference file TAIR10_GFF3_genes.gff
                You are using Cufflinks v2.0.2, which is the most recent release.
                Warning: couldn't find fasta record for 'Chr1'!
                Warning: couldn't find fasta record for 'Chr2'!
                Warning: couldn't find fasta record for 'Chr3'!
                Warning: couldn't find fasta record for 'Chr4'!
                Warning: couldn't find fasta record for 'Chr5'!
                Warning: couldn't find fasta record for 'ChrC'!
                Warning: couldn't find fasta record for 'ChrM'!
                [Fri Aug 10 07:53:20 2012] Comparing against reference file TAIR10_GFF3_genes.gff
                You are using Cufflinks v2.0.2, which is the most recent release.
                Warning: couldn't find fasta record for 'Chr1'!
                Warning: couldn't find fasta record for 'Chr2'!
                Warning: couldn't find fasta record for 'Chr3'!
                Warning: couldn't find fasta record for 'Chr4'!
                Warning: couldn't find fasta record for 'Chr5'!
                Warning: couldn't find fasta record for 'ChrC'!
                Warning: couldn't find fasta record for 'ChrM'!

                Comment

                • Richard Barker
                  Member
                  • Apr 2012
                  • 47

                  #9
                  I used the pipeline that was made in the CyVerse Discovery environment. It's easy to use and really fast!

                  Comment

                  • shinigam123
                    Junior Member
                    • Aug 2017
                    • 3

                    #10
                    Can you tell me what that pipeline is, do not I know it?
                    regards

                    Comment

                    • Richard Barker
                      Member
                      • Apr 2012
                      • 47

                      #11
                      They have the HTprocess and Kalisto if you're in a rush

                      Comment

                      • shinigam123
                        Junior Member
                        • Aug 2017
                        • 3

                        #12
                        But what was the problem, the inputs gff anda fasta? I need the output merged.gtf without warnings

                        Comment

                        • vivekkeshri
                          Junior Member
                          • Jan 2019
                          • 3

                          #13
                          Cuffmerge output

                          I am trying to execute Cuffmerge (cuffmerge -p 5 -g Homo.gtf assemblies.txt), but unable to get FPKM values in output file ("merged.gtf).
                          Please let me know how to solve this problem.

                          Comment

                          • vivekkeshri
                            Junior Member
                            • Jan 2019
                            • 3

                            #14
                            Please let me know about how "Cuffdiff -L" [-L/--labels: comma-separated list of condition labels] command works. How it is labeling / merging the bam files.
                            Thanks

                            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
                            21 views
                            0 reactions
                            Last Post SEQadmin2  
                            Started by SEQadmin2, 06-30-2026, 05:37 AM
                            0 responses
                            22 views
                            0 reactions
                            Last Post SEQadmin2  
                            Started by SEQadmin2, 06-26-2026, 11:10 AM
                            0 responses
                            21 views
                            0 reactions
                            Last Post SEQadmin2  
                            Started by SEQadmin2, 06-17-2026, 06:09 AM
                            0 responses
                            54 views
                            0 reactions
                            Last Post SEQadmin2  
                            Working...