Mercurial > repos > davidvanzessen > shm_csr
view CHANGELOG.md @ 88:a84ac3ee87e1 draft
"planemo upload commit 78d1fae87dbcf490e49a9f99e7a06de7328e16d4"
author | rhpvorderman |
---|---|
date | Wed, 27 Oct 2021 12:32:21 +0000 |
parents | 4db34e32dd47 |
children | 6809c63d9161 |
line wrap: on
line source
version 1.2.0 ------------- + Add a container in which the tool can execute. + Remove redundant files after execution. version 1.1.0 ------------- + Added changeo as a dependency. Porting to python3 was necessary to achieve this. This will make sure the shm_csr package can be installed on all galaxies. + Make sure the wrapper script runs with `set -e -o pipefail` and fails on error. + Updated all python scripts to work on python3