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

Copying directories with DNAnexus paths includes all of source path #120

Open
jtratner opened this issue Jul 27, 2019 · 0 comments
Open

Comments

@jtratner
Copy link
Collaborator

When copying directories, the local directory arguments specified in CLI or in copytree should be stripped off of target path. Somehow this is not working correctly in current stor. It needs to be fixed.

Current behavior:

stor cp -r path/to/localdir/ dx://project:/remotedir
stor list dx://project:/remotedir
dx://project:/remotedir/path/to/localdir/file1

Expected behavior (as with swift and local filesystem):

stor cp -r path/to/localdir/ dx://project:/remotedir
stor list dx://project:/remotedir
dx://project:/remotedir/file1
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