Package to manage data in experimental neuroscience labs
Project description
labdata
Tools to copy data and manage data analysis in an experimental neuroscience lab.
This is built after labdata-tools and integrates with S3 and a database through datajoint.
Concepts
Experiments often involve many computers in the lab and data has to be copied to a server(and sometimes backed up). In this process files can be corrupted, data loss and so on, specially if manually copying files. Further, in some cases, tasks have to be performed on the files (those might involve compressing, formatting, etc).
What labdata does to copy files:
1. After data are acquired, labdata performs a md5 checksum of the file to be copied and copies the file to a server.
2. After the copy, the checksum and datapath are placed on the Upload database table.
3. The computer/server that manages the copy to the permanent storage server will read the database table. The server will perform a checksum on the file to ensure the copy from the acquisition computer was ok.
4. If needed it will compress data or do whatever is specified in the preference file rules (see upload_rules)
5. Data will be put in S3 and added to the Files
Instalation
Clone the repository to a folder in your computer and do:
pip install . or pip install -e . to if you want that the source code follows git.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file labdata-0.0.12.tar.gz.
File metadata
- Download URL: labdata-0.0.12.tar.gz
- Upload date:
- Size: 126.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b1e1616311ed5957309db86ba4d253309f1d84eb3b1764ec4af7c7dd374ee48a
|
|
| MD5 |
70e573a110d146c78778319efe85acb8
|
|
| BLAKE2b-256 |
bf824cfb40f1bacb0efd1eeff8066638b7dd8c2e09ecd4325877936e0630e862
|
File details
Details for the file labdata-0.0.12-py3-none-any.whl.
File metadata
- Download URL: labdata-0.0.12-py3-none-any.whl
- Upload date:
- Size: 143.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9e1c3e48ef16f128ba5f6ff51dee8387229519a4cc4216042942c4176d1eec9d
|
|
| MD5 |
697b41b0c9c651d256f3ecf3b03f3b77
|
|
| BLAKE2b-256 |
44b34c1cdfc336f5d986f539e5aaa1d1077a8a26f2924c348a2bccfd1109e3f6
|