Skip to content
Snippets Groups Projects
Commit fe6ecd5c authored by Loraine Gueguen's avatar Loraine Gueguen
Browse files

minor fix

parent 74ed0472
No related branches found
No related tags found
1 merge request!18Release v2.1.0
......@@ -105,7 +105,7 @@ class SpeciesData:
self.abbreviation = "_".join(utilities.filter_empty_not_empty_items([self.genus_lowercase[0], self.species, self.strain, self.sex])["not_empty"])
self.species_folder_name = "_".join(utilities.filter_empty_not_empty_items(
[self.genus_lowercase, self.species_lower(), self.strain.lower(),
[self.genus_lowercase, self.species_lower, self.strain.lower(),
self.sex.lower()])["not_empty"])
self.dataset_prefix = None
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment