Douglas Myers-Turnbull

Results 9 comments of Douglas Myers-Turnbull

The issue is mostly in setScorePoint. It should be: ``` java public static Last[] setScorePoint(int x, int y, int gop, int gep, int sub, int[][][] scores) { Last[] pointers =...

https://github.com/PharmGKB/genome-sequence-io and https://github.com/PharmGKB/vcf-parser provide parsers and writers for VCF, GFF3, GTF, GVF, BED, and a few more. Note that they require Java 8, are fairly lightweight, and are not at...

It looks like this is still happening. I've pegged `virtualenv==20.0.33` in the requirements for all of my projects, plus [my template](https://github.com/dmyersturnbull/tyrannosaurus). Otherwise my conda users hit this issue when they...

I can confirm this issue. ``` > mamba create -n py310 python=3.10 . . . > conda activate py310 > python --version Python 3.9.13 ```

Similar/same problem here. I don't get methods listed at all.

@Lee-W and @mahyarmirrashed See [Grayskull](https://github.com/conda/grayskull) as well as [Tyrannosaurus](https://github.com/dmyersturnbull/tyrannosaurus), which uses Grayskull. This is how I kept the recipe up-to-date after running `tyrannosaurus recipe` the first time: [Contributing guide /...

Just a note to the devs: [Starting tomorrow](https://endoflife.date/python), Conda will be broken on Windows for every not-past-EOL Python for any virtualenv released in the last 3 years.

Hi @swallez! If you have the chance, could you take a look at this PR? It looks like an easy merge, and it fixes issue #701, which is a blocker...

> Thank you very much. Was there a specific issue that prompted this refactor? because soundfile hadn't been updated for a while, I poked around to confirm it still worked...