When browsing 'Data Store', need a variable (storagePath) to define relative path.
For CSHL storage system, $storagePath='data.sciapps.org/example_data'
For CyVerse Data Store, $storagePath='/iplant/home/UserName/sci_data', also need to add a button to allow accessing community data: /iplant/home/shared
To do this, we need to update Agave system to point root folder one level up than example_data. When browsing files from App form, user needs to be directed to $storagePath and won't have right to access data above $storagePath.
All workflows need to be rebuilt since path are changed.
'example_data' need to be removed from filesInfo.js after these changes.
When browsing 'Data Store', need a variable (storagePath) to define relative path.
For CSHL storage system, $storagePath='data.sciapps.org/example_data'
For CyVerse Data Store, $storagePath='/iplant/home/UserName/sci_data', also need to add a button to allow accessing community data: /iplant/home/shared
To do this, we need to update Agave system to point root folder one level up than example_data. When browsing files from App form, user needs to be directed to $storagePath and won't have right to access data above $storagePath.
All workflows need to be rebuilt since path are changed.
'example_data' need to be removed from filesInfo.js after these changes.