vineetbansal/chimera

Optional filtering for Hmmer results

Closed this issue · 0 comments

Leave the following from/to option configurable (yes/no) by the user:

if result['bitscore'] > 0 and result['alihmmfrom'] == 1 and \
                                result['alihmmto'] == result['aliM']:
                            results.append(result)