An open API service indexing awesome lists of open source software.

https://github.com/kdm9/ouroborusco

Iterative extraction of busco loci from short read datasets for phylo purposes
https://github.com/kdm9/ouroborusco

Last synced: 2 months ago
JSON representation

Iterative extraction of busco loci from short read datasets for phylo purposes

Awesome Lists containing this project

README

        

# ouroborUSCO
Iterative extraction of busco loci from short read datasets for phylo purposes

essentially just:

```
for iter in 1..N do
align reads to $ref
call variants w/ mpileup
update $ref with $variants
extract target regions from $ref, set to new $ref
```

Hopefully after ~5-10 iterations this converges on each sample's true genotype