Skip to content

Missing argument handling in cli.py #13

@jimmymcheung

Description

@jimmymcheung

In src/simplefold/utils/fasta_utils.py you gave hint for passing alternative directory for cache when calling the function download_fasta_utilities, but this option is missing in cli.py. Meanwhile, in the function predict_structures_from_fastas in src/simplefold/inference.py, the caching directory is hardcoded.

Suggest:

  1. Add the corresponding argument handling in cli.py;
  2. Change cache = output_dir / "cache" to i.e. cache = output_dir / "cache" if cache is None else cache

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions