Skip to content

Commit e1728d7

Browse files
committed
stop doing fat ancestor with --pangenome
1 parent a334a66 commit e1728d7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/cactus/setup/cactus_align.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -311,8 +311,6 @@ def make_align_job(options, toil, config_wrapper=None, chrom_name=None):
311311
cafNode.attrib["runMapQFiltering"] = "0"
312312
# more iterations here helps quite a bit to reduce underalignment
313313
cafNode.attrib["maxRecoverableChainsIterations"] = "50"
314-
# turn down minimum block degree to get a fat ancestor
315-
barNode.attrib["minimumBlockDegree"] = "1"
316314
# turn off POA seeding
317315
poaNode.attrib["partialOrderAlignmentDisableSeeding"] = "1"
318316

0 commit comments

Comments
 (0)