You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: