You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It will be useful to create a cli tool to load tables associated with an entry selectively using data in a JSON file (e.g., python load_entry_tables_from_json.py --entry_id <entry_id> --json_file <json_filename> --action <DRY/LOAD>).
It will be useful to create a cli tool to load tables associated with an entry selectively using data in a JSON file (e.g.,
python load_entry_tables_from_json.py --entry_id <entry_id> --json_file <json_filename> --action <DRY/LOAD>
).It is already used in the backend worklflow for deposition:
https://github.com/informatics-isi-edu/protein-database/blob/master/scripts/pdb_processing/worker/pdb/clientlib/pdb_workflow_processing_lib/client.py#L1318
The text was updated successfully, but these errors were encountered: