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

BRAKER crashes if the input sequence is shorter than a certain length. #47

Closed
4 tasks
GallVp opened this issue Jul 16, 2024 · 4 comments
Closed
4 tasks
Assignees
Labels
bug Something isn't working
Milestone

Comments

@GallVp
Copy link
Member

GallVp commented Jul 16, 2024

Solution

@GallVp GallVp added the bug Something isn't working label Jul 16, 2024
@GallVp GallVp added this to the 0.4.0 milestone Jul 16, 2024
@GallVp GallVp modified the milestones: 0.4.0, backlog Jul 24, 2024
@GallVp
Copy link
Member Author

GallVp commented Jul 25, 2024

Error 'error, input sequence size is too small' is raised by min_seq_size, see:

https://github.com/gatech-genemark/GeneMark-ETP/blob/81ac83e3894a47997e533d2c7cc345998dc5cbbb/bin/gmes/gmes_petap.pl#L1604

Maybe the fix is to set min_seq_size parameter.

@GallVp
Copy link
Member Author

GallVp commented Jul 25, 2024

BRAKER has not exposed the min_seq_size option.

Thus, essentially BRAKER can not be used to annotate any assembly shorter than 100,000 (default value of min_seq_size)

@GallVp GallVp modified the milestones: backlog, 0.4.0 Sep 16, 2024
@GallVp
Copy link
Member Author

GallVp commented Sep 23, 2024

Added a check for input assemblies. If an assembly is smaller than 1 MB (or 300KB in zipped format), the pipeline errors out before starting the downstream processes

@GallVp
Copy link
Member Author

GallVp commented Oct 6, 2024

@GallVp GallVp closed this as completed Oct 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants