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

Small fix for prep_mmseqs_dbs. #232

Merged

Conversation

jonathanking
Copy link
Contributor

Hello!

I ran into an issue when following the README instructions.

Because download_mm_seqs_dbs.sh downloads and unzips its target file (uniref30_2103.tar.gz) instead of leaving it as .tar.gz, prep_mmseqs_dbs.sh mistakenly does not process this file. At least, I guess that this is not intended behavior. This commit expands the glob used in the script to match *.tar* files and thus process uniref30_2103.tar correctly.

This commit is somewhat in response to #202.

Because download_mm_seqs_dbs.sh downloads and gunzips its target file (uniref30_2103.tar.gz), this script mistakenly does not process the .tar file. This fix expands the glob to match *.tar*.
@gahdritz
Copy link
Collaborator

Thanks!

@gahdritz gahdritz merged commit 6908936 into aqlaboratory:main Oct 13, 2022
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

2 participants