Man page - gbrowse_import_ucsc_db(1)
Packages contains this manual
- gbrowse_import_ucsc_db(1)
- gbrowse_clean(1)
- gbrowse_aws_balancer(1)
- gbrowse_syn_load_alignments_msa(1)
- ucsc_genes2gff(1)
- gbrowse_metadb_config(1)
- load_genbank(1)
- make_das_conf(1)
- bed2gff3(1)
- gbrowse_grow_cloud_vol(1)
- wiggle2gff3(1)
- scan_gbrowse(1)
- gbrowse_sync_aws_slave(1)
- gbrowse_slave(1)
- gbrowse_change_passwd(1)
- gbrowse_syn_load_alignment_database(1)
- gbrowse_create_account(1)
- gtf2gff3(1)
- gbrowse(1)
- gbrowse_set_admin_passwd(1)
apt-get install gbrowse
Manual
GBrowse2
NAMEDESCRIPTION
USAGE
OPTIONS
EXAMPLE
AUTHOR
NAME
browse_import_ucsc_db - Creates a framework data source
DESCRIPTION
This creates a framework data source for one of the genomes known to the UCSC Genome Browser. You can then modify the data source configuration file, add your own data, and so forth. Provide the name of a UCSC genome build and optionally a description to display in GBrowse.
To get started, find the desired data source by going to http://genome.ucsc.edu/cgi-bin/hgGateway and using the "clade" and "genome" menus to navigate to the desired species and build number. You will find the data source name in the blue box below the navigation controls. Look for something like this:
D. melanogaster Genome Browser β dm3 assembly (sequences)
The data source name appears before the word "assembly", in this case "dm3".
USAGE
[options] <UCSC genome build> [<Description>]
OPTIONS
To get a list of all sources recognized by UCSC appears type:
browse_import_ucsc_db --list
Options:
--remove-chr Remove the βchrβ prefix from all
chromosome names
--list List data sources
EXAMPLE
Example: $0 hg19 βHuman genome (hg19)β
AUTHOR
Olivier Sallou (olivier.sallou (at) irisa.fr) - Man page and packaging Lincoln Stein - GBrowse