# working folder /var/www/jbrowse/Jay_Zhu # empty the folder docs/fna # empty the folder docs/gff # empty the folder data/names # empty the folder data/seq # format refseq copy all fna to /var/www/jbrowse/Jay_Zhu/docs/fna copy all gff to /var/www/jbrowse/Jay_Zhu/docs/gff # change header to >NC_xxx bin/prepare-refseqs.pl --fasta docs/fna/NC_009089-NC_008226.fna bin/prepare-refseqs.pl --fasta docs/fna/NC_002505-NC_002506.fna # add annotation bin/flatfile-to-json.pl --gff docs/gff/NC_009089-NC_008226.gff --trackLabel Original_Annotation --trackType CanvasFeatures bin/flatfile-to-json.pl --gff docs/gff/NC_002505-NC_002506.gff --trackLabel Original_Annotation --trackType CanvasFeatures # make feature searchable bin/prepare-refseqs.pl -gff docs/gff/NC_009089-NC_008226.gff bin/prepare-refseqs.pl -gff docs/gff/NC_002505-NC_002506.gff # active the names bin/generate-names.pl # make link in the /data folder to the data folder ln -s /home/anne/PROJECTS/zhu/2015-12 dataset01 # make data/tracks.conf file # usefull tool is to convert a table direct to a tracks.conf file. # goto /data and run: /usr/molgentools/tools/jbrowse_table_2_tracks.pl -i tracks_conf.table > tracks.conf # Change default spacing between tracks open jbrowse.conf and add the line "view.trackPadding = 7"