Running a Treesearch - ababaian/serratus GitHub Wiki
- go to the instance dashboard
- Launch an instance -> My AMIs -> select
treesearch-ami - ssh into it
- download the alignment(s) (either with
aws s3 cpwhich requires credentials, or youscpthem from your host), lets call it aln.afa and aln2.afa - make a
tmuxorscreensession, whatever you're comfy with - call
docker run --rm --mount src=${PWD},target=/data,type=bind treesearch -t 70 -d aa -p /data aln.afa aln2.afa(but modify-t 70to your desired threads, and-d aatontif it's not amino acid data) - wait for it to finish
- results will be under
result/
Bonus: you can watch it work live with (substitute aln with the name sans postfix of your input file)
less +F result/aln/apriori/pargenes/pargenes_run/mlsearch_run/logs.txt