Skip to content
Snippets Groups Projects
Commit 5c7d55bc authored by Aaron's avatar Aaron
Browse files

gussy

parent 833f165a
No related branches found
No related tags found
No related merge requests found
......@@ -70,7 +70,7 @@ int bedtools_faq(void);
int main(int argc, char *argv[])
{
// make sure the user at least entered a sub_command
if (argc < 2) return bedtools_help();
if (argc < 2) return bedtools_help();
// genome arithmetic tools
if (strcmp(argv[1], "intersect") == 0) return intersect_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