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

Use updated uniclust database #257

Closed
ihbxiongjie opened this issue Nov 16, 2021 · 2 comments
Closed

Use updated uniclust database #257

ihbxiongjie opened this issue Nov 16, 2021 · 2 comments
Labels
usage question Further information is requested

Comments

@ihbxiongjie
Copy link

There is an updated uniclust database "UniRef30_2021_06_hhsuite.tar.gz", is it OK to instead it as the 2018 version?

@Shall-We-Dance
Copy link

Yes, I've tried to update the uniclust database, and it works.

One of my collaborator gave me a sequence that will meet "HHblits fail" on 2018 version, this problem is solved when using 2020 version.

BTW, you need to change the run_docker.py at the sametime.

  • download 2020_06 version to <DOWNLOAD_DIR>/uniclust30.

  • Tar it as a folder named uniclust30_2020_06, then vim the ./docker/run_ducker.py in line 122

    from

    FLAGS.data_dir, 'uniclust30', 'uniclust30_2018_08', 'uniclust30_2018_08’)

    to

    FLAGS.data_dir, 'uniclust30', 'uniclust30_2020_06', 'UniRef30_2020_06')

You can use 2021 version as well.

@Augustin-Zidek Augustin-Zidek added the usage question Further information is requested label Dec 16, 2021
@Augustin-Zidek
Copy link
Collaborator

Augustin-Zidek commented Dec 16, 2021

Yes, it is absolutely OK to use a more recent version of any of the databases (but note that you will probably get slightly different results). The instructions from @Shall-We-Dance are great.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
usage question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants