set action

Issue #33 resolved
Namita Gupta created an issue

In line 123 of DefineClones.py: the length of the tuple needs to grow with the number of fields. clone_index.setdefault(tuple([0]*(len(fields)+3)), []).append(rec)

Comments (1)

  1. Namita Gupta reporter

    The fields are already added in by the _get_key functions defined above individually for allele and gene if fields is not None.

  2. Log in to comment