generate_sync_manifest: generate_sync_manifest

generate_sync_manifestR Documentation

generate_sync_manifest

Description

Generate manifest for syncToSynapse() from a local directory.

Usage

generate_sync_manifest(directory_path, parent_id, manifest_path)

Arguments

directory_path

The local directory for the data to be uploaded

parent_id

A Synapse ID of a folder that the data is being uploaded to

manifest_path

The filepath to the manifest file to be generated

See Also

syncToSynapse()

Examples

  ## Not run: 
    generate_sync_manifest(directory_path = '/path/to/folder', parent_id = 'syn1234', manifest_path = 'path/to/manifest_file.tsv')
  
## End(Not run)

Sage-Bionetworks/synapserutils documentation built on Feb. 12, 2024, 10:31 a.m.