-
Notifications
You must be signed in to change notification settings - Fork 8
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
Example in docker does not work #81
Comments
Thanks for raising this issue. This is a documentation problem. I assume this only works when there is a folder /tmp/chloroExtractor-testrun with the two SRR fastq files on the host machine, @greatfireball can you please verify and fix the documentation? |
I've bound the data folder in the docker to the right local directory: creating the /tmp/chloroExtractor-testrun on my machine does help but raises a new issue:
Drop me a line when the docker and source documentations are in working order so I can continue the review. |
Hi *, My settings were: I took the commands from mkdir -p /tmp/chloroExtractor-testrun
cd /tmp/chloroExtractor-testrun
wget 'https://zenodo.org/record/884449/files/SRR5216995_1M.tar.bz2' -O - | tar xjf -
docker pull chloroextractorteam/chloroextractor
docker run -v /tmp/chloroExtractor-testrun:/data --rm chloroextractorteam/chloroextractor -1 SRR5216995_1M_1.fastq -2 SRR5216995_1M_2.fastq Best, |
This does indeed seem to solve the issue. The issue with the source code version is not related to this, do you want me to open a separate issue for this? |
The documentation is now up to date with version numbers for requirements, information about docker memory requirements and a more consistent description of the demo directory. Regarding the issue with the source code version, I'm not sure if I can reproduce it. If you don't mind @jdeligt it would be nice to open a separate issue for that. |
Will do. Hopefully tomorrow. I will add as much info as possible to
reproduce.
…On Thu, 7 Dec 2017, 09:07 Markus J. Ankenbrand, ***@***.***> wrote:
The documentation is now up to date with version numbers for requirements,
information about docker memory requirements and a more consistent
description of the demo directory.
Regarding the issue with the source code version, I'm not sure if I can
reproduce it. If you don't mind @jdeligt <https://github.com/jdeligt> it
would be nice to open a separate issue for that.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#81 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AFlG_yUHVBN8kQsqmIbo1-STIXZhYNVQks5s95ymgaJpZM4QiBko>
.
|
As the issue was solved for @jdeligt I will close that issue |
When I run the example usage:
docker pull chloroextractorteam/chloroextractor # ensure the latest version from docker hub
docker run -v /tmp/chloroExtractor-testrun:/data --rm chloroextractorteam/chloroextractor -1 SRR5216995_1M_1.fastq -2 SRR5216995_1M_2.fastq
It returns an exit state 9:
The text was updated successfully, but these errors were encountered: