Commit 33519974 authored by Gustaf Ahdritz's avatar Gustaf Ahdritz
Browse files

Fix bug in data module

parent c46e97ca
......@@ -170,7 +170,7 @@ class OpenFoldSingleDataset(torch.utils.data.Dataset):
else:
path = os.path.join(name, name + ".fasta")
data = self.data_pipeline.process_fasta(
fasta_path=feats,
fasta_path=path,
alignment_dir=alignment_dir,
)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment