Loading .gitignore 0 → 100644 +1 −0 Original line number Diff line number Diff line *.o .gitmodules 0 → 100644 +3 −0 Original line number Diff line number Diff line [submodule "samtools"] path = samtools url = https://github.com/samtools/samtools.git DInDel.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -24,7 +24,7 @@ #include <boost/math/special_functions/digamma.hpp> #include <seqan/align.h> #include <seqan/graph_align.h> #include "foreach.hpp" #include <boost/foreach.hpp> #include "bam.h" #include "DInDel.hpp" #include "Haplotype.hpp" Loading Faster.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -35,7 +35,7 @@ #include "Haplotype.hpp" #include "Faster.hpp" #include "Utils.hpp" #include "foreach.hpp" #include <boost/foreach.hpp> using namespace std; const int DEBUGS=0; Loading GetCandidates.cpp +1 −2 Original line number Diff line number Diff line Loading @@ -22,7 +22,7 @@ #include <fstream> #include <string> #include "MyBam.hpp" #include "foreach.hpp" #include <boost/foreach.hpp> #include "ObservationModelSeqAn.hpp" #include "GetCandidates.hpp" #include "Variant.hpp" Loading @@ -32,7 +32,6 @@ #include "Fasta.hpp" #include "StringHash.hpp" #include <set> #include "foreach.hpp" using namespace std; int GetCandidatesFromCIGAR::getIndelFromCIGARFetchFunc(const bam1_t *b, void *data) Loading Loading
.gitmodules 0 → 100644 +3 −0 Original line number Diff line number Diff line [submodule "samtools"] path = samtools url = https://github.com/samtools/samtools.git
DInDel.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -24,7 +24,7 @@ #include <boost/math/special_functions/digamma.hpp> #include <seqan/align.h> #include <seqan/graph_align.h> #include "foreach.hpp" #include <boost/foreach.hpp> #include "bam.h" #include "DInDel.hpp" #include "Haplotype.hpp" Loading
Faster.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -35,7 +35,7 @@ #include "Haplotype.hpp" #include "Faster.hpp" #include "Utils.hpp" #include "foreach.hpp" #include <boost/foreach.hpp> using namespace std; const int DEBUGS=0; Loading
GetCandidates.cpp +1 −2 Original line number Diff line number Diff line Loading @@ -22,7 +22,7 @@ #include <fstream> #include <string> #include "MyBam.hpp" #include "foreach.hpp" #include <boost/foreach.hpp> #include "ObservationModelSeqAn.hpp" #include "GetCandidates.hpp" #include "Variant.hpp" Loading @@ -32,7 +32,6 @@ #include "Fasta.hpp" #include "StringHash.hpp" #include <set> #include "foreach.hpp" using namespace std; int GetCandidatesFromCIGAR::getIndelFromCIGARFetchFunc(const bam1_t *b, void *data) Loading