Skip to content

Commit

Permalink
Fix stripping of main chain
Browse files Browse the repository at this point in the history
  • Loading branch information
mhekkel committed Jan 29, 2025
1 parent c72a3bb commit 5d433db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/structure.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ void stripCifFile(const std::string &af_id, std::set<std::string> requestedAsyms
}

// For some reason, some filled structures contain spurrious struct_conn records...
existingAsyms.insert("A");
for (const auto &[asym_id_1, asym_id_2] : struct_conn.rows<std::string,std::string>("ptnr1_label_asym_id", "ptnr2_label_asym_id"))
{
existingAsyms.insert(asym_id_1);
Expand Down

0 comments on commit 5d433db

Please sign in to comment.