Daniel Gómez-Sánchez

Results 19 issues of Daniel Gómez-Sánchez

The current test after #30 changed the test to use single core (`local`) to all available cores (`local[*]`). It will be useful to be able to test both versions.

In the current [Support Matrix](https://github.com/disq-bio/disq#support-matrix) there is no mention to the status (currently none) to FASTQ-files. Although HadoopBAM has it but it is not widely used, I would like to...

#### Bug Report Checklist - [x] Have you provided a full/minimal spec to reproduce the issue? - [x] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagger-parser/online/))? - [...

Issue: Bug

- Adding the `JdbcDriver` missing annotation ensures that the agroal configurer provided by the extension is used (fixes #153). - Also fixes typos on the modified classes

Is there any possibility to fix the warning by implementing something in the extension side? ``` WARN [io.qua.agr.run.AgroalConnectionConfigurer] (JPA Startup Thread) Agroal does not support detecting if a connection is...

Some specific styling downstream might require using pixel sizes that depends on draw configuration and then hardcoded at the attribute (i.e., on `rect`, the `width` and position attributes), or there...

One of the major problems of using custom CSS with the tool is that it is written in-line on the YAML file, with doesn't allow to format, lint, or syntax-hightlight...

When trying to style with css something like the following key: ```svg F1 ``` To style the middle rect on some nested selector you need to use a discriminator as...

In the classic GATK, walkers had the option to be multi-thread in two different ways: * `NanoSchedulable` for thread-safe `map()` calls. * `TreeReducible` for thread-safe `map()` and `reduce()` calls. Because...

Documentation