-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
41ed895
commit d766e15
Showing
1 changed file
with
2 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,8 @@ | ||
# Project data | ||
|
||
The majority of the data files for this project are stored on Box (in the `Angeletti_WABI` shared folder), because they are too large to be stored/tracked in a git repository. | ||
|
||
The data directories should be retrieved from the `Angeletti_WABI` Box folder and placed in this `data/` directory, such that it has the following structure: | ||
|
||
``` | ||
data/ | ||
├── VDJ_OTUs | ||
│ ├── lung0_2 | ||
│ ├── lung14_2 | ||
│ ├── lung14_3 | ||
│ ...etc. | ||
├── cellranger | ||
│ ├── lung0_2 | ||
│ ├── lung14_2 | ||
│ ├── lung14_3 | ||
│ ...etc. | ||
└── gene_lists | ||
``` | ||
|
||
The majority of the data files for this project are stored elsewhere because they are too large to be stored/tracked in a git repository. | ||
|
||
The data directories should be retrieved from elsewhere and placed in the proper subfolders of this `data/` directory. | ||
|
||
|
||
|