Dear all,
when I want to start the cleanup datasets script I get the following error.
(.venv)root@galaxy:/galaxy-central# python /galaxy-central/scripts/cleanup_datasets/cleanup_datasets.py config/galaxy.ini -d -10 -1
Traceback (most recent call last):
File "/galaxy-central/scripts/cleanup_datasets/cleanup_datasets.py", line 544, in <module>
main()
File "/galaxy-central/scripts/cleanup_datasets/cleanup_datasets.py", line 99, in main
for key, value in config_parser.items( "app:main" ):
File "/usr/lib/python2.7/ConfigParser.py", line 642, in items
raise NoSectionError(section)
ConfigParser.NoSectionError: No section: 'app:main'
We are using the docker galaxy stable 16.04 version. Before this script always worked without producing any error.
It would be great if anybody has an idea how to fix this...
Thank you very much in advance.
Cheers,
Philipp
-----Original message-----
From: Marius van den Beek <m.vandenbeek@gmail.com>
Sent: Tuesday 7th June 2016 14:06
To: Marco Tangaro <ma.tangaro@gmail.com>
Cc: galaxy-dev <galaxy-dev@lists.galaxyproject.org>
Subject: Re: [galaxy-dev] Python tool wrapper with multiple input and output files