Skip to content

Commit

Permalink
Merge pull request #206 from veg/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
stevenweaver authored Jun 14, 2021
2 parents 50e066e + 31a5d8e commit 43fdfae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions app/hyphyjob.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ hyphyJob.prototype.spawn = function() {
// No status update could be read,
// but this could be due to the job just starting
self.log("read progress file, but no data");
self.onStatusUpdate(data);
}
});
});
Expand Down
4 changes: 2 additions & 2 deletions app/meme/meme.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export HYPHY_PATH=$HYPHY_PATH

trap 'echo "Error" > $STATUS_FILE; exit 1' ERR

echo "mpirun -np $PROCS $HYPHY LIBPATH=$HYPHY_PATH meme --alignment $FN --tree $TREE_FN --code $GENETIC_CODE"
mpirun -np $PROCS $HYPHY LIBPATH=$HYPHY_PATH meme --alignment $FN --tree $TREE_FN --code $GENETIC_CODE
echo "mpirun -np $PROCS $HYPHY LIBPATH=$HYPHY_PATH meme --alignment $FN --tree $TREE_FN --code $GENETIC_CODE >> $PROGRESS_FILE"
mpirun -np $PROCS $HYPHY LIBPATH=$HYPHY_PATH meme --alignment $FN --tree $TREE_FN --code $GENETIC_CODE >> $PROGRESS_FILE

echo "Completed" > $STATUS_FILE

0 comments on commit 43fdfae

Please sign in to comment.