Skip to content
This repository has been archived by the owner on Sep 11, 2023. It is now read-only.

What is the difference between a working directory and a path? #1614

Open
Wencesgiovanni opened this issue Aug 28, 2023 · 2 comments
Open

What is the difference between a working directory and a path? #1614

Wencesgiovanni opened this issue Aug 28, 2023 · 2 comments

Comments

@Wencesgiovanni
Copy link

What is the difference between a working directory and a path? I am at a loss. I am trying to fetch the file pH10-amber-R1-dry.xtc via the command

files = fetch( 'pH10-amber-R1-dry.xtc', working_directory='C:/Users/giova/data/')

but I keep on obtaining the following error message: pH10-amber-R1-dry.xtc [no match in repository] I assure you that the file pH10-amber-R1-dry.xtc does belong to the directory /data. Why do I get the said message? Thank you very much for you attentive reply!

@Mugu17777777
Copy link

hi, @Wencesgiovanni the command 'fetch' and 'mdshare.fetch' is trying to get files from the repository of PyEmma. Hence, instead of using that just use ( files = 'C:/Users/giova/data/pH10-amber-R1-dry.xtc ' ) . That should work, hope that helps.

@Wencesgiovanni
Copy link
Author

thanks

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

No branches or pull requests

2 participants