9. Start BLAST server
A SequenceServer BLAST server container provides a user friendly BLAST interface to genomes hosted in a GenomeHub.
Edit files in conf directory
Edit Masthead.html
to change the site name, logos and link urls:
add images to the
~/genomehubs/v1/blast/conf/img
directory if you wish to include them on your sitefurther changes to the appearance can be made by editing the styles in
custom.css
Edit links.rb
to ensure that links from BLAST results are directed to your Ensembl site:
modify the
url = "http://localhost:8881/#{assembly}"
to match your domain name
Start SequenceServer BLAST container
Start the SequenceServer Docker container:
Last updated