Gert Hulselmans
Gert Hulselmans
`bcftools mpileup` does not use the correct chromosome when using multiple BAM files which have a different chromosome order. ``` # List of BAM files with BAM files with 2...
Most of the time that I want to use subtractBed, the b file is very big (e.g.: 2 GiB: 66 million lines) as it contains all known snp positions. This...
> When should you use JSON Web Tokens? > > Here are some scenarios where JSON Web Tokens are useful: > > Authentication: This is the most common scenario for...
Problems reading GZIPPED file with libz-sys > 1.1.5 with`zlib-ng-compat`. With `zlib` and `it works fine. With `libz-sys == 1.1.5` and `zlib-ng-compat` it also works fine. See: https://github.com/pola-rs/polars/issues/3895 Problematic gzipped CSV...
It would be nice to have zsync2 as Docker/Podman/apptainer images besides AppImage. In an HPC environment, there is in general no option to install AppImage. Singularity/Apptainer (http://apptainer.org/) and Podman (rootless...
zsync2 does not support downloading large files. `failed to parse content-range headerError while parsing headersOther error? -1` I patched zsync2 so it shows **to** and **from** values: ```diff $ git...
Support bedGraph output in only-depth: This is basically `perbase -z` output without header and chromosomes sorted by lexographically. This would allow to create bigwig files relatively easily. (naive sorting takes...
Would it be possible to add a section to the README which describes how to install shelltile directly from this repo? I never installed a gnome-shell extension before, so after...
#### What language are you using? **Python**. #### Have you tried latest version of polars? - [yes] #### What version of polars are you using? 0.13.51 and latest git version....
`gir1.2-clutter-gst-3.0` (_Gobject introspection data for Clutter GStreamer elements_) shouldn't be needed for the settings dialog. This should be enough to get the settings dialog working: ``` sudo apt-get install gir1.2-gtkclutter-1.0...