Loading README.md +1 −3 Original line number Diff line number Diff line Loading @@ -7,10 +7,8 @@ API. ###Tests: | Jenkins GNU/Linux | [](http://biojenkins.anu.edu.au/job/libqes/) | | ----------------- | --- | | Jenkins MinGW | [](http://biojenkins.anu.edu.au/job/libqes-mingw/) | | TravisCI | [](https://travis-ci.org/kdmurray91/libqes) | | ----------------- | --- | | Test Coverage | [](https://coveralls.io/r/kdmurray91/libqes?branch=master) | Loading src/qes_seq.c +1 −1 Original line number Diff line number Diff line Loading @@ -217,7 +217,7 @@ qes_seq_print(const struct qes_seq *seq, FILE *stream, bool fasta, int tag) fprintf(stream, "/%d", tag); } } if (seq->comment.str) { if (seq->comment.len > 0) { fputc(' ', stream); fputs(seq->comment.str, stream); } Loading Loading
README.md +1 −3 Original line number Diff line number Diff line Loading @@ -7,10 +7,8 @@ API. ###Tests: | Jenkins GNU/Linux | [](http://biojenkins.anu.edu.au/job/libqes/) | | ----------------- | --- | | Jenkins MinGW | [](http://biojenkins.anu.edu.au/job/libqes-mingw/) | | TravisCI | [](https://travis-ci.org/kdmurray91/libqes) | | ----------------- | --- | | Test Coverage | [](https://coveralls.io/r/kdmurray91/libqes?branch=master) | Loading
src/qes_seq.c +1 −1 Original line number Diff line number Diff line Loading @@ -217,7 +217,7 @@ qes_seq_print(const struct qes_seq *seq, FILE *stream, bool fasta, int tag) fprintf(stream, "/%d", tag); } } if (seq->comment.str) { if (seq->comment.len > 0) { fputc(' ', stream); fputs(seq->comment.str, stream); } Loading