Datashare
Host data on helix & biowulf with
Host data on Helix or Biowulf, that is publicly accessible through a URL
Setup
Access Login
# Helix
ssh -Y username@helix.nih.gov
# Biowulf
ssh -Y username@biowulf.nih.gov
Create a new dir (tutorial
) in the datashare path:
cd /data/CCBR/datashare/
mkdir tutorial
Processing
Create public permissions for data
When the data has been successully copied, we need to open the permissions.
NOTE: This will give open access to anyone with the link. Ensure this is appropriate for the data type
# cd to the shared dir
cd /data/CCBR/datashare/
# run CHMOD, twice
chmod -R 777 tutorial
chmod -R 777 tutorial/*
# run SETFACL
setfacl -m u:webcpu:r-x tutorial/*
Public Access
NOTE: You must be logged into HPC in order to access these files from a web browser.
Files will be available for access through a browser, via tools like wget
and UCSC genome track browser
via the following format:
http://hpc.nih.gov/~CCBR/tutorial/file.txt
For more information and a tutorial for creating UCSC tracks, visit the CCBR HowTo Page.