diff --git a/io/nexus/nexus_parser.go b/io/nexus/nexus_parser.go index 78b5198..e94814e 100644 --- a/io/nexus/nexus_parser.go +++ b/io/nexus/nexus_parser.go @@ -410,7 +410,7 @@ func (p *Parser) parseData() (names []string, sequences map[string]string, nchar for !stopmatrix { tok2, lit2 := p.scanIgnoreWhitespace() switch tok2 { - case IDENT: + case IDENT, NUMERIC: // We remove whitespaces in sequences if any // and take into account possibly interleaved // sequences