Gregor Sturm

Results 135 issues of Gregor Sturm

It would be nice if I could pass a custom callback function for parsing yaml files. There's already support for the native yaml loader and the OrderedDict yaml loader and...

enhancement
help wanted
feature request

When passing a boolean mask to `add_modality` (which is supported according to the type hints) using ```python mask = np.zeros((3000, 3000), dtype="uint8") mask [ 500:-500, 20:-500] = 1 ``` It...

Prettier requires a full-blown node installation and is rather slow. Alternatives would be welcome. > Maybe we soon don't need prettier anymore: https://biomejs.dev/ > > It doesn't have yaml support...

### Description of the bug I'm running the exact same flowcell, once with bcl2fastq and once with bclconvert. CheckQC only runs when bcl2fastq is selected as demultiplexer. I'd expect checkQC...

bug

### Description of feature I suggest to add a process that checks Illumina Samplesheets for consistency before starting bclconvert/bcl2fastq. This ensures that errors are caught early with useful error messages...

enhancement