Skip to content

Commit

Permalink
Fix issue (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZiyaoLi authored May 6, 2022
1 parent c65f64e commit 65b8c7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run_from_fasta.py
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ def main(argv):
for id, fasta_path in protein_dict.items():
try:
predict_from_fasta(
fasta_path=fasta_paths,
fasta_path=fasta_path,
name=id,
output_dir=FLAGS.output_dir,
data_pipeline=data_pipeline,
Expand Down

0 comments on commit 65b8c7e

Please sign in to comment.