change reference column for taxonomy filtering in ecogrep.c

git-svn-id: https://www.grenoble.prabi.fr/svn/LECASofts/ecoPCR/trunk@165 60f365c0-8329-0410-b2a4-ec073aeeaa1d
This commit is contained in:
2008-03-12 21:26:08 +00:00
parent f68f4af244
commit 4b74056af8

View File

@ -22,7 +22,7 @@ void getLineContent(char *stream, ecoseq_t *seq, ecoseq_t *oligoseq_1, ecoseq_t
case 0:
seq->AC = strdup(buffer);
break;
case 4:
case 2:
sscanf(buffer,"%d",&seq->taxid);
break;
case 13: