mirror of
https://github.com/google-deepmind/alphafold.git
synced 2026-06-04 14:58:05 +08:00
Change fasta description used in data pipeline to be chain_<chain number>.
PiperOrigin-RevId: 407584472 Change-Id: Icfa755722ddabff71d27f4a3d07f9e88a409c3a6
This commit is contained in:
committed by
Copybara-Service
parent
0be2b30b98
commit
c128d1aa2c
@@ -202,7 +202,7 @@ class DataPipeline:
|
||||
msa_output_dir: str,
|
||||
is_homomer_or_monomer: bool) -> pipeline.FeatureDict:
|
||||
"""Runs the monomer pipeline on a single chain."""
|
||||
chain_fasta_str = f'>{description}\n{sequence}\n'
|
||||
chain_fasta_str = f'>chain_{chain_id}\n{sequence}\n'
|
||||
chain_msa_output_dir = os.path.join(msa_output_dir, chain_id)
|
||||
if not os.path.exists(chain_msa_output_dir):
|
||||
os.makedirs(chain_msa_output_dir)
|
||||
|
||||
Reference in New Issue
Block a user