Skip to content

Commit

Permalink
removing one last debuging print
Browse files Browse the repository at this point in the history
  • Loading branch information
luis committed Oct 29, 2018
1 parent 491a4f7 commit 863c673
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion taranis.py
Original file line number Diff line number Diff line change
Expand Up @@ -811,7 +811,6 @@ def allele_call_nucleotides ( core_gene_dict_files, reference_query_directory,
index_delete = deletions_dict[core_name].index(new_sseq)
if new_sequence_lenght < query_length :
delete_allele = 'ASM_DELETE_' + core_name + '_' + str(index_delete)
print(delete_allele)
elif new_sequence_lenght == query_length:
delete_allele = 'AEM_DELETE_' + core_name + '_' + str(index_delete)
else:
Expand Down

0 comments on commit 863c673

Please sign in to comment.