Conrad Leonard
Conrad Leonard
`--rename` placeholders are awesome! A great addition to the existing set would be `{trim_sequence}`, i.e. all bases removed including those past the adapter when the adapter is found elsewhere than...
I wish I'd noticed #1175 before it was merged to trunk and then released in 6.0.0 but anyway... Having `requests` handle HTTP in `SPARQLStore` was powerful, and now we've lost...
Trivial fix: ``` diff --git a/wgsim.c b/wgsim.c index 5c82192..55b8daf 100644 --- a/wgsim.c +++ b/wgsim.c @@ -193,14 +193,14 @@ void wgsim_print_mutref(const char *name, const kseq_t *ks, mutseq_t *hap1, muts printf("%s\t%d\t", name,...
If `MyClass` is annotated with `@NamedGraph` (Static or Instance type doesn't matter) and an instance of the class lives in the database, `EntityManagerImpl.find(MyClass, itsKey)` won't find it. See https://groups.google.com/forum/#!topic/empire-rdf/BKu0f5uItec >...
running `gradle build`: ``` com.complexible.pinto.RDFMapperTests > testWriteMap FAILED java.lang.AssertionError at RDFMapperTests.java:740 ``` Turns out this is because `Models.isomorphic` doesn't consider the same instant at different timezones to be equal: My...
The following Exception occurs using images from AWS ECR registry with the AWS backend; it appears harmless (the workflow proceeds to run just fine on AWS Batch) but is annoying...
We'd like to be able to install this software on our HPC infrastructure and make it available to all users but as it stands that's not possible, the two hurdles...
**Is your feature request related to a problem? Please describe.** Related issue: #3356 I would like to host REMS under a non-root URL e.g. `https://my.domain/app1/` so that I may use...
**Describe the bug or behavior** `GET` on the `api/audit-log` endpoint with an appropriately-permissioned user returns a 500 server error mentioning `No implementation of method: :write-body-to-stream` ``` curl http://localhost:3000/api/audit-log \ -H...