Skip to content

Commit 7f7808f

Browse files
authored
Update tilepair client to match asap:develop
Make client call compatible with the way Render handles the `useRowColPositions` parameter. ref: AllenInstitute/asap-modules#252
1 parent 42b926a commit 7f7808f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

renderapi/client/client_calls.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -243,8 +243,7 @@ def tilePairClient(stack, minz, maxz, outjson=None, delete_json=False,
243243
'--excludeSameSectionNeighbors') +
244244
get_param(excludePairsInMatchCollection,
245245
'--excludePairsInMatchCollection') +
246-
get_param(useRowColPositions,
247-
'--useRowColPositions') +
246+
(['--useRowColPositions'] if useRowColPositions else []) +
248247
get_param(existingMatchOwner,
249248
'--existingMatchOwner') +
250249
get_param(minExistingMatchCount,

0 commit comments

Comments
 (0)