This repository was archived by the owner on Apr 26, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 48
Scipion commands
Jose Miguel de la Rosa Trevin edited this page Dec 11, 2015
·
8 revisions

Table of Contents
In scipion and scipion web, many projects can be created. Each project has a life time, and therefore after that lifetime the project is suitable for deletion.
To get the list of outdated projects you can run:
scipion python scripts/clean_projects.py [USER DATA FOLDER]
[USER DATA FOLDER] : by default will be 'os.environ['SCIPION_USER_DATA']' otherwise must be a folder with some user data.
This will only the projects that are out of date
You can list some project attributes with:
scipion --config [SCIPION CONFIG FILE] python scripts/config_project.py [PROJECT NAME]
You can also make a project eternal:
scipion --config [SCIPION CONFIG FILE] python scripts/config_project.py [PROJECT NAME] lifeTime=None