Skip to content

Commit

Permalink
Hide no filter secondaries in biscuit epiread
Browse files Browse the repository at this point in the history
Allowing secondary reads in the epiBED/epiread files doesn't make
much sense. They mess with correct methylation level calculations
and being able to properly collapse to the fragment level. The
option will still remain under-the-hood, but it will be those who
have the specific use-case (as yet unknown) for it.
  • Loading branch information
jamorrison committed Feb 21, 2023
1 parent cc26361 commit db61a6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/epiread.c
Original file line number Diff line number Diff line change
Expand Up @@ -1080,7 +1080,7 @@ static int usage(conf_t *conf) {
fprintf(stderr, " -5 INT Minimum distance to 5' end of a read [%u]\n", conf->min_dist_end_5p);
fprintf(stderr, " -3 INT Minimum distance to 3' end of a read [%u]\n", conf->min_dist_end_3p);
fprintf(stderr, " -E NO filtering of empty epireads\n");
fprintf(stderr, " -c NO filtering secondary mapping\n");
//fprintf(stderr, " -c NO filtering secondary mapping\n");
fprintf(stderr, " -d Double count cytosines in overlapping mate reads (avoided\n");
fprintf(stderr, " by default)\n");
fprintf(stderr, " -u NO filtering of duplicate\n");
Expand Down

0 comments on commit db61a6e

Please sign in to comment.