Skip to content

Commit

Permalink
editdist mappability (deprecated)
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasrausch committed Aug 26, 2024
1 parent cbf89ee commit 28ebbc0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 257 deletions.
5 changes: 0 additions & 5 deletions src/dicey.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
#include "hunter.h"
#include "silica.h"
#include "mapbam.h"
#include "mappability.h"
#include "padlock.h"

using namespace dicey;
Expand All @@ -37,7 +36,6 @@ displayUsage() {
std::cout << "Mappability:" << std::endl;
std::cout << std::endl;
std::cout << " chop chop reference into paired-end / single-end reads" << std::endl;
std::cout << " mappability mappability using read's edit distance (slow)" << std::endl;
std::cout << " mappability2 parse BAM from mapped chopped reads (requires chop + map before)" << std::endl;
std::cout << " blacklist blacklist certain regions in mappability map" << std::endl;
std::cout << std::endl;
Expand Down Expand Up @@ -82,9 +80,6 @@ int main(int argc, char **argv) {
else if ((std::string(argv[1]) == "search")) {
return silica(argc-1,argv+1);
}
else if ((std::string(argv[1]) == "mappability")) {
return mappability(argc-1,argv+1);
}
else if ((std::string(argv[1]) == "mappability2")) {
return mapbam(argc-1,argv+1);
}
Expand Down
252 changes: 0 additions & 252 deletions src/mappability.h

This file was deleted.

0 comments on commit 28ebbc0

Please sign in to comment.