Skip to content

Commit

Permalink
fix famseq wrong None type
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanMainguy committed Oct 13, 2023
1 parent 765a246 commit b878a4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ppanggolin/context/searchGeneContext.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def search_gene_context_in_pangenome(pangenome: Pangenome, output: Path, tmpdir:
check_pangenome_info(pangenome, need_annotations=True, need_families=True, disable_bar=disable_bar)

families_of_interest = set()
family_2_input_seqid = None
family_2_input_seqid = {}
if sequence_file is not None:
# Alignment of sequences on pangenome families
with read_compressed_or_not(sequence_file) as seqFileObj:
Expand Down

0 comments on commit b878a4c

Please sign in to comment.