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

decompress a subset of entries #27

Closed
kad-ecoli opened this issue Mar 27, 2023 · 4 comments
Closed

decompress a subset of entries #27

kad-ecoli opened this issue Mar 27, 2023 · 4 comments
Labels
enhancement New feature or request

Comments

@kad-ecoli
Copy link

kad-ecoli commented Mar 27, 2023

Is it possible to extract the pdb files for a subset of entries from a folcomp database. I am looking for something like this:

foldcomp decompress --subset id_list.txt afdb_uniprot_v4 

where id_list.txt list a subset of entries in afdb_uniprot_v4, one entry per line.

@martin-steinegger
Copy link
Collaborator

yes I totally agree that this would be great. @khb7840 yes we want this! Didn't we built something similar?

@khb7840 khb7840 added the enhancement New feature or request label Mar 27, 2023
@khb7840
Copy link
Member

khb7840 commented Mar 27, 2023

Current file list input works for multiple files, not for ids. Thank you for the suggestion. We'll work on implementing that feature.

@kad-ecoli
Copy link
Author

I see that README.md suggest using mmseqs to subset database. Unfortunately, that does not work, as reported by issue
#28

@khb7840
Copy link
Member

khb7840 commented May 8, 2023

This feature is now available in the latest version as:

foldcomp decompress --id-list id_list.txt afdb_uniprot_v4

@khb7840 khb7840 closed this as completed May 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants