qiime2 / q2-types

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TSVTaxonomyFormat should check for empty column labels

thermokarst opened this issue · comments

The sniffer currently just checks for the presence header labels, but doesn't ensure that anything beyond the two record header labels are not empty strings.

This recently came up on the forum.

@thermokarst I'm interested in this. Can you assign me to this issue? Thanks

@turanoo --- it would be nice to update the sniff method referenced above to use the new _validate_ API (sniff has been deprecated). You can see an example of that process in #195.

I can take a stab at this @thermokarst!