Skip to content

Commit

Permalink
Merge pull request #310 from ComparativeGenomicsToolkit/ph09-patch-5
Browse files Browse the repository at this point in the history
Update filter_transmap.py
  • Loading branch information
ph09 authored Feb 25, 2024
2 parents 5889b03 + 8f56748 commit 04b3f13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cat/filter_transmap.py
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ def filter_clusters(clustered, transcript_gene_map, gene_name_map, scores, metri
# add gene IDs and scores. clustered.gene is actually AlignmentId fields
clustered['gene_id'] = [transcript_gene_map[tools.nameConversions.strip_alignment_numbers(x)] for x in clustered.gene]
clustered['scores'] = [scores[x] for x in clustered.gene]

cluster_done = []
to_remove_alns = set() # set of specific alignment IDs to remove
alt_loci = [] # will become a DataFrame of alt loci to populate that field
# any gene IDs with multiple clusters need to be resolved to resolve paralogies
Expand Down

0 comments on commit 04b3f13

Please sign in to comment.