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

fix constructor for LoadData Class

parent 75074dd0
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):
def __init__(self, parameters_dictionary):
self.existing_folders_cache = {}
self.bam_metadata_cache = {}
super().__init__(self)
super().__init__(parameters_dictionary)
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