David Eccles (gringer)

Results 62 comments of David Eccles (gringer)

Yes, thank you, I have a `raw_cb_frequency.txt` file now, and AlevinQC is happy. Adding the `--dumpFeatures` command line argument seems to have fixed the problem I was having: ``` salmon_1.9_cbc_withFeatures_whitelist_OG_2022-Oct-13_combined/...

This is an explicit fix for #4803 (Thanks @unicornswag for your writeup; it inspired me to work on this). The volume calculation adjustment should fix #4812. This probably also fixes...

I've updated the density / grid size calculation to better match the ideal density for a 30 x 30 x 30 mm cube (e.g. see #4812). This involved removing the...

This bugfix has now landed in OrcaSlicer's V2.0.0-rc release: https://github.com/SoftFever/OrcaSlicer/releases/tag/v2.0.0-rc

No, it's fine. I understand the error, it doesn't affect any of my workflow, and I can easily compensate for it.

I already submitted code for Cura many years ago; it was rejected because I couldn't verify myself that the changes worked, and the developers didn't have enough incentive to test...

That looks awesome, well done. Sorry about the delay in response; timezones don't really work in my favour. If it's working properly, then it should form regular hexagons and squares...

FWIW, I also did a bit of fiddling with line separation to fix density issues, trying to get the actual amount of extruded filament as close as possible to that...

Just in case it helps, here's my Java code for loading multi-line fasta/fastq files: ``` try { System.err.print("Loading from file..."); boolean isFastQ = false; BufferedReader f = new BufferedReader(new FileReader(fileName));...

Poretools was created and developed at a time when fast5 files only had one read per file. Based on the file names, I'd guess you're looking at recent multi-fast5 files...