Skip to content

Commit

Permalink
turn inMemory on by default for halAppendCactusSubtree
Browse files Browse the repository at this point in the history
  • Loading branch information
glennhickey committed Oct 21, 2020
1 parent 97148ed commit 728341d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cactus/progressive/cactus_progressive.py
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ def run(self, fileStore):
disk=self.configWrapper.getExportHalDisk(),
preemptable=False).rv()

def exportHal(job, project, event=None, cacheBytes=None, cacheMDC=None, cacheRDC=None, cacheW0=None, chunk=None, deflate=None, inMemory=False):
def exportHal(job, project, event=None, cacheBytes=None, cacheMDC=None, cacheRDC=None, cacheW0=None, chunk=None, deflate=None, inMemory=True):

HALPath = "tmp_alignment.hal"

Expand Down

0 comments on commit 728341d

Please sign in to comment.