Skip to content

Commit

Permalink
Update manifest structure docs (#354)
Browse files Browse the repository at this point in the history
  • Loading branch information
natanlao committed Jun 4, 2019
1 parent 6200a98 commit 20caac2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions hca/dss/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,12 @@ def download_manifest(self,
* `file_name` - the name of the file as specified in the bundle.
* `file_uuid` - the UUID of the file in the DSS.
* `file_sha256` - the SHA-256 hash of the file.
* `file_size` - the size of the file.
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.
Expand Down

0 comments on commit 20caac2

Please sign in to comment.