-
Notifications
You must be signed in to change notification settings - Fork 85
Description
Hello everyone,
I installed the ProSPr Docker container.
When I try to run ProSPr on a sequence using the command:
docker run -t -v /home/dante/data/:/data prospr/prospr -t --a3mfile /home/dante/data/example1.a3m
I get this error: prospr.py: error: argument command: invalid choice: '/home/dante/data/example1.a3m' (choose from 'run', 'build')
I think I followed the welcome screen directions:
To use prospr on your own sequences: docker run -t -v /path/to/local/data:/data prospr/prospr -t --a3mfile /data/my_file.a3m and place a PSIBLAST database under /data/psiblast and a uniclust database under /data/hhblits. ProSPr will download the database if it is missing (250GB and 25GB respectively).
Note: I was also unable to download the database.
What am I doing wrong?
Thank you very much,
Dante