Skip to content

NameError: name 'model_out_name' is not defined #15

Description

@jiaxiaolei

I encountered the problem 'NameError: name' model_out_name 'is not defined' while reasoning

python compute_fitness.py
--base_dir data/$protein_dir
--out_scores_dir result/$protein_dir

I found that the compute_fitness.cpy did not receive a valid parameter aa_deq-dir

I made a very small modification
--aa_seq_dir data/$protein_dir/aa_seq \

Complete script:

python compute_fitness.py \
--base_dir data/$protein_dir \
--aa_seq_dir data/$protein_dir/aa_seq \
--out_scores_dir result/$protein_dir

pull-request:
#14

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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