higlass / higlass/higlass-python

ValueError: No default track type (linear-heatmap)

オープン
#125 コメント 1 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
Python
スター
66
フォーク
11
PR マージ指標
30日以内にマージされた PR はありません

説明

### Question Description

Hello developers, I am testing HiGlass-python (version=1.0.0) on my MacBook Pro M1. I found some track-types showed in https://docs.higlass.io/track_types.html don't work.
For example I tried to create a horizontal triangle heatmap as I used to do with higlass-docker. This plot show my past results.

截屏2023-05-29 20 46 20

I tested the code below and got error `ValueError: No default track type`, I suppose the track-type `linear-heatmap` is no longer supported in HiGlass-v1?
However in doc of HiGlass-python (http://docs-python.higlass.io/getting_started.html#track-types), it gives no warnings about the changes in track-type, and just guides me back to https://docs.higlass.io/track_types.html#.

```
import higlass as hg

tileset1 = hg.cooler("./tmp/sample.mcool")

track1 = tileset1.track("linear-heatmap", height=300)

view1 = hg.view(track1)

view1
```
If the problem do have something to do with version of HiGlass-python, I will highly appreciate it if you can update your doc website! And welcome any advice to tackle with my problem!

A thousand thanks!

コントリビューションガイド

コントリビューションガイドを開く

調査の方向性

Start with the Python documentation's getting_started.html track-types section and compare it with the linked HiGlass track_types.html page. Reproduce the tileset1.track("linear-heatmap", height=300) example and verify which track types HiGlass-python 1.0.0 supports; done when the documentation accurately describes the supported type or incompatibility.

索引モデルが issue の本文から書いたものです。

評価

技術スタック
python
領域
documentation
issue の種類
ドキュメント
難易度
2/5
見積もり時間
1〜3時間
活発さ
停滞
明瞭さ
おおむね明確
初心者へのやさしさ
38/100

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。