Toshiyuki Yokoyama

Results 57 comments of Toshiyuki Yokoyama

For the problem that running example CHM1 data on my own backend-server also doesn't display SequenceTubeMap, this might be related with #70 . I will check the behavior and update...

For CHM1 data, my singularity environment works. Note that the CHM1 example contains only the region on chr21. e.g.`http://localhost:3000/#annotations=true&layout=0&path=chr21%3A18607192-18608192-INS-3216&reference=hg38&uuid=` So is it possible to confirm if CHM1 data works?

For CHM1 demo, `singularity run --pwd /vg docker://momigteam/momig-backend` works in my environment. In CHM1 demo, no internal server error but not shown tubemap, is it true? For `docker://momigteam/momig-tools:6`, now I...

For CHM1 demo, that's strange... I run the same command on my environment. I attached my log: [output-1.txt](https://github.com/MoMI-G/MoMI-G/files/6308335/output-1.txt) I recommend to use `docker://momigteam/momig-tools` to build xg, pcf and gam files...

There are possible causes of the behavior. * Backend needs to create a tmp file when backend retrieves data from vg, but it failed because the container is available as...

Did you see any return message when you access to `http://localhost:3000/api/v2/graph?raw=true&cache=true&gam=true&steps=3&path=chr21:15811802-15812802 ` via web browser? Also, to help to identify the cause of this behavior, now I updated the debug...

For CHM1 demo, I am wondering why vg binary cannot find xg file. Now I changed the path `static/chm1_chr21.xg` to the absolute path `/vg/static/chm1_chr21.xg`.

Actually, when the interval to visualize is longer than 1 Mbp, retrieving chunks by vg becomes slow. Thus, MoMI-G backend restricts the maximum interval to visualize. If users wish to...

Thank you for using MoMI-G. Currently, `Linear View: Annotation` displays genomic features on `reference.data.features` on `config.yaml` and it works only if the input is gff3 or bed format. And bigbed...

Now the No data on demo page is fixed. Thank you for reporting us.