Skip to content

Commit

Permalink
Merge pull request #358 from jidur/doc_update
Browse files Browse the repository at this point in the history
documenting alternative ways of visualising
  • Loading branch information
dozy authored Jan 28, 2025
2 parents f308f23 + c59ca09 commit d083fa8
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions visualisation/README.visualisation
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,16 @@ Then use your browser to look at the configs:

where "SERVER_NAME" is the name of your webserver.

Alternative methods

$ python -m http.server 8888 &

or

$ busybox httpd -f -v -p 8888 -h . &

http://SERVER_NAME:8888/edit.html?cfg_name=bwa_aln.json

If the filename has a '#' within it this can be replaced with the corresponding ASCII character (%23) to avoid parsing issues e.g.

realign.44601_4#3.json -> realign.44601_4%233.json

0 comments on commit d083fa8

Please sign in to comment.