Skip to content

Commit

Permalink
Merge pull request #52 from UCLOrengoGroup/fix-kinfam-workflow
Browse files Browse the repository at this point in the history
Allow dataset files to be created from DB / CRH files
  • Loading branch information
sillitoe authored Mar 2, 2023
2 parents 8b2197f + cabe547 commit 0c40b61
Show file tree
Hide file tree
Showing 14 changed files with 723 additions and 317 deletions.
3 changes: 2 additions & 1 deletion cath_alphaflow/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ def dump_config():

cli.add_command(dump_config)
cli.add_command(create_dataset_uniprot_ids.create_dataset_uniprot_ids)
cli.add_command(create_dataset_cath_files.create_dataset_cath_files)
cli.add_command(create_dataset_cath_files.create_cath_dataset_from_db)
cli.add_command(create_dataset_cath_files.create_cath_dataset_from_files)
cli.add_command(optimise_domain_boundaries.optimise_domain_boundaries)
cli.add_command(convert_dssp_to_sse_summary.convert_dssp_to_sse_summary)
cli.add_command(convert_cif_to_dssp.convert_cif_to_dssp)
Expand Down
Loading

0 comments on commit 0c40b61

Please sign in to comment.