Unconfigured Ad

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Caroline Plus
    Junior Member
    • Oct 2015
    • 9

    #1

    Downloading UCSC annotation files

    Hello,

    Do you know maybe how to download the UCSC annotation files (with genomes of Campylobacter jejuni, Campylobacter jejuni 81-176, Campylobacter jejuni RM1221) from UCSC browser?
  • GenoMax
    Senior Member
    • Feb 2008
    • 7142

    #2
    I don't think the microbial UCSC genome browser allows downloads of data (like the regular UCSC browser does). You should check @NCBI (e.g. https://www.ncbi.nlm.nih.gov/genome/149).

    Comment

    • Caroline Plus
      Junior Member
      • Oct 2015
      • 9

      #3
      Dwonloading annotation files from UCSC browser?

      Thanks for quick answer.
      Do you know how to download the annotation files from regular UCSC browser?

      Comment

      • GenoMax
        Senior Member
        • Feb 2008
        • 7142

        #4
        Download links for genomes are at: http://hgdownload.soe.ucsc.edu/downloads.html

        There are links for annotation database once you select an organism (above link only has eukaryotes and a few exceptional genomes but no bacteria).

        If you need GTF/GFF format then use the "Table browser" tool.

        Comment

        • Richard Finney
          Senior Member
          • Feb 2009
          • 701

          #5
          Yikes. I actually didn't expect it to work ... but ...

          This script ~seems~ to work ...

          #!/bin/sh
          POSITION="chr:1-1641481"
          wget --progress=dot \
          'http://microbes.ucsc.edu/cgi-bin/hgTables?db=campJeju&hgta_compressType=none&'\
          'hgta_group=genes&hgta_outputType=gff&outGff=1&hgta_regionType=range&'\
          'hgta_table=refSeq&hgta_track=refSeq&org=Campylobacter&position='${POSITION}\
          '&submit=submit&hgta_doTopSubmit=1' \
          -O genscan.${POSITION}.gtf


          Hack the fields to get the table you want; i.e "db" which is the organism code, "hgta_table" for the annontation table, etc. Also, can probably make the positionrange really big rather than precise genome size.

          I can't vouch for the output ;check that it is doing the right thing,
          but it looks like this ...

          head genscan.chr\:1-1641481.gtf
          chr campJeju_refSeq start_codon 1 3 1.000000 + . gene_id "Cj0001"; transcript_id "Cj0001";
          chr campJeju_refSeq CDS 1 1320 1.000000 + 0 gene_id "Cj0001"; transcript_id "Cj0001";
          chr campJeju_refSeq stop_codon 1321 1323 1.000000 + . gene_id "Cj0001"; transcript_id "Cj0001";
          chr campJeju_refSeq exon 1 1323 1.000000 + . gene_id "Cj0001"; transcript_id "Cj0001";
          chr campJeju_refSeq start_codon 1483 1485 2.000000 + . gene_id "Cj0002"; transcript_id "Cj0002";
          chr campJeju_refSeq CDS 1483 2547 2.000000 + 0 gene_id "Cj0002"; transcript_id "Cj0002";
          chr campJeju_refSeq stop_codon 2548 2550 2.000000 + . gene_id "Cj0002"; transcript_id "Cj0002";
          chr campJeju_refSeq exon 1483 2550 2.000000 + . gene_id "Cj0002"; transcript_id "Cj0002";
          chr campJeju_refSeq start_codon 2579 2581 3.000000 + . gene_id "Cj0003"; transcript_id "Cj0003";
          chr campJeju_refSeq CDS 2579 4885 3.000000 + 0 gene_id "Cj0003"; transcript_id "Cj0003



          It looks like the separate microbial genomes site at UCSC uses the same "table browser" code as the regular UCSC site. There might be a way to use a mysql client to snag the data, too.
          Last edited by Richard Finney; 04-11-2016, 09:58 AM.

          Comment

          • Caroline Plus
            Junior Member
            • Oct 2015
            • 9

            #6
            Thanks so much!

            Comment

            • Caroline Plus
              Junior Member
              • Oct 2015
              • 9

              #7
              Wow, that's really great!!! Wonderful!

              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

              ad_right_rmr

              Collapse

              News

              Collapse

              Topics Statistics Last Post
              Started by SEQadmin2, Yesterday, 12:22 PM
              0 responses
              16 views
              0 reactions
              Last Post SEQadmin2  
              Started by SEQadmin2, 08-11-2026, 10:35 AM
              0 responses
              16 views
              0 reactions
              Last Post SEQadmin2  
              Started by SEQadmin2, 08-06-2026, 07:41 AM
              0 responses
              31 views
              0 reactions
              Last Post SEQadmin2  
              Started by SEQadmin2, 08-03-2026, 10:13 AM
              0 responses
              50 views
              0 reactions
              Last Post SEQadmin2  
              Working...