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

One input fasta class bug #34

Open
biodataganache opened this issue Dec 16, 2021 · 2 comments
Open

One input fasta class bug #34

biodataganache opened this issue Dec 16, 2021 · 2 comments
Assignees
Labels
bug Something isn't working enhancement New feature or request

Comments

@biodataganache
Copy link
Collaborator

A common application of Snekmer model mode might be to build a model based on a single input fasta file using another fasta file as background (i.e. the other class). Currently this fails. We should detect if this configuration is present (one fasta file as input and one as background) and consider it to be a binary classification problem.

@biodataganache biodataganache added bug Something isn't working enhancement New feature or request labels Dec 16, 2021
@christinehc
Copy link
Collaborator

Referenced in #13

@christinehc christinehc added this to To do in Core Snekmer Development via automation Dec 16, 2021
@christinehc christinehc self-assigned this Dec 16, 2021
@biodataganache
Copy link
Collaborator Author

It's similar to the issue described in #13 but distinct - #13 talks about problems with a file containing one sequence, this issue is about a run containing one class (that might have a lot of sequences)

christinehc added a commit that referenced this issue Mar 16, 2022
Outdated example files have been removed and the example folder renamed to reflect its contents of purely data. All output files have been created for the demo notebook for the user to gain familiarity with the output files created by Snekmer.

The demo notebook has been updated to more closely reflect the `snekmer search` code, and the section renamed accordingly. The scoring section has also been slightly modified to create the same output files/directories as snekmer.

Also addresses #34.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
No open projects
Development

No branches or pull requests

2 participants