New version 0.2 of ecoPCR, with Tm computation.

Take care file format have change. You must use corresponding version of ecogrep
You can use -t option to go back to the old format without tm computation

git-svn-id: https://www.grenoble.prabi.fr/svn/LECASofts/ecoPCR/trunk@238 60f365c0-8329-0410-b2a4-ec073aeeaa1d
This commit is contained in:
2010-01-22 09:16:53 +00:00
parent ad6f493d0f
commit f7e25b2082
7 changed files with 796 additions and 17 deletions
+2 -2
View File
@@ -29,11 +29,11 @@ void getLineContent(char *stream, ecoseq_t *seq, ecoseq_t *oligoseq_1, ecoseq_t
oligoseq_1->SQ = strdup(buffer);
oligoseq_1->SQ_length = strlen(buffer);
break;
case 15:
case 16:
oligoseq_2->SQ = strdup(buffer);
oligoseq_2->SQ_length = strlen(buffer);
break;
case 18:
case 20:
seq->SQ = strdup(buffer);
seq->SQ_length = strlen(buffer);
break;