-
Notifications
You must be signed in to change notification settings - Fork 34
Running a Treesearch
Pierre Barbera edited this page Aug 2, 2020
·
2 revisions
- go to the instance dashboard
- Launch an instance -> My AMIs -> select
treesearch-ami
- ssh into it
- download the alignment(s) (either with
aws s3 cp
which requires credentials, or youscp
them from your host), lets call it aln.afa and aln2.afa - make a
tmux
orscreen
session, 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 70
to your desired threads, and-d aa
tont
if 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