Skip to content

Commit

Permalink
use the hash ascii code
Browse files Browse the repository at this point in the history
  • Loading branch information
jidur committed Jan 28, 2025
1 parent ced6691 commit c59ca09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions visualisation/README.visualisation
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ $ 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 should be replaced with a different character e.g.
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_4t3.json
realign.44601_4#3.json -> realign.44601_4%233.json

0 comments on commit c59ca09

Please sign in to comment.