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

Add fasta extension support #16

Merged
merged 7 commits into from
Jun 16, 2024
Merged

Add fasta extension support #16

merged 7 commits into from
Jun 16, 2024

Conversation

JeanMainguy
Copy link
Member

@JeanMainguy JeanMainguy commented Jun 16, 2024

This PR adds the possibility to specify FASTA extensions to look for when using input bin directories. By default, the set of extensions includes '.fna', '.fasta', and '.fa', so Binette will only consider files with these extensions. The user can specify one or more extensions with the argument --fasta_extensions. This addition should fix the problem found in #14.

It also adds bin directories with FASTA files to the test data set (see this repo to get the data: https://github.com/genotoul-bioinfo/Binette_TestData) and tests this kind of input in the CI commands.

Unit tests have been extended to cover more functions.

Additionally, it updates the version to 1.0.1 in preparation for a new release very soon.

@JeanMainguy JeanMainguy merged commit fe755d1 into main Jun 16, 2024
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.

None yet

1 participant