Skip to content

Commit a6eddf3

Browse files
authored
Update README.md
1 parent 74e518e commit a6eddf3

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Utility script to construct species phylogenies using BUSCOs. Works directly fro
77

88
![BUSCO Phylogenomics pipeline](./pipeline.png)
99

10-
This pipeline runs directly on the output from BUSCO. Move results directories from each BUSCO run (begins with "run_" by default) into the same directory. Example structure, where `INPUT_DIRECTORY` is passed to the `-d` parameter of the pipeline:
10+
This pipeline runs directly on the output from BUSCO. Move results directories from each BUSCO run into the same directory. Example structure, where `INPUT_DIRECTORY` is passed to the `-d` parameter of the pipeline:
1111

1212
```
1313
* INPUT_DIRECTORY
@@ -22,11 +22,12 @@ This pipeline runs directly on the output from BUSCO. Move results directories f
2222
```
2323

2424

25-
The majority of steps are parallelizable (e.g. family alignments) so running the pipeline with multiple threads leads to a dramatic decrease in runtime.
25+
The majority of steps are parallelizable (e.g. family alignments) so running the pipeline with multiple threads should dramatically decrease runtime.
2626

2727
### Usage
2828
python BUSCO_Phylogenomics.py -d INPUT_DIRECTORY -o OUTPUT_DIRECTORY --supermatrix --threads 20
29-
29+
30+
I reccommend using the `--stop_early` flag which stops the pipeline just after generating the concatenated alignment. Then you can take a look at the concatenated alignment first and manually choose parameters for phylogenetic inference. Similarly, you may want to change the alignment trimming strategy which currently uses the `-automated1` parameter from `trimal`
3031

3132

3233
### Required parameters
@@ -45,7 +46,7 @@ The majority of steps are parallelizable (e.g. family alignments) so running the
4546
### Requirements
4647
* [Python](https://www.python.org/)
4748
* [BioPython](https://biopython.org/)
48-
* [MUSCLE](https://www.drive5.com/muscle/)
49+
* [MUSCLE (v5)](https://www.drive5.com/muscle/)
4950
* [trimAl](http://trimal.cgenomics.org/)
5051
* [IQ-TREE](http://www.iqtree.org/)
5152

0 commit comments

Comments
 (0)