JBrowse: Difference between revisions
Jump to navigation
Jump to search
Line 29: | Line 29: | ||
</source> | </source> | ||
=== | ===Add annotation files (GFF/BED)=== |
Revision as of 15:36, 27 January 2016
Typical commands used to set up a JBrowse
Author: Martijn Derks
- JBrowse is available for multiple species:
- Users are free to add usefull commands to this tutorial
Install JBrowse
Download the latest JBrowse here: http://jbrowse.org/
Run the setup script to install perl dependencies and required modules
<source lang='bash'> unzip JBrowse-1.12.0.zip ./setup.sh </source>
Add reference sequence
Example code for chicken genome
<source lang='bash'> bin/prepare-refseqs.pl --fasta /lustre/nobackup/WUR/ABGC/shared/public_data_store/genomes/chicken/Ensembl74/Gallus_gallus.Galgal4.74.dna.toplevel.fa </source>