1.Clone the repository
git clone- Create an environment
conda env create -f demOMEGA.ymlNote: if you use MacOS you have to specify the platform:
conda env create --platform osx-64 -f demOMEGA.yml- Activate the environment
conda activate demOMEGA- Clone the repository
git clone- Build and run the container
docker-compose run --rm --build demOMEGARun synoSCO with default params (replace an example busco output with yours):
python3 demOMEGA.pyIf we want to use nucleotide sequences it's enough to provide only sequences or busco output. However, to use protein sequences it is a mandatory to provide nucleotide sequences too (see config_example.yaml)
Problem:
bin/sh: shuf: command not foundSolution:
brew install coreutilsWritten by: Nikita Leino
Aknowledgements. Many thanks to Giobbe Forni, whose work has pushed me to write this code.