Skip to content

Commit

Permalink
option to validate hmm hits by sequence score
Browse files Browse the repository at this point in the history
  • Loading branch information
trvinh committed Dec 20, 2023
1 parent 0404231 commit e1f92f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fdog/runMulti.py
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ def main():
coreArgs = [minDist, maxDist, coreSize, coreTaxa, distDeviation,
alnStrategy, fasOff]
orthoCoreArgs = [CorecheckCoorthologsOff, rbh, True, evalBlast/10,
lowComplexityFilter, evalHmmer/10, coreHitLimit,
lowComplexityFilter, evalHmmer/10, coreHitLimit, hmmScoreType,
scoreCutoff, aligner] # rep = True; e-value cutoff is 10x more stringent than from ortho search
otherCoreArgs = [cpus, debugCore, silentOff, noCleanup, force, append]
core_options = [coreArgs, orthoCoreArgs, otherCoreArgs]
Expand Down
2 changes: 1 addition & 1 deletion fdog/runSingle.py
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ def main():
coreArgs = [minDist, maxDist, coreSize, coreTaxa, distDeviation,
alnStrategy, fasOff]
orthoCoreArgs = [CorecheckCoorthologsOff, rbh, True, evalBlast/10,
lowComplexityFilter, evalHmmer/10, coreHitLimit,
lowComplexityFilter, evalHmmer/10, coreHitLimit, hmmScoreType,
scoreCutoff, aligner] # rep = True; e-value cutoff is 10x more stringent than from ortho search
otherCoreArgs = [cpus, debugCore, silentOff, noCleanup, force, append]
print('##### COMPILING CORE SET FOR %s #####' % seqName)
Expand Down

0 comments on commit e1f92f1

Please sign in to comment.