Add sequence length in database list output (option -A)
git-svn-id: https://www.grenoble.prabi.fr/svn/LECASofts/ecoPrimers/trunk@270 60f365c0-8329-0410-b2a4-ec073aeeaa1d
This commit is contained in:
@ -500,7 +500,7 @@ static void printAC(pecodnadb_t seqdb,uint32_t seqdbsize)
|
||||
uint32_t i;
|
||||
|
||||
for (i=0; i< seqdbsize;i++)
|
||||
printf("%15s (%8dbp): %s\n",seqdb[i]->AC,seqdb[i]->SQ_length,seqdb[i]->DE);
|
||||
printf("%15s (%8d bp ): %s\n",seqdb[i]->AC,seqdb[i]->SQ_length,seqdb[i]->DE);
|
||||
}
|
||||
|
||||
int main(int argc, char **argv)
|
||||
|
Reference in New Issue
Block a user