neherlab / pan-genome-visualization

Visualization of the pan-genome output by panX
https://pangenome.ch
Other
61 stars 14 forks source link

localhost site cannot be reached #2

Open pneumowidow opened 5 years ago

pneumowidow commented 5 years ago

Hello,

Sorry to bring up this issue again. I know it was already discussed here https://github.com/neherlab/pan-genome-analysis/issues/12, however, I still can't seem to get it to work. I did everything as suggested:

  1. Transferring my files with the link-to-server.py script
  2. Creating routes and view via bash add-new-pages-repo.sh my-species
  3. Is the panX output in pan-genome-visulation/public/dataset? - Yes
  4. Is a .js file corresponding to your species in routes?- Yes
  5. Is a .jade file corresponding to your species in views? - Yes

Then I ran npm start and I got the following: image

I copied the link (with my species name appended to it) http://localhost:8000/my_species and ran it on the browser but couldn't get tot he interactive display. It gave me the "Error: localsite cannot be reached" message. I tried changing the localhost from 8000 to 3000 and repeated everything but that didn't work either. Is there something I'm missing. I really hope you can help.

Thank you