biocore / oecophylla

shotgun pipeline
MIT License
11 stars 19 forks source link

Improve error message for missing config file #134

Closed tanaes closed 6 years ago

tanaes commented 6 years ago

Line 304 in launch.py:


        if not os.path.exists(cluster_config):
            raise IOError('If submitting to cluster, must provide a cluster '
                          'configuration file.')

If it's a bad path, can yield a better error message