We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug runVarpipeline.sh doesn't exist in the Docker image.
Impact The README steps cannot be followed. A workaround is to download 'runVarpipeline.sh' from github and add during runtime.
To Reproduce Steps to reproduce the behavior:
docker pull ghcr.io/cdcgov/varpipe_wgs_with_refs:latest docker run -it -v $(pwd):/varpipe_wgs/data ghcr.io/cdcgov/varpipe_wgs_with_refs:latest cd /varpipe_wgs/data ./runVarpipeline.sh
Expected behavior I expected runVarpipeline.sh to be located at /varpipe_wgs/data in the docker image
In https://github.com/CDCgov/NCHHSTP-DTBE-Varpipe-WGS/blob/master/Dockerfile.with_refs, it looks like there needs to be another copy command.
The text was updated successfully, but these errors were encountered:
Ran into the same problem.
Sorry, something went wrong.
No branches or pull requests
Describe the bug
runVarpipeline.sh doesn't exist in the Docker image.
Impact
The README steps cannot be followed. A workaround is to download 'runVarpipeline.sh' from github and add during runtime.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I expected runVarpipeline.sh to be located at /varpipe_wgs/data in the docker image
In https://github.com/CDCgov/NCHHSTP-DTBE-Varpipe-WGS/blob/master/Dockerfile.with_refs, it looks like there needs to be another copy command.
The text was updated successfully, but these errors were encountered: