SCRIdb.transfer.get_glob

SCRIdb.transfer.get_glob(sample_name=None, AWS_storage=None, new_dest=None)

Compile a list of awscli commands to move the desired data from a sample to a desired destination on s3uri.

Parameters
  • sample_name (Optional[str]) – Sample name

  • AWS_storage (Optional[str]) – s3uri source path of the sample

  • new_dest (Optional[str]) – s3uri target path of the sample

Return type

Tuple[list, str]

Returns

Collected mv commands, and target path