Generates a manifest file based on a list of entities objects. To be removed in synapseclient v5.0.0. This is being replaced by `generate_manifest`.

generateManifest(allFiles, filename, provenance_cache=NULL)

Arguments

allFiles

A list of File Entity objects on Synapse (can't be Synapse IDs)

filename

A file where manifest will be written

provenance_cache

An optional dict of known provenance dicts keyed by entity ids

Details

Value

References

Note

See also

Examples