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

Docker section issue with $HOME path #2

Open
chriswyatt1 opened this issue Oct 28, 2021 · 0 comments
Open

Docker section issue with $HOME path #2

chriswyatt1 opened this issue Oct 28, 2021 · 0 comments

Comments

@chriswyatt1
Copy link
Owner

I cannot mount the $HOME correctly, so I do not get the output saved to "transcript-index".

This is the original line (that works fine on a local machine)

docker run --volume $HOME:$HOME --workdir $PWD my-image
salmon index -t $PWD/data/ggal/transcriptome.fa -i transcript-index
and this works for gitpod:

docker run --volume /workspace/Gitpod_test:/workspace/Gitpod_test my-image \
salmon index -t /workspace/Gitpod_test/data/ggal/transcriptome.fa -i transcript-index
except the expected output folder is not present

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

1 participant