You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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)
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.
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.
The text was updated successfully, but these errors were encountered: