Skip to content

Conversation

@rnmitchell
Copy link
Contributor

@rnmitchell rnmitchell commented Apr 23, 2025

Fixed bug in SNP GUI code and added detection threshold.

sr_df = sr_df.drop(i)
else:
if allele_reads < (total_snp_reads * thresh):
if allele_reads < (total_snp_reads * thresh) or allele_reads < 11:
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Added a detection threshold of 10

@rnmitchell rnmitchell marked this pull request as ready for review April 23, 2025 19:26
@rnmitchell rnmitchell requested a review from standage April 23, 2025 19:27
@rnmitchell
Copy link
Contributor Author

Small PR ready for review @standage

@standage standage merged commit 1b12175 into master Apr 24, 2025
2 checks passed
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.

3 participants