Murali-group / Beeline

BEELINE: evaluation of algorithms for gene regulatory network inference
GNU General Public License v3.0
171 stars 51 forks source link

Erroneous message printed during initialization of Beeline #78

Closed blessyantony9 closed 2 years ago

blessyantony9 commented 2 years ago

echo "Docker container for ARBORETO is built and tagged as arboreto:base" message printed even if the corresponding docker build fails. The same applies to all algorithms.

Possible fix: Capture the exit code of the preceding docker build command and print the appropriate success/fail message based on the returned exit code.

blessyantony9 commented 2 years ago

Duplicate issue