To share data:
UPDATE: it is easier if you type three line commands
git add [your readme.txt]
git commit -m [message]
git push
Creat a readme file under your data directory, with the exact file name readme.txt
Run update.sh under your data directory. Do scratch/fas/gerstein /cortex/update.sh msg, where msg is the short commit message
Right now, blank is not allowed in msg
Example:
scratch/fas/gerstein/cortex/update.sh fixedReadFilefor1kgphase3
STL Feb/16