We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The script create-dataset-cath-files currently uses placeholders for af2_domainlist_ids and af2_chainlist_ids output file:
create-dataset-cath-files
af2_domainlist_ids
af2_chainlist_ids
cath-af-cli create-dataset-cath-files \ --csv_uniprot_ids dataset10k.uniprot_ids.csv \ --csv_uniprot_md5 dataset10k.uniprot_md5.csv \ --gene3d_crh_output dataset10k.gene3d_crh_output \ --af2_domainlist_ids dataset10k.af2_domainlist_ids.csv \ --af2_chainlist_ids dataset10k.af2_chainlist_ids.csv \ --af2_cath_annotations dataset10k.af2_cath_annotations.csv --dbname gene3d_21
The text was updated successfully, but these errors were encountered:
Need to check that we still need af2_chainlist_ids (possibly don't as we are removing SETH chains task)
Sorry, something went wrong.
No branches or pull requests
The script
create-dataset-cath-files
currently uses placeholders foraf2_domainlist_ids
andaf2_chainlist_ids
output file:The text was updated successfully, but these errors were encountered: