Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • Marys
    Junior Member
    • Oct 2014
    • 4

    cuffmerge - from wrong not indexed files?

    hi Everyone,
    I am new in RNAseq analysis. I have run tophat then cufflinks, and now I wnat to run cuffmerge, but I have found this problem:

    # cuffmerge -p 4 -g /path/to/genes.gtf -s /path/to/genome.fa /path/to/assemblies.txt

    [Thu Oct 23 13:18:51 2014] Beginning transcriptome assembly merge
    -------------------------------------------

    [Thu Oct 23 13:18:51 2014] Preparing output location ./merged_asm/
    Traceback (most recent call last):
    File "/usr/bin/cuffmerge", line 580, in <module>
    sys.exit(main())
    File "/usr/bin/cuffmerge", line 530, in main
    transfrag_list_file = open(args[0], "r")
    IOError: [Errno 2] No such file or directory: '/home/michalina/BAM_SAM_tophat_samtools/TS2/assemblies.txt


    I have no idea what is going wrong. My cufflinks were wrong? gtf or fa references file are not appropriate? hese are the same reference files that I use for previous analysis (tophat, cufflinks).

    many thanks for any commnet or advise
    M.
  • GenoMax
    Senior Member
    • Feb 2008
    • 7142

    #2
    Have you made a list of the GTF files from your cufflinks assemblies and then put the names in the "assemblies.txt" file? Your error is about this file not being present.

    From Cuffmerge help:

    <assembly_list.txt> Text file "manifest" with a list (one per line) of GTF files that you'd like to merge together into a single GTF file.

    Comment

    • Marys
      Junior Member
      • Oct 2014
      • 4

      #3
      Hi Genomax,

      no I haven't, how can I do this? could you tell me?

      I did something like this:
      cat /home/michalina/BAM_SAM_tophat_samtools/TS/transcripts.gtf /home/michalina/BAM_SAM_tophat_samtools/TS2/transcripts.gtf > asseblies.txt

      but I was afraid it was wrong.

      Honestly, I am new one in all these things...

      Comment

      • GenoMax
        Senior Member
        • Feb 2008
        • 7142

        #4
        Make a file called "assemblies.txt" and put these two lines in it (use a text editor):

        /home/michalina/BAM_SAM_tophat_samtools/TS/transcripts.gtf
        /home/michalina/BAM_SAM_tophat_samtools/TS2/transcripts.gtf

        Comment

        • Marys
          Junior Member
          • Oct 2014
          • 4

          #5
          wow! many thanks!!! that was that much simple

          Comment

          Latest Articles

          Collapse

          • 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
          • SEQadmin2
            From Collection to Sequencing: Why Sample Preparation and Preservation Define Sequencing Data
            by SEQadmin2


            Data variability is still an issue in sequencing technologies despite the advances in reproducibility and accuracy of these platforms. But the problem does not originate in the sequencing itself, but in the previous steps, before the sample reaches the sequencer.


            The first step is collection, followed by preservation and sample preparation for analysis. Most scientists overlook those steps, but not being careful might just be skewing the experiment’s results.
            ...
            06-02-2026, 10:05 AM

          ad_right_rmr

          Collapse

          News

          Collapse

          Topics Statistics Last Post
          Started by SEQadmin2, Yesterday, 11:10 AM
          0 responses
          7 views
          0 reactions
          Last Post SEQadmin2  
          Started by SEQadmin2, 06-17-2026, 06:09 AM
          0 responses
          43 views
          0 reactions
          Last Post SEQadmin2  
          Started by SEQadmin2, 06-09-2026, 11:58 AM
          0 responses
          104 views
          0 reactions
          Last Post SEQadmin2  
          Started by SEQadmin2, 06-05-2026, 10:09 AM
          0 responses
          125 views
          0 reactions
          Last Post SEQadmin2  
          Working...