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

Adding arbitrary parameters to blastn_chunked_fasta function #46

Merged
merged 7 commits into from
Apr 10, 2024

Conversation

golu099
Copy link
Contributor

@golu099 golu099 commented Apr 9, 2024

extended the blastn_chunked_fasta to take arbitrary blastn options (like -task, -outfmt, -max_target_seqs) by introducing a new CLI entry point in taxon_filter, named chunk_blast_hits. This is essentially a wrapper of blastn_chunked_fasta and set ups the parameters to run BLASTN searches on the original query fasta file.

classify/blast.py Outdated Show resolved Hide resolved
classify/blast.py Outdated Show resolved Hide resolved
classify/blast.py Outdated Show resolved Hide resolved
classify/blast.py Outdated Show resolved Hide resolved
classify/blast.py Outdated Show resolved Hide resolved
taxon_filter.py Outdated Show resolved Hide resolved
taxon_filter.py Show resolved Hide resolved
Copy link
Member

@dpark01 dpark01 left a comment

Choose a reason for hiding this comment

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

looks good -- minor changes suggested here

classify/blast.py Show resolved Hide resolved
taxon_filter.py Show resolved Hide resolved
@golu099 golu099 added this pull request to the merge queue Apr 10, 2024
Merged via the queue into master with commit 1d9606a Apr 10, 2024
8 checks passed
@golu099 golu099 deleted the fn_chunk_blast_hits branch April 10, 2024 16:55
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