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

Fix comparison for max_seqlen when downloading CAMEO. #292

Merged

Conversation

jonathanking
Copy link
Contributor

Long sequences were previously not excluded during download. This commit changes the comparison to exclude sequences with length greater than args.max_seqlen. It also collapses a nested if-statement.

Previously, long sequences were not excluded from the script.
This commit changes the comparison to exclude sequences with length
greater than args.max_seqlen.
@gahdritz gahdritz merged commit ca7ba44 into aqlaboratory:main Apr 10, 2023
@gahdritz
Copy link
Collaborator

Nice catch. Thanks!

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.

2 participants