Difference between revisions of "How to load genomes into CoGe"

From CoGepedia
Jump to: navigation, search
(Created page with 'There are two general programs to run: *'''fasta_genome_loader.pl'': **Loads in fasta sequences into CoGe *annotation loader: **usually some version of '''gff_annotation_loader.p...')
 
 
(26 intermediate revisions by the same user not shown)
Line 1: Line 1:
There are two general programs to run:
+
You can load your own genome sequence, annotation, and quantitative data for use with CoGe's tools. These data may be kept private and shared with collaborators, or made fully public.
*'''fasta_genome_loader.pl'':
+
**Loads in fasta sequences into CoGe
+
*annotation loader:
+
**usually some version of '''gff_annotation_loader.pl''' or some other program for loading text based gene models and annotations
+
  
 
+
#Register for a CyVerse user account if you don't have one:  https://user.cyverse.org
==UAGC Example==
+
## Add CoGe as a CyVerse Service:
The UAGC produces many genomic sequences.  This is to help them streamline their procedure for loading genomes into CoGe
+
## [[File:Screen Shot 2017-08-14 at 3.41.40 PM.png|400px]]
#Get 454AllContigs.fna
+
#Log into CoGe: https://genomevolution.org
##This is the usual contig-level genome assembly from the 454 genome sequencing pipeline
+
## [[File:Screen Shot 2020-05-28 at 8.52.36 AM.png|400px]]
#run fasta_genome_loader.pl
+
#Go to your [[User|User Profile Page]] by clicking My Data in the menu bar.
  ~/projects/CoGeX/scripts/fasta_genome_loader.pl \
+
## [[File:Screen Shot 2020-05-28 at 8.54.09 AM.png|400px]]
-org_name "Acidovorax sp. strain JS42 substrain KSJ2" \
+
#Click '''New''' -> '''New Genome'''
-org_desc "Bacteria;Proteobacteria;Betaproteobacteria;Burkholderiales;Comamonadaceae;Acidovorax;" \
+
##[[File:Screen Shot 2020-05-28 at 8.54.30 AM.png|400px]]
-source_name "University of Arizona Genetics Core" \
+
# Follow [[LoadGenome|this link]] for information on how to use [[LoadGenome]].  
-source_link "http://uagc.arl.arizona.edu/" \
+
## Once your genome is loaded into the system, you can add annotation and quantitative data to it using the [[LoadAnnotation]] and [[LoadExperiment]] features.
-ds_version .1 \
+
#'''Note:''' Make sure your GFF file is in the correct format for CoGe: [[GFF ingestion]]
-nt KSJ2_454AllContigs.fna \
+
#If you get an error when accessing the CyVerse Data Store, make sure that CoGe has been added as a service to your CyVerse account: https://user.cyverse.org
  -dsg_restricted 1
+
## [[File:Screen Shot 2017-08-14 at 3.41.40 PM.png|400px]]

Latest revision as of 09:38, 28 May 2020

You can load your own genome sequence, annotation, and quantitative data for use with CoGe's tools. These data may be kept private and shared with collaborators, or made fully public.

  1. Register for a CyVerse user account if you don't have one: https://user.cyverse.org
    1. Add CoGe as a CyVerse Service:
    2. Screen Shot 2017-08-14 at 3.41.40 PM.png
  2. Log into CoGe: https://genomevolution.org
    1. Screen Shot 2020-05-28 at 8.52.36 AM.png
  3. Go to your User Profile Page by clicking My Data in the menu bar.
    1. Screen Shot 2020-05-28 at 8.54.09 AM.png
  4. Click New -> New Genome
    1. Screen Shot 2020-05-28 at 8.54.30 AM.png
  5. Follow this link for information on how to use LoadGenome.
    1. Once your genome is loaded into the system, you can add annotation and quantitative data to it using the LoadAnnotation and LoadExperiment features.
  6. Note: Make sure your GFF file is in the correct format for CoGe: GFF ingestion
  7. If you get an error when accessing the CyVerse Data Store, make sure that CoGe has been added as a service to your CyVerse account: https://user.cyverse.org
    1. Screen Shot 2017-08-14 at 3.41.40 PM.png