Manuel Holtgrewe

Results 160 issues of Manuel Holtgrewe

The following task would be a nice advanced tutorial: Input are two FASTQ files with reads that contain paired reads which length ~100bp, template size ~150-300bp. Many of the pairs...

dox
feature/-request
Port to SeqAn3

Is this intentional? Documentation says it should return bool.

I have two mailboxes A and B. I got a ticket that was sent to A into a "Draft" state and moved to B at the same time. To reproduce:...

help wanted

``` import contextlib @contextlib.contextmanager def some_helper(): pass ``` produces ``` snakefmt.exceptions.InvalidPython: Got error: ``` Cannot parse: 41:1: @ ``` while formatting code with black. ```

Would it be possible to get a recent release of the `exomiser-rest-prioritiser` JAR file for the 13.0.x release?

Would it be possible to add a mode to run Exomiser with the REST API without any supporting databases? The server would not have to perform actual prioritisations but I...

It looks like s3fs has issues with S3 and the latest pyfilesystem2? Maybe it's the prefix? ``` >>> from fs_s3fs import S3FS >>> fs = S3FS('my-bucket', aws_access_key_id="XXX", aws_secret_access_key="YYY") >>> fs.tree()...

How can I limit the number of threads to use by Canvas? This is important in shared environments such as HPC clusters.

Maybe the use case has not been implemented yet, but here is my problem description. Can this be resolved with rusty-machine? I have a set of objects (2D intervals) and...

`pip install sv2` gives an error because Cython and numpy are missing.