np_codeocean 0.3.0__py3-none-any.whl → 0.3.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- np_codeocean/scripts/upload_dynamic_routing_ecephys.py +1 -0
- {np_codeocean-0.3.0.dist-info → np_codeocean-0.3.1.dist-info}/METADATA +1 -1
- {np_codeocean-0.3.0.dist-info → np_codeocean-0.3.1.dist-info}/RECORD +5 -5
- {np_codeocean-0.3.0.dist-info → np_codeocean-0.3.1.dist-info}/WHEEL +0 -0
- {np_codeocean-0.3.0.dist-info → np_codeocean-0.3.1.dist-info}/entry_points.txt +0 -0
|
@@ -199,6 +199,7 @@ def main() -> None:
|
|
|
199
199
|
args = parse_args()
|
|
200
200
|
kwargs = vars(args)
|
|
201
201
|
kwargs |= {'adjust_ephys_timestamps': False} # unnecessary while we have machinery in place for adjusting in npc_sessions (adds 5 GB of timestamps files for each upload)
|
|
202
|
+
np_codeocean.utils.set_npc_lims_credentials()
|
|
202
203
|
write_metadata_and_upload(**kwargs)
|
|
203
204
|
|
|
204
205
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: np_codeocean
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.1
|
|
4
4
|
Summary: Tools for uploading and interacting with Mindscope Neuropixels experiments on Code Ocean
|
|
5
5
|
Author-Email: Ben Hardcastle <ben.hardcastle@alleninstitute.org>, Chris Mochizuki <chrism@alleninstitute.org>, Arjun Sridhar <arjun.sridhar@alleninstitute.org>
|
|
6
6
|
License: MIT
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
np_codeocean-0.3.
|
|
2
|
-
np_codeocean-0.3.
|
|
3
|
-
np_codeocean-0.3.
|
|
1
|
+
np_codeocean-0.3.1.dist-info/METADATA,sha256=6Jj7rDiuyDBWLJLJ1fg8RojWs59nuQKBne4MuXGFtO8,3177
|
|
2
|
+
np_codeocean-0.3.1.dist-info/WHEEL,sha256=thaaA2w1JzcGC48WYufAs8nrYZjJm8LqNfnXFOFyCC4,90
|
|
3
|
+
np_codeocean-0.3.1.dist-info/entry_points.txt,sha256=p32aRkIjrFa4KtUbq2E6ZMYBVNRUw3U8ZIarvwNkK1E,250
|
|
4
4
|
np_codeocean/__init__.py,sha256=ED7YOu-3AIQIEML9jPT9bQ690lfhYZNiOB4QhnJ8r8U,76
|
|
5
5
|
np_codeocean/np_session_utils.py,sha256=yRz62ybX7k192Qr_viRPOL3saIPh5EH60KakAva5Wck,16659
|
|
6
6
|
np_codeocean/scripts/fix_ephys_data_on_s3.py,sha256=c5jHZmFLjMCRGb3YSmefCZRO_telZ7dB-mXGIG5ncYk,560
|
|
7
7
|
np_codeocean/scripts/upload_dynamic_routing_behavior.py,sha256=mc_dRF_sllvIlaDiCvWBMY8XZGji3dqsMJBJzykdS8M,17190
|
|
8
|
-
np_codeocean/scripts/upload_dynamic_routing_ecephys.py,sha256=
|
|
8
|
+
np_codeocean/scripts/upload_dynamic_routing_ecephys.py,sha256=OdbxA3ird4_S4CxZ-_Z7ZrnXvyVlDdMZfAQD9BXEVFM,9985
|
|
9
9
|
np_codeocean/scripts/upload_ethan_analysis_files.py,sha256=MaJRVk0CfzEMkwMmmXRmnRCqYpo6mGNWtROfZLavgGw,1019
|
|
10
10
|
np_codeocean/scripts/upload_split_recordings_example.py,sha256=1_aqoBxAkB_VpRKYqyPsEQBDGvgyAHXAkIJA0ZT2Vb0,1490
|
|
11
11
|
np_codeocean/utils.py,sha256=Pni1c8iKIe94lPLOTBha8MLlSYPqUluWXXVCNyOsGbw,19971
|
|
12
|
-
np_codeocean-0.3.
|
|
12
|
+
np_codeocean-0.3.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|