Unconfigured Ad

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • lingling huang
    Member
    • Mar 2016
    • 48

    #1

    Error occured in matchAnnot.py

    Hi there,
    A ERROR occurred during running matchAnnot.py by using human genome hg38 and annotation file v.25. The error message said "chromosome 10 not in annotation" but it actually exist in gtf file. However, there is no such a problem when apply genome hg19 and GTF file v.19. I googled it, someone came across the same one but no perfect answer to solve it. Any help would be appreciated!
    Click image for larger version

Name:	matchAnnote.png
Views:	1
Size:	49.8 KB
ID:	309112
  • gconcepcion
    Member
    • Dec 2010
    • 68

    #2
    Originally posted by lingling huang View Post
    Hi there,
    A ERROR occurred during running matchAnnot.py by using human genome hg38 and annotation file v.25. The error message said "chromosome 10 not in annotation" but it actually exist in gtf file. However, there is no such a problem when apply genome hg19 and GTF file v.19. I googled it, someone came across the same one but no perfect answer to solve it. Any help would be appreciated!
    [ATTACH]4493[/ATTACH]

    This is really a question for the author of the software, MatchAnnot, Tom Skelly.

    Python scripts for matching output of Pacific Biosciences IsoSeq RNA-seq pipeline to an annotation file. - TomSkelly/MatchAnnot


    Without seeing your annotations dataset, all I can say is make sure the chromosome names match identically. e.g. (upper case vs lower case characters)

    Comment

    • lingling huang
      Member
      • Mar 2016
      • 48

      #3
      Originally posted by gconcepcion View Post
      This is really a question for the author of the software, MatchAnnot, Tom Skelly.

      Python scripts for matching output of Pacific Biosciences IsoSeq RNA-seq pipeline to an annotation file. - TomSkelly/MatchAnnot


      Without seeing your annotations dataset, all I can say is make sure the chromosome names match identically. e.g. (upper case vs lower case characters)
      I have attached screenshot message. Why the result are totally different by using samtools sort and just sort.
      Click image for larger version

Name:	gencode.v25.chr_patch_hapl_scaff.annotation..png
Views:	1
Size:	29.8 KB
ID:	305154

      Click image for larger version

Name:	sort.png
Views:	1
Size:	71.5 KB
ID:	305155

      Click image for larger version

Name:	matchAnnote25.png
Views:	1
Size:	87.6 KB
ID:	305156
      I look the name of chromosome by using basic Unix commands such as:

      > cut -f1 gencode.v25.chr_patch_hapl_scaff.annotation.gtf | grep -v '^#' | sort | uniq | less
      chr1
      chr10
      chr11
      chr12
      chr13
      chr14
      chr15
      chr16
      :
      :

      etc.

      See, chr10 is actually exist. if the name must be chromosome not chr ,I think the error should first be "chromosome 1 not in annotation ".

      Comment

      • gconcepcion
        Member
        • Dec 2010
        • 68

        #4
        Originally posted by lingling huang View Post
        I have attached screenshot message. Why the result are totally different by using samtools sort and just sort.
        [ATTACH]4494[/ATTACH]

        [ATTACH]4495[/ATTACH]

        [ATTACH]4496[/ATTACH]
        I look the name of chromosome by using basic Unix commands such as:

        > cut -f1 gencode.v25.chr_patch_hapl_scaff.annotation.gtf | grep -v '^#' | sort | uniq | less
        chr1
        chr10
        chr11
        chr12
        chr13
        chr14
        chr15
        chr16
        :
        :

        etc.

        See, chr10 is actually exist. if the name must be chromosome not chr ,I think the error should first be "chromosome 1 not in annotation ".
        Again, MatchAnnot was written by a third party developer, your question would be better addressed to the author of the software as an issue in the github page I linked in my first post.

        This question has already been asked there in the past:
        While requiring all the chromosome names in the gtf file makes sense, can this error be considered replaced with a warning along with skipping entries from the missing chromosomes? Otherwise it req...

        Comment

        • lingling huang
          Member
          • Mar 2016
          • 48

          #5
          Originally posted by gconcepcion View Post
          Again, MatchAnnot was written by a third party developer, your question would be better addressed to the author of the software as an issue in the github page I linked in my first post.

          This question has already been asked there in the past:
          https://github.com/TomSkelly/MatchAnnot/issues/6
          Thank you for reply! But there was no reply!

          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, Yesterday, 07:41 AM
          0 responses
          12 views
          0 reactions
          Last Post SEQadmin2  
          Started by SEQadmin2, 08-03-2026, 10:13 AM
          0 responses
          26 views
          0 reactions
          Last Post SEQadmin2  
          Started by SEQadmin2, 07-31-2026, 02:55 AM
          0 responses
          39 views
          0 reactions
          Last Post SEQadmin2  
          Started by SEQadmin2, 07-24-2026, 12:17 PM
          0 responses
          25 views
          0 reactions
          Last Post SEQadmin2  
          Working...