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

removing hardwired paths from CMD #29

Open
gfursin opened this issue Nov 6, 2016 · 0 comments
Open

removing hardwired paths from CMD #29

gfursin opened this issue Nov 6, 2016 · 0 comments
Assignees

Comments

@gfursin
Copy link
Contributor

gfursin commented Nov 6, 2016

At the moment I hardwired path in scenario CMD such as '$#local_path#$/openscience/data/ba4.../topology/deploy.prototxt'

Instead, we should use '$#ck_local_path#$/$#SCENARIO_KEY_TOPOLOGY#$'

Android app should substitute $#ck_local_path#$ with {sdcard}/openscience
and then check all files to find a key SCENARIO_KEY_TOPOLOGY (not done yet - I have to add it to meta) and substitute $#SCENARIO_KEY_TOPOLOGY#$ with data/ba4.../topology...

Then we will not have any hardwired path in scenarios any more.
It's not urgent and we need to do it at the same time on Android side and CK side ...

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

No branches or pull requests

2 participants