Skip to content

Commit ee7084e

Browse files
src/dnmtools.cpp: removing the lc command as that functionality is being removed
1 parent 4f79e2a commit ee7084e

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/dnmtools.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,6 @@ main_format(int argc, const char **argv);
114114
int
115115
main_guessprotocol(int argc, const char **argv);
116116
int
117-
main_lc_approx(int argc, const char **argv);
118-
int
119117
main_lift_filter(int argc, const char **argv);
120118
int
121119
main_merge_bsrate(int argc, const char **argv);
@@ -202,7 +200,6 @@ main(int argc, const char **argv) {
202200
{"utilities",
203201
{{{"cleanhp", "fix and stat invdup/hairping reads", main_clean_hairpins},
204202
{"guessprotocol", "guess whether protocol is ordinary, pbat or random", main_guessprotocol},
205-
{"lc", "approximate line counts in a file", main_lc_approx},
206203
{"merge-bsrate", "merge bisulfite conversion rates files from bsrate", main_merge_bsrate},
207204
{"merge", "merge multiple counts files into a counts file or a table", main_merge_methcounts},
208205
{"covered", "filter a counts file for only covered sites", main_covered},

0 commit comments

Comments
 (0)