Skip to content

Correct ref sequence filtering in consensus function#37

Open
mjohnpayne wants to merge 2 commits intoMultipathogenGenomics:stagingfrom
mjohnpayne:master
Open

Correct ref sequence filtering in consensus function#37
mjohnpayne wants to merge 2 commits intoMultipathogenGenomics:stagingfrom
mjohnpayne:master

Conversation

@mjohnpayne
Copy link
Member

@mjohnpayne mjohnpayne commented Feb 25, 2026

In the modified list comprehension the ref from self.refs was the full fasta header (including description) while it was being matched against ref_seq_names which had the description removed.

Modified the comprehension to remove description from ref to do matching

Also added -MappingRefTable to argparsers utility as per #36

In the modified list comprehension the ref from self.refs was the full fasta header (including description) while it was being matched against ref_seq_names which had the description removed.

Modified the comprehension to remove description from ref to do matching
@mjohnpayne mjohnpayne requested a review from Mayne941 February 25, 2026 05:02
@mjohnpayne mjohnpayne changed the base branch from master to staging February 25, 2026 22: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.

1 participant