copy_path
- caqtus.session.copy.copy_path(
- path: PureSequencePath,
- source: StorageManager,
- destination: StorageManager,
Copy the path and its descendants from one session to another.
- Parameters:
path – The path to copy.
source – Used to connect to the storage when the data to be copied is located. The path must exist in the source session.
destination – Used to connect to the storage where the data will be copied. The path must not exist in the destination session.