Skip to content

added remote flag to base Data class

Yakubov, Sergey requested to merge 7-add-remote-data-flag-to-galaxy into dev

Closes #7 (closed)

Added a metadata parameter "remote" to the base Data class. This will propagate to all data types in Galaxy. Default is "0". For the remote data, we can set it to "1" and process it correspondingly.

Merge request reports