-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unclear error code while testing #3
Comments
amrfinder only tries to run What happens when you type |
Hi, I have the same problem and I was able to run "docker run hello-world" but I still have the following error. cl: Do you know what might be the problem? |
This doesn't look exactly like the same problem, since it is not trying to run udocker. Can you try running it again with the |
I get the following error cl@bal2:~/amr_finder$ ./amrfinder -p test_prot.fa -g test_prot.gff -s |
There is something broken about your installation. Counter is part of typing, which extends collections, which is part of the standard package for python. Did you install this in a python virtualenv? Or forget to activate it? I suggest creating a virtenv and reinstalling cwl. |
I get the following error when trying to make a virtualenv cl@l:~$ virtualenv --python=python2 cwl
|
What OS is this? You are using a version of python from your home directory, not the system one. You might try: |
I was using ubuntu so I used the command virtualenv -p /usr/bin/python cwl It works perfectly now! Thank you so much for your help! |
(cwl) Bens-MBP:amr_finder benbusby$ ./amrfinder -p test_prot.fa
Required supplementary data not present, downloading via ftp.
Fetching AMR.LIB...success!
Fetching AMRProt...success!
Fetching AMR_CDS...success!
Fetching fam.tab...success!
Fetching changes.txt...success!
['cwl-runner', '--user-space-docker-cmd', 'udocker', '/Users/benbusby/experiments/amr_finder/wf_amr_prot.cwl', '/var/folders/fd/2wlv763j4nd6kmpg89701kd80000gn/T/amr_params_rsfl0e.yaml']
Return code: 1
None
Docker is installed on this system but not udocker.
The text was updated successfully, but these errors were encountered: