Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e5d6632

Browse files
authoredApr 4, 2019
Update 04_OTUanalysis_driver.bash
1 parent 0e702f1 commit e5d6632

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
 

‎code/04_OTUanalysis_driver.bash

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
11
#!/usr/bin/env bash
22

33
bash ./code/dataanalysis/iMAP_dataanalysis_driver.bash
4+
5+
if [ "$?" != "0" ]; then
6+
echo "[Error] Sorry, OTU anaysis did not finish, exiting...,!" 1>&2
7+
exit 1
8+
fi
9+
10+

0 commit comments

Comments
 (0)
Please sign in to comment.