You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
describe the problem
This is an odd one. I'm joining two columns, one column (sample) has text [A-H][1-9][0-2]?, the second has R[1-2]_001.fastq.gz. Most of the rows join fine, except for those that start with E. Here is the example data; I added examples with just the letter E and E0 at the top for testing purposes:
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.
Prerequisites
csvtk version
Describe your issue
This is an odd one. I'm joining two columns, one column (sample) has text
[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:96_well_sample.txt
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.
The text was updated successfully, but these errors were encountered: