-
Hi Alex,
I am trying to generate the indexes for the release 107 on the human genome. I have previously used STAR with other species, but did not experienced this problem.
**The code:**
STAR …
-
I am using a customized human reference genome containing only specific portion of chromosome 22 and 9. Total size of the reference genome is ~4kb.
while generating the index I am getting the follow…
-
```
$ python suffix_array.test.py
[2, 0, 3, 1, 0, 0, 0]
[2, 0, 1, 0]
Traceback (most recent call last):
File "suffix_array.test.py", line 14, in
1/0
ZeroDivisionError: integer division or modul…
-
```
$ python suffix_array.test.py
[2, 0, 3, 1, 0, 0, 0]
[2, 0, 1, 0]
Traceback (most recent call last):
File "suffix_array.test.py", line 14, in
1/0
ZeroDivisionError: integer division or modul…
-
```
$ python suffix_array.test.py
[2, 0, 3, 1, 0, 0, 0]
[2, 0, 1, 0]
Traceback (most recent call last):
File "suffix_array.test.py", line 14, in
1/0
ZeroDivisionError: integer division or modul…
-
### Verify Steps
- [X] Tracker 我已经在 [Issue Tracker](……/) 中找过我要提出的问题
- [X] Branch 我知道 OpenClash 的 Dev 分支切换开关位于插件设置-版本更新中,或者我会手动下载并安装 Dev 分支的 OpenClash
- [X] Latest 我已经**使用最新 Dev 版本**测试过,问题依旧存在
- …
-
### Reproducing code example:
```python
import numpy as np
arr = np.ma.array([1, 2, 3], mask=[0, 1, 0])
print(arr) # [1 -- 3]
print(np.array_repr(arr)) # error
```
### Err…
-
Hello,
I have been trying to build a new reference for hg19 (my bam files are hg19) and i have tried the STAR variation, singularity install, older 1.3 version - all of it just runs for several days …
-
To properly attempt to improve openssl performance, we need a starting point. this Epic is meant to capture comprehensive performance data immediately so that we have a better sense of where we are i…
-
**Describe the bug**
Fulltext search gives error if I want to search for words that match a given prefix:
FT.SEARCH idxe:content "@text:football*"
"ERR Query syntax error"
**To Reproduce**
Step…