Hello,
I am trying to run the script cleanup_datasets.py, but I have this error :
(galaxy_env)[galaxy@localhost galaxy-dist]$ python scripts/cleanup_datasets/cleanup_datasets.py ../../config/galaxy.ini -d 5 -1 -r
Traceback (most recent call last):
File "scripts/cleanup_datasets/cleanup_datasets.py", line 524, in <module>
if __name__ == "__main__": main()
File "scripts/cleanup_datasets/cleanup_datasets.py", line 96, in main
for key, value in config_parser.items( "app:main" ):
File "/usr/lib64/python2.7/ConfigParser.py", line 642, in items
raise NoSectionError(section)
ConfigParser.NoSectionError: No section: 'app:main'
Best regards,
Mohamed