Show sample genome on Jbrowse
Hi
I downloaded Jbrowse and I want to use this for a sample genome with size near 3Gb and a gff file.
I looked closely to its tutorial and its Wiki website but it did not help.
Is anybody know a pipeline for simple adding fasta file and gff to Jbrowse ?
Thanks
• 2,752 views
•
link
1 answer
I got the answer and pipeline for JBrowse,
A) Installation ( first be sure of apache2 path) then use root mode :
- cd /var/www (in number of Linux path is /var/www/html)
- unzip JBrowse-full-1.4.1.zip
- cd JBrowse-full-1.4.1
- ./setup.sh
B) Configuration fasta file and GFF for JBrowse, just run these commands:
You should run following commands separately for each chromosome.
bin/prepare-refseqs.pl --fasta Sample.fasta
bin/flatfile-to-json.pl --gff Sample.gff --tracklabel Sample_Annotation
• 1 views
•
link
Log in to answer this question.
JBrowse's Setup tutorial isn't bad. Your question really sounds like "Can someone set this up for me?". I think you should expand your question with what you've tried so far, and what isn't working specifically.