Skip to content
Snippets Groups Projects
Commit 833f165a authored by Aaron's avatar Aaron
Browse files

gussy

parent bd34e000
No related branches found
No related tags found
No related merge requests found
......@@ -73,7 +73,7 @@ int main(int argc, char *argv[])
if (argc < 2) return bedtools_help();
// genome arithmetic tools
if (strcmp(argv[1], "intersect") == 0) return intersect_main(argc-1, argv+1);
if (strcmp(argv[1], "intersect") == 0) return intersect_main(argc-1, argv+1);
else if (strcmp(argv[1], "window") == 0) return window_main(argc-1, argv+1);
else if (strcmp(argv[1], "closest") == 0) return closest_main(argc-1, argv+1);
else if (strcmp(argv[1], "coverage") == 0) return coverage_main(argc-1, argv+1);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment