Skip to content

Commit

Permalink
Have to adjust the dockerfile value it's pulling as it's changing
Browse files Browse the repository at this point in the history
  • Loading branch information
kimleeng committed Aug 3, 2020
1 parent 99129a1 commit 72b1f7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/bifrostlib/bifrostlib/datahandling.py
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ def __init__(self, sample_id, component_id, path=None):
self.initialized()

def load(self):
return (self.sample_db["name"], self.component_db["name"], self.component_db["dockerfile"], self.component_db["options"], self.component_db["resources"])
return (self.sample_db["name"], self.component_db["name"], self.component_db["install"], self.component_db["options"], self.component_db["resources"])

def start_data_extraction(self, file_location=None):
summary = self.sample_component_db["properties"]["summary"]
Expand Down

0 comments on commit 72b1f7f

Please sign in to comment.