Skip to content

Commit 9c1844d

Browse files
authored
Merge pull request #3 from sherrillmix/patch-2
Update README.md
2 parents bd18885 + d86050b commit 9c1844d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# bilateria
22
Code for generating figures and statistics for bilaterian animal microbiome project.
3-
The bulk of the code for this project can be found in bilateria.R.
3+
The bulk of the code for this project can be found in bilateria.R with additional code in the `speciesArea` directory.
44

55
# R libraries
66
You will need to have the following R libraries installed for various code chunks:
@@ -31,4 +31,6 @@ Replace "/home/kevin/projects/bilateria" with your working directory on line 24
3131
Running the code under sections "Libraries", "Setup", and "Functions" is necessary before running any analysis code.
3232

3333
# Running analysis code
34-
The code from each analysis code chunk (e.g. "Figure 1") can be run independently from each other. Data is reset (re-loaded from OTU table and sample sheet) within each code chunk.
34+
The code from each analysis code chunk (e.g. "Figure 1") can be run independently from each other. Data is reset (re-loaded from OTU table and sample sheet) within each code chunk.
35+
36+
The `speciesArea` code can be run by calling `make` within that directory.

0 commit comments

Comments
 (0)