Integrate dictyBase Headers and Footers in Gbrowse2
Setup header and footer
- checkout asset repository
1 2 |
|
- Serve it through nginx
1 2 3 4 5 |
|
- open configuration file for each genome and the following code to the header and footer section. For example, in purpureum.conf. Assume nginx is deployed in localhost
1 2 3 4 5 6 7 8 |
|
- Note: Had issue with both LWP::Simple and LWP::UserAgent in getting the response, so switched to HTTP::Tiny
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
|
- Run plack
1 2 |
|
Replace LWP::Simple with HTTP::Tiny if needed