Mark Diekhans

Results 46 issues of Mark Diekhans

this is on a smalish cactus run (10 mammals) I``` NFO:toil.utils.toilStatus:Traversing the job graph gathering jobs. This may take a couple of minutes. Of the 145093 jobs considered, there are...

Users moving to Toil will often have no experience debugging in a cloud environment. There needs to be a chapter on how a user approaches debugging. print and pydb don't...

documentation
diagnostics
roadmap

See #652 https://github.com/ga4gh/schemas/pull/652#discussion_r70047549

Documentation

The design pattern in the API is that object linkage is done by id, not by name. The Position object uses referenceName rather than referenceId. This should be corrected or...

API Consistency

One cancer use case is to mapping reads to both human and viral reference genomes simultaneous to detect the presences of viral DNA or RNA in samples. A similar use...

enhancement

The Program record id field /src/main/resources/avro/reads.avd is defined in a manner inconsistent with the rest of the API: /*\* The user specified ID of the program. */ union { null,...

API Consistency

The expected error responses from the API need precise definition to allow implementing consistent behavior between server.

API Consistency

A goal of the GA4GH sequence annotation API was - The annotation API needs to also be flexible enough to handle multiple references in the same gene or transcript. This...

Sequence Annotation
API Consistency

If one goes to the github repo, one has no idea what MASH actually does from the README

A collaborator accidentally left one of the `-' off of an option like this: ``` gffread --ids H0C.ids -gtf isoforms.gtf > H0C.gtf ``` and got the deceptive error message: ```...