Skip to content
This repository has been archived by the owner on Jul 17, 2023. It is now read-only.

Commit

Permalink
Merge branch 'feature-STREL-853' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
x-chen committed Mar 2, 2018
2 parents 057ff72 + 42a4a4f commit ca11f1b
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@

### Fixed
- Standardize germline FORMAT/GQ VCF tag to Integer type (MANTA-1349)
- Update to pyflow v1.1.20 to close infrequent race condition in task resolution (STREL-853)
- Under the race condition error, a non-failing task would be logged as failing with the message "TASKNAME has stopped without a traceable cause"

## v1.3.1 - 2018-02-19

Expand Down
2 changes: 1 addition & 1 deletion COPYRIGHT.txt
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ corresponding subdirectories.

******************************************************************

pyFlow 1.1.19
pyFlow 1.1.20

pyFlow - a lightweight parallel task engine

Expand Down
2 changes: 1 addition & 1 deletion redist/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ endif ()
# pyflow
#

set(PYFLOW_PREFIX "pyflow-1.1.19")
set(PYFLOW_PREFIX "pyflow-1.1.20")
set(PYFLOW_DIR "${CMAKE_CURRENT_BINARY_DIR}/${PYFLOW_PREFIX}")
set(PYFLOW_SCRIPT "${PYFLOW_DIR}/src/pyflow.py")

Expand Down
Binary file removed redist/pyflow-1.1.19.tar.bz2
Binary file not shown.
Binary file added redist/pyflow-1.1.20.tar.bz2
Binary file not shown.

0 comments on commit ca11f1b

Please sign in to comment.