Open tseemann opened 8 years ago
What is nullarbor_translate doing?
@andersgs WARNING: i am now removing the final quality
column from all tables.
(It's a hack...)
my $nuke_last_col = $matrix->[0][-1] eq 'Quality'; # remove the Quality column from CSV
for my $row (@$matrix) {
pop(@$row) if $nuke_last_col;
See 3710b624bb4f6d19dbc58dede6d245e3e0a56f5f
Still working on how to handle resistome.
WHoops, this removes it from the tables as well. Reverting for now.
It needs to be put as a parameter to $self->matrix_to_csv($matrix)
The same is true for
mlst.csv
. But, I am handling it in mynullarbor_translate
. Let me know if you change it, as it will break my code --- although, easily fixed.