unique379r / strspy

STRspy: a novel alignment and quantification-based state-of-the-art method, short tandem repeat (STR) detection calling tool designed specifically for long-read sequencing reads such as from Oxford nanopore technology (ONT) and PacBio.
MIT License
16 stars 5 forks source link

Fix bug in STRspy_setup.sh #1

Closed yufernando closed 3 years ago

yufernando commented 3 years ago

After successful installation, the current script returns exit code 1, which implies an error. This can create problems. For example, when installing strspy from a Dockerfile, it breaks the installation process after the exit code 1 is returned. Successful installation now returns exit code 0 which implies success.

unique379r commented 3 years ago

issue is resolved.