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).
|