Skip to content

Commit

Permalink
Updated the annotations for the Entry_Generated_File table.
Browse files Browse the repository at this point in the history
  • Loading branch information
serbanvoinea committed Feb 28, 2024
1 parent 2592db7 commit 8c2fec3
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion config-scripts/annotations/annotation_config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@
"filename_column": "File_Name",
"md5": "File_MD5",
"template_engine": "handlebars",
"url_pattern": "/<hatrac>/pdb/generated/uid/{{#if _RCB}}{{#regexFindFirst _RCB \"[^\/]+$\"}}{{this}}{{/regexFindFirst}}{{else}}{{#regexFindFirst $session.client.id \"[^\/]+$\"}}{{this}}{{/regexFindFirst}}{{/if}}/entry/id/{{{Structure_Id}}}/final_mmCIF/{{{File_Name}}}"
"url_pattern": "/<hatrac>/pdb/generated/uid/{{#if _Entry_RCB}}{{#regexFindFirst _Entry_RCB \"[^\/]+$\"}}{{this}}{{/regexFindFirst}}{{else}}{{#regexFindFirst $session.client.id \"[^\/]+$\"}}{{this}}{{/regexFindFirst}}{{/if}}/entry/id/{{{Structure_Id}}}/final_mmCIF/{{{File_Name}}}"
}
},
#if 1
Expand Down Expand Up @@ -19355,9 +19355,22 @@
[
"PDB",
"Entry_Generated_File_System_Generated_File_Type_fkey"
],
[
"PDB",
"Entry_Generated_File_Structure_Id_Entry_RCB_fkey"
]
],
"entry": [
"File_URL",
[
"PDB",
"Entry_Generated_File_System_Generated_File_Type_fkey"
],
[
"PDB",
"Entry_Generated_File_Structure_Id_Entry_RCB_fkey"
]
]
}
},
Expand Down

0 comments on commit 8c2fec3

Please sign in to comment.