Skip to content

Commit dad0b31

Browse files
committed
Removed mobie dependencies from package
1 parent bb41c54 commit dad0b31

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

flamingo_tools/s3_utils.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
import s3fs
44
import zarr
55

6-
from mobie.metadata import add_remote_project_metadata
76
from tqdm import tqdm
87

98
# Using incucyte s3 as a temporary measure.
@@ -87,10 +86,6 @@ def create_s3_target(url, anon=False, credential_file=None):
8786
return fs
8887

8988

90-
def remote_metadata():
91-
add_remote_project_metadata(MOBIE_FOLDER, BUCKET_NAME, SERVICE_ENDPOINT)
92-
93-
9489
def upload_data():
9590
target = create_s3_target(
9691
SERVICE_ENDPOINT,

scripts/prediction/upload_to_s3.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,9 @@ def main():
2323
s3_utils.upload_data()
2424

2525

26+
def remote_metadata():
27+
add_remote_project_metadata(MOBIE_FOLDER, BUCKET_NAME, SERVICE_ENDPOINT)
28+
29+
2630
if __name__ == "__main__":
2731
main()

0 commit comments

Comments
 (0)