MPIIComputationalEpigenetics / DeepBlue

DeepBlue Epigenomic Data Server
Other
2 stars 0 forks source link

clone command does not import the content_format, and total_size of the cloned experiments. #98

Closed felipealbrecht closed 8 years ago

felipealbrecht commented 8 years ago

not cloned experiment upload_info: "upload_info": { "user": "u2", "content_format": "signal", "done": true, "client_address": "127.0.0.1", "upload_start": ISODate("2015-09-05T14:24:34+-200"), "total_size": NumberLong("412307933"), "upload_end": ISODate("2015-09-05T14:25:06.600+-200") }

cloned experiment upload_info:

{ "upload_info": { "user": "u5", "cloned_from": "e62225", "done": true, "upload_end": ISODate("2015-11-07T16:17:14.208+-100") }

ps: remove the old cloned experiments after this fix.