Unconfigured Ad

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • JWolters
    Member
    • Jan 2013
    • 13

    #1

    Problems transferring annotations with RATT

    Im fairly new to bioinformatics, and I've been having significant trouble using RATT as part of the PAGIT set of tools, and was hoping to find some help here, as I could not find any links to support options provided by the developers on the RATT page: http://ratt.sourceforge.net/index.html

    At this point I would be happy just to find such a support option

    What I have is the reference yeast mitochondrial genome, along with its features, and the mitochondrial genome for another strain assembled from PacBio reads. My goal is to transfer the annotations from the reference onto the newly assembled genome. Doing a few alignments of just the primary exons (there are very few) of the reference confirmed for me that these sequences are present and in good synteny between the two.

    RATT documentation:


    Yeast mitochondrial translation table: http://www.ncbi.nlm.nih.gov/Taxonomy...cgi?mode=c#SG3

    Checking the RATT documentation, I set up a config file that looks like this:
    #START
    ATA
    ATG
    #STOP
    TAA
    TAG
    #SPLICE
    GT..AG
    #CORRECTSPLICE
    1

    I am unaware if RATT is accounting for other codon differences, but these were the only parameters I saw specified for the config in the documentation, and am uncertain if I should have specified additional parameters to account for those differences



    Next I set the RATT_HOME and RATT_CONFIG variables as described in the documentation, and then tried to execute start.ratt.sh.

    I've uploaded the embl file here: http://pastebin.com/bm6wS69u The reference sequence was correctly named with the fasta header being the same as the name of the embl file.

    This is what I ran, and the results:
    jwolter1@bravo:~/PAGIT/PAGIT/RATT$ RATT_HOME=/home/jwolter1/PAGIT/PAGIT/RATT; export RATT_HOME
    jwolter1@bravo:~/PAGIT/PAGIT/RATT$ RATT_CONFIG=/home/jwolter1/PAGIT/PAGIT/RATT/ratt_yeastMT.config; export RATT_CONFIG

    jwolter1@bravo:~/PAGIT/PAGIT/RATT/TESTING$ $RATT_HOME/start.ratt.sh /home/jwolter1/PAGIT/PAGIT/RATT/embl /home/jwolter1/PA GIT/PAGIT/RATT/ContigConsensus.fasta TESTING Strain /home/jwolter1/PAGIT/PAGIT/RATT/embl/reference.fasta
    I am using the reference /home/jwolter1/PAGIT/PAGIT/RATT/embl/reference.fasta. Please make sure that the description line of each fasta entry is the same than in the embl file name!
    >Refeatures
    should be the same name as the embl file in embl
    Refeatures.embl reference.fasta


    ERROR: Could not parse delta file, nucmer.TESTING.delta
    error no: 400
    ERROR: Could not parse delta file, nucmer.TESTING.filter.delta
    error no: 402
    ERROR: Could not parse delta file, nucmer.TESTING.delta
    error no: 400
    ERROR: Could not parse delta file, nucmer.TESTING.filter.delta
    error no: 402
    Use of uninitialized value $stats in print at /home/jwolter1/PAGIT/PAGIT/RATT/main.ratt.pl line 94.
    ERROR: Could not parse delta file, nucmer.TESTING.delta
    error no: 400
    ERROR: Could not parse delta file, nucmer.TESTING.filter.delta
    error no: 402
    ERROR: Could not parse delta file, nucmer.TESTING.delta
    error no: 400
    ERROR: Could not parse delta file, nucmer.TESTING.filter.delta
    error no: 402
    working on Refeatures
    Use of uninitialized value in split at /home/jwolter1/PAGIT/PAGIT/RATT/main.ratt.pl line 1172.
    Overview of transfere of annotation elements:
    86 elements found.
    0 Elements were transfered.
    0 Elements could be transfered partially.
    0 Elements split.
    117 Parts of elements (i.e.exons tRNA) not transferred.
    86 Elements couldn't be transferred.

    CDS:
    28 Gene models to transfer.
    0 Gene models transferred correctly.
    0 Gene models partially transferred.
    0 Exons not transferred from partial CDS matches.
    28 Gene models not transferred.

    1 Sequences where generated
    Done.
    Couldn't open file to Seqparate ..//home/jwolter1/PAGIT/PAGIT/RATT/embl/reference.fasta No such file or directory
    If you want to start artemis on this replicon:
    art TESTING.TestRun1_rep_c155.final.embl + TESTING.TestRun1_rep_c155.Report.gff + Query/TESTING.TestRun1_rep_c155.Mutatio ns.gff
    rm: cannot remove `TESTING.*embl.tmp.BBA.embl': No such file or directory
    jwolter1@bravo:~/PAGIT/PAGIT/RATT/TESTING$

    My principle problem here is that I cannot seem to find the actual delta file to examine if anything went wrong with the alignment. Without this I don't really know how I can determine why the transfer is failing when I know that there should be good alignments.

    The resulting files look like this:
    -rw-r--r-- 1 jwolter1 jwolter1 0 Jan 15 16:33 nucmer.TESTING.coords
    -rw-r--r-- 1 jwolter1 jwolter1 0 Jan 15 16:33 nucmer.TESTING.filter.coords
    -rw-r--r-- 1 jwolter1 jwolter1 0 Jan 15 16:33 nucmer.TESTING.filter.delta
    -rw-r--r-- 1 jwolter1 jwolter1 0 Jan 15 16:33 nucmer.TESTING.snp
    drwxr-xr-x 2 jwolter1 jwolter1 10 Jan 15 16:33 Query
    -rw-r--r-- 1 jwolter1 jwolter1 79323 Jan 15 16:33 query.21703
    -rw-r--r-- 1 jwolter1 jwolter1 79587 Jan 15 16:33 query.21703.mutated
    drwxr-xr-x 2 jwolter1 jwolter1 10 Jan 15 16:33 Reference
    drwxr-xr-x 2 jwolter1 jwolter1 10 Jan 15 16:33 ReferenceSequences
    drwxr-xr-x 2 jwolter1 jwolter1 38 Jan 15 16:33 Sequences
    -rw-r--r-- 1 jwolter1 jwolter1 26747 Jan 15 16:33 TESTING.Refeatures.NOTTransfered.embl
    -rw-r--r-- 1 jwolter1 jwolter1 109932 Jan 15 16:33 TESTING.TestRun1_rep_c155.final.embl

    All of the nucmer related files are empty. It seems like the alignment failed and this is why transfer failed.

    Any help on this would be vastly appreciated!
  • metheuse
    Member
    • Jan 2013
    • 84

    #2
    Hi, I got the same error saying "ERROR: Could not parse delta file, nucmer.data.delta error no: 400".
    Did you find the solution? If yes, could you tell me? Thanks!

    Comment

    • ThomasDOtto
      Member
      • Mar 2012
      • 12

      #3
      Hi all,

      sorry for never replying to this thread, as I have not seen it. Normally people contact me directly.

      This reported error is due to the fact that nucmer cannot generate a comparison file. Following reasons:
      1. The fasta header of the target sequence has special symbols that mumer does not like
      2. The reference in the embl directory is not in proper embl format.
      3. Mumer has problemes to run, maybe too big genomes (the current version in the PAGIT version is working on large genomes > 1gb, but give it > 120GB of ram)

      Looking at the first post, a bug could be, that the directory is given as absolute path, but I need to check.

      I hope this helps...

      Comment

      Latest Articles

      Collapse

      • SEQadmin2
        Beyond CRISPR/Cas9: Understand, Choose, and Use the Right Genome Editing Tool
        by SEQadmin2



        CRISPR/Cas9 sparked the gene editing revolution for both research and therapeutics.1 But this system still showed severe issues that limited its applications. The most prominent were the heavy reliance on PAM sequences, delivery limitations, double-stranded breaks that prompt unintended edits and cell death, and editing inefficiency (both in targeting and in knock-in reliability).

        Despite this, “CRISPR helped turn genome editing from a specialized technique into
        ...
        07-31-2026, 11:01 AM
      • SEQadmin2
        Proteomic Platforms: How to Choose the Right Analytical Strategy to Improve Detection and Clinical Applications
        by SEQadmin2


        Proteomics platforms are evolving rapidly, with advances in mass spectrometry and affinity-based approaches expanding what researchers can detect and at what scale. As the field moves toward deeper proteome coverage and clinical applications, scientists face an increasingly complex landscape of tools. This article will explore how researchers are navigating these choices to find the right platform for their work.

        The systematic characterization of the human proteome has
        ...
        07-20-2026, 11:48 AM
      • SEQadmin2
        Advanced Sequencing Platforms Tackle Neuroscience’s Toughest Genomics Problems
        by SEQadmin2



        Genomics studies in neuroscience face a special challenge due to the brain’s complexity and scarcity of samples. Mapping changes in cell type and state using conventional next-generation sequencing methods remains challenging. Advances in technologies like single-cell sequencing, spatial transcriptomics, and long-read sequencing have opened the door to deeper studies of the brain and diseases like Alzheimer’s, amyotrophic lateral sclerosis (ALS), and schizophrenia.
        ...
        07-09-2026, 11:10 AM

      ad_right_rmr

      Collapse

      News

      Collapse

      Topics Statistics Last Post
      Started by SEQadmin2, 07-31-2026, 02:55 AM
      0 responses
      18 views
      0 reactions
      Last Post SEQadmin2  
      Started by SEQadmin2, 07-24-2026, 12:17 PM
      0 responses
      15 views
      0 reactions
      Last Post SEQadmin2  
      Started by SEQadmin2, 07-23-2026, 11:41 AM
      0 responses
      14 views
      0 reactions
      Last Post SEQadmin2  
      Started by SEQadmin2, 07-20-2026, 11:10 AM
      0 responses
      25 views
      0 reactions
      Last Post SEQadmin2  
      Working...