Skip to content

Commit a3af75d

Browse files
committed
Add ids and cleanup
1 parent 5bf4728 commit a3af75d

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

process_tomograms.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,8 @@ def process_record(source, edit=None):
276276
title = annotation["descriptiveTitle"]
277277
else:
278278
title = information["species/Specimen"][0]["name"]
279+
if len(title) <= 3:
280+
title = title + " tomogram data"
279281
description, keywords = create_detailed_description(information, annotation)
280282
(
281283
formats,

tomogram_ids.json

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)