BugWriter

Results 11 comments of BugWriter

I solve this by editing the `setup.py`, I download the source code of version 1.2.9 and edit the `install_package` Original: ```python def install_package(package): import pip try: from pip._internal import main...

> ![git1](https://user-images.githubusercontent.com/47565028/52654968-fff25b00-2ea7-11e9-8f47-497d13464530.png) > "ncores = 1" is working on windows, is it ok? I didn't test on a Windows version of R, I just very positive this is due to...

Hi abishpius, We are not familiar with Google Colab, so do you want us to provide an google colab tutorial like your exmaple? Best wishes, Yiming

Hi there, I'm sorry for the late response, the same y-axis currently only worked globally, cannot set by groups. I'll try to work on that in late versions. Best

Hi, I update a new release v0.5.0, add --same-y-by-groups, please try with the latest version.

Hi shiro-kur: I have reviewed the code logic, and based on our example data, the functionality appears to be working correctly for filtering purposes. The `--included-junctions` parameter is specifically designed...

Hi shiro-kur: We've updated our repository with a new version of the code (not yet officially released). We've modified the logic for judging `--included_junctions` and added more detailed debug logs,...

Hi, Sorry for the late response, trackplot don't have a parameters to control the ordering of poly a tail length. But trackplot draw all the poly a tails according to...

Hi, Trackplot doesn't include a specific squashed mode. But it can control the height ratio for each individual plot by modifying the `height_ratio` list starting from line 1158 in `trackplot/plot.py`....

Hi, The plotting logic for junctions got corrupted during the merge, so I reverted it to v0.5.1. Please pull the latest code and retry. Yiming zhang