When running the (modified) example-output-processing.py script on my partis annotate output I get the following error:
Traceback (most recent call last):
File "get_cdr3_seqs_from_partis_annotate_output.py", line 36, in <module>
get_cdr3_seqs_foreach_line(input_partis_annotate_csv_filepath=sys.argv[1], output_filepath=sys.argv[2], path_to_partis_master=sys.argv[3])
File "get_cdr3_seqs_from_partis_annotate_output.py", line 24, in get_cdr3_seqs_foreach_line
utils.add_implicit_info(glfo, line)
File "/Users/nstrauli/tools/partis-master/python/utils.py", line 981, in add_implicit_info
alternate_name = glutils.convert_to_duplicate_name(glfo, line[region + '_gene'])
File "/Users/nstrauli/tools/partis-master/python/glutils.py", line 80, in convert_to_duplicate_name
raise Exception('couldn\'t find alternate name for %s (and we\'re probably looking for an alternate name because it wasn\'t in glfo to start with)' % gene)
Exception: couldn't find alternate name for IGHV4-34*01+C67T (and we're probably looking for an alternate name because it wasn't in glfo to start with)
Any ideas?