Skip to content

Commit

Permalink
src/dnmtools.cpp: removing the lc command as that functionality is be…
Browse files Browse the repository at this point in the history
…ing removed
  • Loading branch information
andrewdavidsmith committed Jul 23, 2024
1 parent 4f79e2a commit ee7084e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/dnmtools.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,6 @@ main_format(int argc, const char **argv);
int
main_guessprotocol(int argc, const char **argv);
int
main_lc_approx(int argc, const char **argv);
int
main_lift_filter(int argc, const char **argv);
int
main_merge_bsrate(int argc, const char **argv);
Expand Down Expand Up @@ -202,7 +200,6 @@ main(int argc, const char **argv) {
{"utilities",
{{{"cleanhp", "fix and stat invdup/hairping reads", main_clean_hairpins},
{"guessprotocol", "guess whether protocol is ordinary, pbat or random", main_guessprotocol},
{"lc", "approximate line counts in a file", main_lc_approx},
{"merge-bsrate", "merge bisulfite conversion rates files from bsrate", main_merge_bsrate},
{"merge", "merge multiple counts files into a counts file or a table", main_merge_methcounts},
{"covered", "filter a counts file for only covered sites", main_covered},
Expand Down

0 comments on commit ee7084e

Please sign in to comment.