-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
124 add strain information linked with the species csv (#126)
* feat: working on adding species -- bit complicated because of duplicates * feat: working generator for species * feat: add MGI strain registries
- Loading branch information
Showing
5 changed files
with
114 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
name,registry_abbreviation,registry_identifier | ||
Callithrix jacchus,NCBI,NCBI:txid9483 | ||
Homo sapiens,NCBI,NCBI:txid9606 | ||
Macaca mulatta,NCBI,NCBI:txid9544 | ||
Mus musculus,NCBI,NCBI:txid10090 | ||
Rattus norvegicus,NCBI,NCBI:txid10116 | ||
species,species_registry_abbreviation,species_registry_identifier,strain,strain_registry_abbreviation,strain_registry_identifier | ||
Callithrix jacchus,NCBI,NCBI:txid9483,default,, | ||
Homo sapiens,NCBI,NCBI:txid9606,default,, | ||
Macaca mulatta,NCBI,NCBI:txid9544,default,, | ||
Mus musculus,NCBI,NCBI:txid10090,C57BL/6J,MGI,MGI:3028467 | ||
Mus musculus,NCBI,NCBI:txid10090,BALB/c,MGI,MGI:2159737 | ||
Rattus norvegicus,NCBI,NCBI:txid10116,default,, |
51 changes: 42 additions & 9 deletions
51
src/aind_data_schema_models/_generators/templates/species.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters