Skip to content

Commit

Permalink
Add biokem facility details.
Browse files Browse the repository at this point in the history
  • Loading branch information
ghidalgo93 committed Aug 25, 2021
1 parent 66be653 commit d40807d
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docs/petalibrary/biokem-facility.md
Original file line number Diff line number Diff line change
@@ -1 +1,16 @@
## BioKEM Facility

### Overview

BioKEM facitlity users can choose to have their data deposited directly into their PetaLibrary allocations. This process involves creating a biokem-deposit directory in your allocation's root directory and setting permissions to a biokem specific owner and group. The process is outlined below for the for full transparency.

```
dir="/pl/active/${ALLOCATION}/biokem-deposit"
mkdir ${dir}
group=$( stat -c %G ${dir} )
chown biokem:${group} ${dir}
chmod o+x ${dir}
chmod 2770 ${dir}
```

If you would like to have a biokem-deposit directory added to your PetaLibrary allocation please have the allocation owner contact rc-help@colorado.edu with the name of the allocation.

0 comments on commit d40807d

Please sign in to comment.