Skip to content

Commit 1396db9

Browse files
committed
fixed indentation for markdown list rendering, trueGeneTrees
1 parent 0479b27 commit 1396db9

File tree

1 file changed

+34
-34
lines changed

1 file changed

+34
-34
lines changed

scripts/trueGeneTrees/README.md

+34-34
Original file line numberDiff line numberDiff line change
@@ -11,55 +11,55 @@ subfolders inside the project folder: ms, phylonet, astral, NJst
1111

1212
####SIMULATIONS:
1313

14-
1.run
15-
```
14+
1. run
15+
```
1616
perl hgt_all.pl gamma=0.3 nloci=10 from=1 to=10
17-
```
18-
This perl script
19-
calls hgt.pl which simulates gene trees with ms, and analyzes them
20-
with astral and phylonet. Careful: no spaces between the variable, =
21-
and the number. That is, gamma=0.3 is correct, but gamma = 0.3 is
22-
wrong.
17+
```
18+
This perl script
19+
calls hgt.pl which simulates gene trees with ms, and analyzes them
20+
with astral and phylonet. Careful: no spaces between the variable, =
21+
and the number. That is, gamma=0.3 is correct, but gamma = 0.3 is
22+
wrong.
2323

2424
2. run
25-
```
25+
```
2626
R CMD BATCH getSpeTree.R
27-
```
28-
in the project folder which will
29-
create subfolders for each scenario in NJst directory and one file
30-
(per folder) with the list of all estimated trees(in order)in NJst:
31-
`estTrees.out`
27+
```
28+
in the project folder which will
29+
create subfolders for each scenario in NJst directory and one file
30+
(per folder) with the list of all estimated trees(in order)in NJst:
31+
`estTrees.out`
3232

3333

3434
####SUMMARIZE OUTPUT:
3535

3636
1. run
37-
```
38-
perl summarizeOutputAstralAll.pl
39-
perl summarizeOutputPhylonetAll.pl
40-
```
41-
which will create one file (per
37+
```
38+
perl summarizeOutputAstralAll.pl
39+
perl summarizeOutputPhylonetAll.pl
40+
```
41+
which will create one file (per
4242
folder) with the list of all estimated trees in astral:
4343
`estTrees.out` and all the estimated networks in phylonet:
4444
`estNetworks.out` for that folder (given value of gamma, nloci)
4545

4646
2. run
47-
```
48-
perl PhylonetCmpnetsAll.pl
49-
perl PhylonetSymmDistAll.pl
50-
```
51-
which
47+
```
48+
perl PhylonetCmpnetsAll.pl
49+
perl PhylonetSymmDistAll.pl
50+
```
51+
which
5252
will calculate the distance of estimated networks/trees and
5353
true network/tree (need to match the one used for simulations
5454
in ms: `hgt.pl`) in every subfolder in phylonet/astral: this will
5555
create a file `distances.out` inside each subfolder
5656

5757
3. run
58-
```
59-
R CMD BATCH summarizeAstralDistances.r
60-
R CMD BATCH summarizeNJstDistances.r
61-
```
62-
(`distances.R` is script
58+
```
59+
R CMD BATCH summarizeAstralDistances.r
60+
R CMD BATCH summarizeNJstDistances.r
61+
```
62+
(`distances.R` is script
6363
for only one specific case) that will get into each
6464
subfolder in astral/NJst and will summarize results
6565
based on distances.out into two files:
@@ -68,11 +68,11 @@ R CMD BATCH summarizeNJstDistances.r
6868
mean/sd distance)
6969

7070
4. run
71-
```
72-
R CMD BATCH summarizeAstralAll.R
73-
R CMD BATCH summarizeNJstAll.R
74-
```
75-
that will
71+
```
72+
R CMD BATCH summarizeAstralAll.R
73+
R CMD BATCH summarizeNJstAll.R
74+
```
75+
that will
7676
summarize all summary tables and will summarize it
7777
into two files:
7878
`0.1_alltableastral.txt`,`0.1_alltableNJst.txt` (that

0 commit comments

Comments
 (0)