-
```py
from datetime import date
a: date
if a == "a": # no error
print("hi")
```
This issue is that operators tend to be implemented like:
```py
class A:
def __eq__(self, other: o…
-
Hello!
I am trying to get the live version of clij2-fft to work in Python on Windows. I have cloned the repository clij2-fft repository and have edited the paths in the ```copylibsconda.sh``` file …
-
When running:
` sh ./run_coverage_analysis.sh /genomes/analysis/by_date/2015-10-23/0000074602/LP2000860-DNA_B04/coverage/LP2000860-DNA_B04.bw /genomes/analysis/by_date/2015-10-23/0000074602/LP200…
-
Hello everyone.
I'm designing a declarative way to specify requirements on an NWB 2.x file for a given plot.
The requirements are [NWBDataInterfaces](http://pynwb.readthedocs.io/en/latest/overview_n…
-
Surveys! You know 'em, you love 'em, and we'd like to do more of 'em.
Historically, the project has relied on a combination of Google Forms (through various contributors work gsuite accounts) or ot…
-
```
ERROR:haros.analysis_manager:Plugin haros_plugin_radon ran into an error.
DEBUG:haros.analysis_manager:Traceback (most recent call last):
File "/home//haros/analysis_manager.py", line 475, in…
-
```
ERROR:haros.analysis_manager:Plugin haros_plugin_cccc ran into an error.
DEBUG:haros.analysis_manager:Traceback (most recent call last):
File "/home//haros/analysis_manager.py", line 480, in …
-
```
ERROR:haros.analysis_manager:Plugin haros_plugin_pylint ran into an error.
DEBUG:haros.analysis_manager:Traceback (most recent call last):
File "/home//haros/analysis_manager.py", line 475, i…
-
Mecab_initialize(self.mecab)
^
------------------------------------------------------------
pyopenjtalk\openjtalk.pyx:109:8: 'Mecab_initialize' is not a co…
-
Hi,
I tried running methratio.py using the following command:
methratio.py -o CN_2_N_methratio.txt -d hg19.fa --pair -z -m 5 CN_2_N.bam
I got the following type error :
[methratio] @Wed Oct 21…