# working folder /var/www/jbrowse/Tonia_Sporulation # format refseq copy all fna to /var/www/jbrowse/Tonia_Sporulation/docs/fna copy all gff to /var/www/jbrowse/Tonia_Sporulation/docs/gff # in this option only BS168 is added because all strains are mapped on BS168 # change header to >NC_000964.3 bin/prepare-refseqs.pl --fasta docs/fna/Bacillus_subtilis_168.fna # add annotation bin/flatfile-to-json.pl --gff docs/gff/Bacillus_subtilis_168.gff --trackLabel Original_Annotation --trackType CanvasFeatures # make feature searchable # bin/prepare-refseqs.pl -gff docs/gff/xxxxx.gff bin/prepare-refseqs.pl -gff docs/gff/Bacillus_subtilis_168.gff # active the names bin/generate-names.pl # make link to the /data folder # 2016-06 reanalysis of all data, make new link cd /var/www/jbrowse/Tonia_Sporulation/data ln -s /home/anne/PROJECTS/tonia/2016-06.RNAseq.RefSeq_BS168 dataset # make data/tracks.conf file # usefull tool is to convert a table direct to a tracks.conf file. # goto /data and run: cd /var/www/jbrowse/Tonia_Sporulation/data /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" # If BAM is empty, check the genome header name /usr/molgentools/tools/find_and_replace_single.pl -i MG1363_A.sorted.bam -f 'gi|125622882|ref|NC_009004.1|' -r 'NC_009004.1' -o MG1363_A.sorted.new.bam