Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added ExcessiveEndClippedReadFilter #7638

Merged
merged 2 commits into from
Jan 14, 2022
Merged

Conversation

jonn-smith
Copy link
Collaborator

  • Added ExcessiveEndClippedReadFilter - a filter that will keep reads
    that have fewer than the specified number of clipped bases on either
    end. This is designed for long reads, and has a default value of 1k.

- Added ExcessiveEndClippedReadFilter - a filter that will keep reads
that have fewer than the specified number of clipped bases on either
end.  This is designed for long reads, and has a default value of 1k.
Copy link
Member

@lbergelson lbergelson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jonn-smith Looks good, one minor comment.

)
public final class ExcessiveEndClippedReadFilter extends ReadFilter {
static final long serialVersionUID = 1L;
private final Logger logger = LogManager.getLogger(this.getClass());
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is the logger actually used? You could probably drop it.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sounds good.

Fixed!

@jonn-smith jonn-smith merged commit caa48f9 into master Jan 14, 2022
@jonn-smith jonn-smith deleted the jts_end_clip_read_filter branch January 14, 2022 03:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants