mango.application.mdss.get

mango.application.mdss.get(files, dest=None, recursive=False, project=None)[source]

Copies a file (or files) from MDSS to a specified location.

Parameters:
  • files (str or sequence of str) – File/directory path or sequence of file/directory paths to be copied from MDSS.
  • dest (str) – Destination file/directory path where files MDSS files are to be copied. If None uses current working directory as destination.
  • recursive (bool) – Whether directories are copied recursively from MDSS.
  • project (str) – NCI project identifier string, if None, uses default project (as returned from the getDefaultProject() function).

Previous topic

mango.application.mdss.exists

Next topic

mango.application.mdss.isfile

This Page