Mercurial > repos > petrn > repeatexplorer
diff seqclust @ 1:2d43ed150abe draft
Uploaded
author | petrn |
---|---|
date | Fri, 20 Dec 2019 08:26:05 +0000 |
parents | f6ebec6e235e |
children | 94877d063270 |
line wrap: on
line diff
--- a/seqclust Thu Dec 19 13:46:43 2019 +0000 +++ b/seqclust Fri Dec 20 08:26:05 2019 +0000 @@ -65,8 +65,9 @@ DD=os.path.basename(config.DNA_DATABASE), DDmd5=utils.md5checksum(config.DNA_DATABASE + ".nsq")) - except subprocess.CalledProcessError: + except: version_string = "version of pipeline not available!" + LOGGER.info(version_string) return version_string