Skip to content

Fix contig_n50 column assigned contig_l50 values in filter_by_genome_quality#33

Open
dingyifei wants to merge 1 commit into
SBRG:mainfrom
dingyifei:fix-contig-n50-typo
Open

Fix contig_n50 column assigned contig_l50 values in filter_by_genome_quality#33
dingyifei wants to merge 1 commit into
SBRG:mainfrom
dingyifei:fix-contig-n50-typo

Conversation

@dingyifei

Copy link
Copy Markdown

Line 101 was typecasting contig_l50 (instead of contig_n50) into the contig_n50 column, silently replacing N50 values with L50 values for all downstream filtering.

…quality

Line 101 was typecasting contig_l50 (instead of contig_n50) into the
contig_n50 column, silently replacing N50 values with L50 values for
all downstream filtering.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

@jtburrows jtburrows left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Good catch on the inconsistency; the change is appropriate and fixes the issue.

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.

2 participants