Skip to content

Commit f91c884

Browse files
committed
Update readMe.txt
1 parent 008fd78 commit f91c884

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

readMe.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@ Data and scripts have the following directory structure with . as the root:
3535

3636
The following files can be run with a single click of the Matlab "green arrow" in the EDITOR menu and are used to perform the core data production and analysis functions. They can also be run by typing their name into the command window:
3737

38-
1) PhageRYTOAnalyses/validVariables.m - changing this file makes data quality control either more or less severe. Do not change it to keep the same QC as used in the paper. See the paper supplement for information on how to adjust this file, if required.
38+
1) ./validVariables.m - changing this file makes data quality control either more or less severe. Do not change it to keep the same QC as used in the paper. See the paper supplement for information on how to adjust this file, if required.
3939

40-
2) PhageRYTOAnalyses/dataTasks.m - running this will produce all the "derived data" files needed for the paper, starting from raw biological data produced in the lab.
40+
2) ./dataTasks.m - running this will produce all the "derived data" files needed for the paper, starting from raw biological data produced in the lab.
4141

42-
3) PhageRYTOAnalyses/figureTasks.m - running this will produce all the figures in the paper, saving them with appropriate filenames to reflect their figure number.
42+
3) ./figureTasks.m - running this will produce all the figures in the paper, saving them with appropriate filenames to reflect their figure number.
4343

4444
If these scripts are run in the order 1-2-3, then PDF files will subsequently be produced. Scripts make use of the Matlab Parallel Toolbox, if it is available.
4545

@@ -51,11 +51,11 @@ Some of the figure window sizes have been chosen to be large. When these scripts
5151
A file not used in any Matlab scripts:
5252
--------------------------------------
5353

54-
dataRepo/rawData/relativeFitnesses/ColonyCountsForRelFitness.csv
54+
./dataRepo/rawData/relativeFitnesses/ColonyCountsForRelFitness.csv
5555

5656
This file is used in the computation of relative fitnesses in Figure 7C, these were not done in Matlab but by hand. The raw colony counts were used to calculate the values given in the files Fitnesses.xlsx (also Fitnesses.csv) which are then displayed in Figure 7C.
5757

5858
--
5959

60-
Version 1.0 of these files was used during submission, the most recent updates following publication will be at least Version 2.0.
60+
Zenodo Version 1.0 of these files was used during submission (https://zenodo.org/record/6883319#.YtqOyS1Q3aU), the most recent updates following publication will be at least Version 2.0.
6161

0 commit comments

Comments
 (0)