sacha schutz

Results 117 comments of sacha schutz

Hi, Thanks for your reply . I just swtiched to qtmodern . I think you must follow the same pattern. They first set a QPalette from Python and secondly access...

Adding the "trap" command at the beginning of my script resolves the problem ``` #!/bin/bash trap 'kill $(jobs -p)' EXIT bcl2fastq -p 10 $INPUT_FOLDER ```

It seems it's already fixed : https://github.com/ericmjl/nxviz/commit/bfb9b10c13209bb7f6047b1ab511bbdeafe4dd2c#diff-70d0d6a0b9b0ece30f133240b5f2dcd1L263 But this modification is not avaible in the last conda package and last pypi

I confirm it works on master branch and pass all the test.

In my experience, htslib only compiles using mingw. So, in theory, cyvcf2 should work if you use the python version from msys2. But it didn't . Same for pysam .

I am looking for the same example. from https://github.com/mateidavid/zstr , it says it supports miniz. But I dont know how . If you found the solution, please share it here

![image](https://user-images.githubusercontent.com/1911063/149634300-d2e01a9e-df85-454c-8f06-cd85d24a5ecf.png)

see http://doc.qt.io/qt-5/qtdatavisualization-surface-example.html Or maybe scatter : http://doc.qt.io/qt-5/qtdatavisualization-scatter-example.html

Let's add Qt accessibility : http://doc.qt.io/qt-5/accessible.html Contrast, text to speech etc ...