Skip to content

Commit 092e7f7

Browse files
committed
added bbglab new protocol
1 parent f0fb8f9 commit 092e7f7

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# New BBGlab project protocol
2+
3+
These guidelines will help you to create a new project in the lab.
4+
5+
## Create project folders in the cluster
6+
7+
Check the cluster structure organization [here](https://bbglab.github.io/bbgwiki/Cluster_basics/Structure/#description). You can create the corresponding project folders within main directories:
8+
- Create project folder in `/data/bbg/projects/`
9+
- Create dataset folder in `/data/bbg/datasets/` or `/data/bbg/datasafe/` or s3.
10+
11+
## Properly organize your project folder
12+
13+
Remember to follow the [BBGlab best practices](https://bbglab.github.io/bbgwiki/BBGProtocols/BBglab_data_organization/) when organizing your project directory. In addition, you should fill and keep updated this [Project Compilation spreadsheed](https://docs.google.com/spreadsheets/d/1jJleTek9eP4S6CCe5fO8_M4-vLuKhumgKjlQ58jP_rc/edit?gid=0#gid=0).
14+
15+
## Properly organize your google drive
16+
17+
You can also follow the [BBGlab best practices](https://bbglab.github.io/bbgwiki/BBGProtocols/BBglab_data_organization/) for that.
18+
19+
## Track changes in Git
20+
You should have a Github account to track all your code in terms of version control and collaboration. You can create a github account if you don't have one yet. Check the [Git guidelines](https://bbglab.github.io/bbgwiki/Tools/Programming/git/).

0 commit comments

Comments
 (0)