Skip to content

Commit

Permalink
download_manifest docstring update (#346)
Browse files Browse the repository at this point in the history
  • Loading branch information
natanlao authored and DailyDreaming committed May 24, 2019
1 parent 7267b7b commit 9f36a69
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions hca/dss/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ def download(self,
`gcp` for Google Cloud Platform. [aws, gcp]
:param str version: The version to download, else if not specified, download the latest. The version is a
timestamp of bundle creation in RFC3339
:param str dest_name: The destination file path for the download
:param str download_dir: The directory into which to download
:param iterable metadata_files: one or more shell patterns against which all metadata files in the bundle will be
matched case-sensitively. A file is considered a metadata file if the `indexed` property in the manifest is
set. If and only if a metadata file matches any of the patterns in `metadata_files` will it be downloaded.
Expand Down Expand Up @@ -290,9 +290,6 @@ def download_manifest(self,
This download format will serve as the main storage format for downloaded files. If a user specifies a different
format for download (coming in the future) the files will first be downloaded in this format, then hard-linked
to the user's preferred format.
The TSV may have additional columns. Those columns will be ignored. The ordering of the columns is
insignificant because the TSV is required to have a header row.
"""
if layout == 'none':
self._download_manifest_filestore(manifest, replica, num_retries, min_delay_seconds, download_dir)
Expand Down

0 comments on commit 9f36a69

Please sign in to comment.