Various non-important fixes and comments

This commit is contained in:
Celine Mercier
2018-07-28 17:07:17 +02:00
parent 895d09b133
commit b98880b7fa
10 changed files with 6 additions and 20 deletions

View File

@ -307,7 +307,7 @@ byte_t* encode_seq_on_4_bits(const char* seq, int32_t length)
break;
default:
obi_set_errno(OBI_ENCODE_ERROR);
obidebug(1, "\nInvalid nucleotide base when encoding (not IUPAC)");
obidebug(1, "\nInvalid nucleotide base when encoding (not IUPAC), sequence: %s", seq);
return NULL;
}
}