Create dataset where data directory is a symlink
Project description
Add ability to create dataset where data directory is a symlink.
Installing this package provides the dtool command line client with a storage broker named symlink. This is useful if one wants to mark up files in a directory as a dataset without having to re-organise their structure on disk. For example if one wants to mark up some Next Generation Sequencing data that has arrived on an external hard disk as a dataset before copying the resulting dataset to some other form of storage.
If one wants to make use of the dtool_symlink.storagebroker.SymLinkStorageBroker class programatically one needs to set an attribute called symlink_path on the SymLinkStorageBroker instance with the path to the directory to be linked before calling the create_structure method. For example:
from dtool_symlink.storagebroker import SymLinkStorageBroker symlink_storage_broker = SymLinkStorageBroker("/path/to/dataset") symlink_storage_broker.symlink_path = "/mnt/my_data/" symlink_storage_broker.create_structure()
Installation
To install the dtool-symlink package.
cd dtool-symlink
python setup.py install
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file dtool-symlink-0.3.0.tar.gz
.
File metadata
- Download URL: dtool-symlink-0.3.0.tar.gz
- Upload date:
- Size: 2.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/3.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b8efec1d72dc56cb3825d1e237316bf6d926c775c005ff2179ed8ff2cedad248 |
|
MD5 | bac4cb76027304613f05986ab9e0111b |
|
BLAKE2b-256 | a5eb4a2981d7c54c82716eef872b85c572432644104a762c2d86a1228649b5e1 |