Closed davised closed 1 year ago
It's a bug, E1
was wrongly treated as a number in scientific notation. With the old version, you can also switch on the -s, --numeric-as-string
to avoid this. Anyway, I've fixed this.
Please use the new binaries here
Ah scientific notation, of course. Thanks! This tool is so cool and makes pipelining very intuitive.
Thanks for the very prompt bug fixes!
Prerequisites
csvtk version
Describe your issue
[A-H][1-9][0-2]?
, the second hasR[1-2]_001.fastq.gz
. Most of the rows join fine, except for those that start withE
. Here is the example data; I added examples with just the letterE
andE0
at the top for testing purposes:Here's what happens when I use mutate2 to join the columns:
Here are all of the
E
rows:I've used this software quite a bit, but this is the first large bug I've found. I can use awk in the meantime to join the outputs.
Thank you for this software.