Skip to content

Commit

Permalink
Merge pull request #23 from alliance-genome/SCRUM-922
Browse files Browse the repository at this point in the history
Scrum 922
  • Loading branch information
azurebrd authored Aug 26, 2022
2 parents 5714780 + 2818961 commit 6a9f700
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/processor/interaction_molecular_processor.py
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@ def get_data(self):
human_out: 'Homo sapiens',
mgi_out: 'Mus musculus',
wb_out: 'Caenorhabditis elegans',
xb_out: 'Xenopus laevis',
xb_out: 'Xenopus laevis, Xenopus tropicalis',
sgd_out: 'Saccharomyces cerevisiae',
zfin_out: 'Danio rerio',
sarscov2_out: 'Severe acute respiratory syndrome coronavirus 2',
Expand All @@ -500,7 +500,7 @@ def get_data(self):
human_out: 'NCBI:txid9606',
mgi_out: 'NCBI:txid10090',
wb_out: 'NCBI:txid6239',
xb_out: 'NCBI:txid8355',
xb_out: 'NCBI:txid8355, NCBI:txid8364',
sgd_out: 'NCBI:txid559292',
zfin_out: 'NCBI:txid7955',
sarscov2_out: 'NCBI:txid2697049',
Expand Down

0 comments on commit 6a9f700

Please sign in to comment.