This is a test version of Biostars. For the public version, visit https://www.biostars.org.
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

jbrowse fasta gff

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.

1 answer

I got the answer and pipeline for JBrowse,

A) Installation ( first be sure of apache2 path) then use root mode :

  1. cd /var/www (in number of Linux path is /var/www/html)
  2. unzip JBrowse-full-1.4.1.zip
  3. cd JBrowse-full-1.4.1
  4. ./setup.sh

B) Configuration fasta file and GFF for JBrowse, just run these commands:

You should run following commands separately for each chromosome.

  1. bin/prepare-refseqs.pl --fasta Sample.fasta

  2. bin/flatfile-to-json.pl --gff Sample.gff --tracklabel Sample_Annotation

Log in to answer this question.