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

fix constructor for LoadData Class

parent cf811479
No related branches found
No related tags found
2 merge requests!12Release_2.0 next,!9Release 2.0 (merge dev to master)
......@@ -35,10 +35,10 @@ class LoadData(speciesData.SpeciesData):
Optional data file formatting
"""
def __init__(self, parameters_dictionary):
def __init__(self):
self.existing_folders_cache = {}
self.bam_metadata_cache = {}
super().__init__(self, parameters_dictionary)
super().__init__(self)
def get_history(self):
"""
......
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