Closed maurolepore closed 6 years ago
What they read is standard so I can automatically check the first line of input and see what delim gets the expected input. So set delim = NULL, and only use it if it is not null.
delim = NULL
@ctfsdev, I've added this feature. Now read_vft() and read_taxa() detect delim automatically. Thanks for inspiring this idea.
read_vft()
read_taxa()
delim
What they read is standard so I can automatically check the first line of input and see what delim gets the expected input. So set
delim = NULL
, and only use it if it is not null.