-
Using master@f262899bc5eb890007ba157d8b1da1e836049b74, we've been seeing strange problems with Django applications. The first is that WSGIRequest will be randomly missing attributes it should have:
…
-
Here's a sample TBX-Min file:
```
TBX sample
dog
```
I ran th…
-
Not sure if this has been discussed before, but the following was unexpected for me:
```python
tbx = pysam.TabixFile("whatever.tab.gz")
tbx.contigs
['1', '2', '3', '4', '5', '6', '7', '8', '9'…
-
### Is there an existing issue for the same bug?
- [X] I have checked the existing issues.
### Branch Name
main
### Commit ID
4531180d4b20c179baa426cca179aaebc70cec84
### Other Environment Infor…
-
The following text file was bgzip compressed using bgzip 1.10.2
> `bgzip test.pileup.txt`
Then tabix-indexed using tabix 1.10.2
> `tabix -s 1 -b 2 -e 2 -c \# test.pileup.txt.gz`
When I try…
-
I have the same issue as #61 & #64 (and likely #62 & #63):
```py
File "/opt/conda/lib/python3.12/site-packages/tensorboard_plugin_3d/plugin.py", line 173, in _find_next_images
self.current_run …
-
Hi, when trying to install on scilab 6.0.1 in Ubuntu 18.04 Machine, i get this error when running builder.sce:
```
genlib: Processing file: Scilab2CDeps.sci
at line 106 of function genlib …
-
I am using my forked repository of the original here : https://github.com/Alvi305/CTseg/tree/master.
The change is in the # Install SPM Standalone in /opt/spm12/ section where my Dockerfile uses …
-
For objects intended to be opaque, provide the following consistent API:
``` c
//malloc and init a new stack object
tbx_stack_t * tbx_stack_new();
// given an already allocated self of the proper si…
-
Hi Shian!
I have a few UCSC aligned BAM files. UCSC uses a 0 based coordinate system unlike the Ensembl genome builds.
I have my ModBamResult object and I am trying to use modbam_to_tabix to ge…