Changeset 2306 for TI01-discovery/trunk
- Timestamp:
- 21/03/07 18:06:23 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TI01-discovery/trunk/ingestAutomation/OAIBatch/oai_ingest.py
r2263 r2306 213 213 ident=getID(original_filename) 214 214 if NDG_dataProvider: 215 ident.replace(":","__") 216 molesLocalID = ident.split("__",2)[2] 215 newident=ident.replace(":","__") 216 print "identifier is %s" %newident 217 molesLocalID = newident.split("__",2)[2] 217 218 else: 218 219 molesLocalID = ident
Note: See TracChangeset
for help on using the changeset viewer.