We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b72584 commit c8a7d6dCopy full SHA for c8a7d6d
src/read.cpp
@@ -1,6 +1,7 @@
1
#include "read.h"
2
#include <sstream>
3
#include "util.h"
4
+#include <memory.h>
5
6
Read::Read(string name, string seq, string strand, string quality){
7
mName = name;
0 commit comments