Mathias Walter

Results 38 issues of Mathias Walter

I'm using Bandage v0.8.1 with the file `assembly_graph_with_scaffolds.gfa` (formerly `assembly_graph.gfa`) produded by SPAdes (don't know when this file was introduced). At the end of the file, the names of the...

This PR adds support for multiple input files and can be a workaround for #6.

Maybe you could add the [Shasta long read assembler](https://github.com/chanzuckerberg/shasta) to your comparison. During my tests I found out that the number of assembled contigs highly depend on the parameter `--Reads.minReadLength`.

The `cut` command supports an open column range like `3-` for all columns beginning with the third column. It would be great if more commands like `replace` would support this...

enhancement
not now

Currently, `mutate2` accepts date strings and can do some math with it, i.e. subtracting seconds but it does not return date-formatted strings (see https://github.com/shenwei356/csvtk/issues/159#issuecomment-906996478). Even if it can do some...

new feature
low priority

This PR adds support for filtering absolute template length. Currently, only positive template length values can be filtered, i. e. with `sambamba view -S -F "template_length < 8000"`. Using `"template_length...

It looks like `multiFuseObjs_wColors` is duplicated at https://github.com/easyw/kicad-3d-models-in-freecad/blob/f2fe1731ecc88cb44da38f14bf6a1172e1a3d959/cadquery/FCAD_script_generator/_tools/cq_cad_tools.py#L260

I'd like to generate the 3D packages with `main_generator.py` script(s). Later on, I'll generate my newly created parts the same way. Unfortunately, the scripts fail with: ``` C:\Common\FreeCAD-0.17\bin\python.exe main_generator.py FreeCAD...

I started creating a generator (based on #236) for the PTDA series from Phoenix Contact. ![image](https://user-images.githubusercontent.com/1370732/49757972-fbe66900-fcbd-11e8-8271-8fb70070a778.png) If I look at [scripts/Connector/Connector_PhoenixContact](https://github.com/pointhi/kicad-footprint-generator/tree/master/scripts/Connector/Connector_PhoenixContact) I can see variants of the manufacturer naming like...

question

Currently, prefix defaults like `fig.` will be set even if cleveref is in use (`cref: true`). If the language is set to a language which is also supported by cleveref...

enhancement
discussion-needed