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 database creation for GTDB r214 #742

Merged
merged 3 commits into from
Aug 25, 2023

Conversation

apcamargo
Copy link
Contributor

As mentioned in #740, the protein FASTA files in GTDB r214 are now individually compressed. Because the mmseqs tar2db command only includes files that finish wirh .faa, the protein files are being ignored and the database is not being created.

This PR just changes this line to change --tar-include 'faa$' to --tar-include 'faa.gz$'.

@jmtsuji
Copy link

jmtsuji commented Aug 25, 2023

@apcamargo Thanks for opening this PR. In order for this code to work, I think one more change is also needed, in line 139 (VERSION has now become VERSION.txt):

Current code:

downloadFile "https://data.ace.uq.edu.au/public/gtdb/data/releases/latest/VERSION" "${TMP_PATH}/version"

Revised:

downloadFile "https://data.ace.uq.edu.au/public/gtdb/data/releases/latest/VERSION.txt" "${TMP_PATH}/version"

Mind making this change as well? Thanks!

@apcamargo
Copy link
Contributor Author

Done!

@jmtsuji
Copy link

jmtsuji commented Aug 25, 2023

Thanks!

@milot-mirdita milot-mirdita merged commit 4b52296 into soedinglab:master Aug 25, 2023
12 of 15 checks passed
@milot-mirdita
Copy link
Member

Thank you!

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.

3 participants