Marcel Schilling
Marcel Schilling
Can you paste the output of `od -c < your.fastq | head -n 100` (or `zcat your.fastq.gz | oc -c | head -n 100` in case you FASTQ file is...
My best guess is that one of the following lines should match the other as they seem to be supposed do the same job but differ: https://github.com/OpenGene/fastp/blob/e01e9402c3d5afded49b21c8303be51d7cbb2d27/src/fastqreader.cpp#L116-L118 https://github.com/OpenGene/fastp/blob/e01e9402c3d5afded49b21c8303be51d7cbb2d27/src/fastqreader.cpp#L145-L147 Right now...
@aureliendejode > Is there a way to know what encoding was found by fastp ? If you know the true encoding, the worst quality score under that encodiding, and the...
I think the error is pointing out that the quotes (`"`) sorrounding the (escaped) newline are superfluous: ```sh #!/bin/bash msg="this is a very long string which does not fit on...
context: follow-up to https://github.com/neomutt/neomutt/issues/3168
@wgmayer0: > Ok I did that, ran it, and got `mailcap entry for type text/plain not found` Sounds like you missed @dcpurton earlier comment: > And make sure you have...
Untested, but I'd try something like ``` text/html; qutebrowser '%s' & ``` in `mailcap` combined with ``` auto_view text/html ``` in `.muttrc`.
I have to admit that having vim's g+/g--functionality would be an excellent feature!
@The-Compiler > The security implications also make me wonder whether I should start adding a warning when using QtWebKit, similar to what I've done before for the old QtWebKit before...
@The-Compiler: Guix SD is before it's 1.0 release. Packaging is fairly easy and they have about 30% of was debian has packages with much less time and people. Once 1.0...