statgen / pheweb

A tool to build a website to browse hundreds or thousands of GWAS.
MIT License
154 stars 65 forks source link

Set PheWeb to use port 8888 #151

Closed Shicheng-Guo closed 3 years ago

Shicheng-Guo commented 3 years ago

Dear Peter,

I am wondering can I set Pheweb to use port 8888 rather than 5555?

Another question: I am running pheweb in our HPC (Slurm/Sbatch) and I realize I cannot find where the job is running. For example, I used top and squeue --user myaccount, neither of them provide me the information where the job is running.

Thanks.

Shicheng

pjvandehaar commented 3 years ago

Run pheweb serve --port 8888.

https://slurm.schedmd.com/squeue.html describes how to find which machine is running a job. scontrol show job can do it too.