Skip to content
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

runVarpipeline.sh isn't located in /varpipe_wgs/data in ghcr.io/cdcgov/varpipe_wgs_with_refs:latest #12

Open
erinyoung opened this issue Jul 13, 2023 · 1 comment

Comments

@erinyoung
Copy link

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.

@wchen190
Copy link

Ran into the same problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants