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

Need write rights in install path. #5

Open
FredericBGA opened this issue Jan 7, 2022 · 0 comments
Open

Need write rights in install path. #5

FredericBGA opened this issue Jan 7, 2022 · 0 comments

Comments

@FredericBGA
Copy link

Hi,

LRRpredictor is working well.
But the fact that you need to set write access in RaptorX_Property_Fast/ is not really a good thing I think.

I would like to be able to avoid this. The input file is also copied in this same directory, it could lead to bugs if two users launch an analysis with the same file name.
How can we try to avoid this?

I've also modified

sys.path.append('util/')

So it's now:
sys.path.append(os.path.join(os.path.dirname(__file__), 'util'))
so users don't need to cd in the install path. I'm bot sure if it's the best way to achieve this but it works.

thank you.

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