Issue#129
New project space_id migration workflow
Allows to migrate a project to another space_id, defined in application.properties . The corresponding files are moved, and the old directories are deleted. The projects's runs and analyses's retentions are updated according to the values given in application.properties. If the retention given is a period (not a date), the new retention is relative to the run or analysis's creation date.
How to do it? python3.4 /save/ng6-test/src/ng6-git-rtherville/bin/ng6_cli.py switchprojectspaceid --project-id 1292 --space-id seqoccin --admin-login CTD
Edited by Romain Therville