From: Jose M. de la R. T. <del...@gm...> - 2017-06-13 14:49:36
|
Hi David, It is not a silly question, I think that we should put it in a FAQ wiki page. Scipion is designed so it can be used in multi-users environments, where the administration install it and give just read and execution permission to the users. The problem with the tests is that the data is downloaded in /path/to/scipion/data/tests, so the admin should download the the datasets for the tests in advance. In that way, the users can execute the test without the need to download the dataset in that location. If you use the following command you can see the available datasets: scipion testdata --help (or --list) Hope this helps Bests, Jose Miguel On Tue, Jun 13, 2017 at 4:30 PM, Hoover , David (NIH/CIT) [E] < hoo...@he...> wrote: > Hi, > > I'm new to Scipion, so I hope this is not a silly question. > > Can Scipion be used in a multiuser mode? That is, can an administrator > install Scipion in a central, shared location, and have other users with > only read permission to that central location run Scipion with input/output > in their own local directories? > > So far, I can't figure out a way of doing this. Running the simple tests > give error messages. For example, > > scipion tests model.test_mappers > ... > [ FAILED ] TestSqliteMapper.test_SqliteDb > > Traceback (most recent call last): > File "/usr/local/apps/scipion/1.1/software/lib/python2.7/unittest/case.py", > line 329, in run > testMethod() > File "/usr/local/apps/scipion/1.1/pyworkflow/tests/model/test_mappers.py", > line 56, in test_SqliteDb > db._createConnection(self.modelGoldSqlite, timeout=1000) > File "/usr/local/apps/scipion/1.1/pyworkflow/mapper/sqlite_db.py", line > 52, in _createConnection > self.connection = sqlite.Connection(dbName, timeout, > check_same_thread=False) > OperationalError: unable to open database file > > Thanks, > David Hoover > HPC @ NIH > > > > ------------------------------------------------------------ > ------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > scipion-users mailing list > sci...@li... > https://lists.sourceforge.net/lists/listinfo/scipion-users > |