Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • running Grch37 to grch38 liftover tool locally

    Hi all,

    I am trying to run the UCSC ligtover tool on my local machine (linux version), but am running into some difficulties.

    my input file is a standard bed:

    Code:
    chr1    17369   17391   miR-6859-3p
    and to run the tool I am doing this (as specified by their usage):

    Code:
    ./liftOver -errorHelp my_hg19.bed hg38ToHg19.over.chain my_new.bed unMapped
    I keep getting this error:

    Code:
    Deleted in new:
        Sequence intersects no chains
    Partially deleted in new:
        Sequence insufficiently intersects one chain
    Split in new:
        Sequence insufficiently intersects multiple chains
    Duplicated in new:
        Sequence sufficiently intersects multiple chains
    Boundary problem:
        Missing start or end base in an exon

    Yet if I run this directly on the USCS website, it runs just fine.

    I must be doing something wrong, but can't quite figure it out.....

  • #2
    were do they specify this usage?

    you simply need to remove "-errorHelp"
    This just prints the help for error messages (which is your ouptput), everything after it is ignored

    Comment


    • #3
      What direction are you trying to go with liftover? Title of your post says Grch37 to Grch38 but you seem to be using the chain file for going the other direction.

      Comment


      • #4
        Yes, I am trying to go from Grch37 to Grch38. I can't seem to find the chain file to go the other (and didn't realize the I had the wrong one).

        The specified usage is:
        Code:
        liftOver - Move annotations from one assembly to another
        usage:
           liftOver oldFile map.chain newFile unMapped
        oldFile and newFile are in bed format by default, but can be in GFF and
        maybe eventually others with the appropriate flags below.
        The map.chain file has the old genome as the target and the new genome
        as the query.
        
        ***********************************************************************
        WARNING: liftOver was only designed to work between different
                 assemblies of the same organism. It may not do what you want
                 if you are lifting between different organisms. If there has
                 been a rearrangement in one of the species, the size of the
                 region being mapped may change dramatically after mapping.
        ***********************************************************************
        
        options:
           -minMatch=0.N Minimum ratio of bases that must remap. Default 0.95
           -gff  File is in gff/gtf format.  Note that the gff lines are converted
                 separately.  It would be good to have a separate check after this
                 that the lines that make up a gene model still make a plausible gene
                 after liftOver
           -genePred - File is in genePred format
           -sample - File is in sample format
           -bedPlus=N - File is bed N+ format
           -positions - File is in browser "position" format
           -hasBin - File has bin value (used only with -bedPlus)
           -tab - Separate by tabs rather than space (used only with -bedPlus)
           -pslT - File is in psl format, map target side only
           -ends=N - Lift the first and last N bases of each record and combine the
                     result. This is useful for lifting large regions like BAC end pairs.
           -minBlocks=0.N Minimum ratio of alignment blocks or exons that must map
                          (default 1.00)
           -fudgeThick    (bed 12 or 12+ only) If thickStart/thickEnd is not mapped,
                          use the closest mapped base.  Recommended if using 
                          -minBlocks.
           -multiple               Allow multiple output regions
           -minChainT, -minChainQ  Minimum chain size in target/query, when mapping
                                   to multiple output regions (default 0, 0)
           -minSizeT               deprecated synonym for -minChainT (ENCODE compat.)
           -minSizeQ               Min matching region size in query with -multiple.
           -chainTable             Used with -multiple, format is db.tablename,
                                       to extend chains from net (preserves dups)
           -errorHelp              Explain error messages
        Even removing the 'errorHelp' just gives back this usage help.

        Comment


        • #5
          Originally posted by lre1234 View Post
          Yes, I am trying to go from Grch37 to Grch38. I can't seem to find the chain file to go the other (and didn't realize the I had the wrong one).
          Here is the chain file for hg19toGrch38: http://hgdownload.soe.ucsc.edu/golde....over.chain.gz

          Comment


          • #6
            Thank you. That works!!

            Comment

            Latest Articles

            Collapse

            • seqadmin
              Advancing Precision Medicine for Rare Diseases in Children
              by seqadmin




              Many organizations study rare diseases, but few have a mission as impactful as Rady Children’s Institute for Genomic Medicine (RCIGM). “We are all about changing outcomes for children,” explained Dr. Stephen Kingsmore, President and CEO of the group. The institute’s initial goal was to provide rapid diagnoses for critically ill children and shorten their diagnostic odyssey, a term used to describe the long and arduous process it takes patients to obtain an accurate...
              12-16-2024, 07:57 AM
            • seqadmin
              Recent Advances in Sequencing Technologies
              by seqadmin



              Innovations in next-generation sequencing technologies and techniques are driving more precise and comprehensive exploration of complex biological systems. Current advancements include improved accessibility for long-read sequencing and significant progress in single-cell and 3D genomics. This article explores some of the most impactful developments in the field over the past year.

              Long-Read Sequencing
              Long-read sequencing has seen remarkable advancements,...
              12-02-2024, 01:49 PM

            ad_right_rmr

            Collapse

            News

            Collapse

            Topics Statistics Last Post
            Started by seqadmin, 12-17-2024, 10:28 AM
            0 responses
            26 views
            0 likes
            Last Post seqadmin  
            Started by seqadmin, 12-13-2024, 08:24 AM
            0 responses
            42 views
            0 likes
            Last Post seqadmin  
            Started by seqadmin, 12-12-2024, 07:41 AM
            0 responses
            28 views
            0 likes
            Last Post seqadmin  
            Started by seqadmin, 12-11-2024, 07:45 AM
            0 responses
            42 views
            0 likes
            Last Post seqadmin  
            Working...
            X