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

GeneMark key doesn't copy correctly. #32

Open
standage opened this issue Feb 29, 2016 · 1 comment
Open

GeneMark key doesn't copy correctly. #32

standage opened this issue Feb 29, 2016 · 1 comment

Comments

@standage
Copy link
Member

I get this message when trying to install GeneMark key.

failed to copy /xGDBvm/input/xgdbvm//keys/gm_key to /usr/local/src/GENEMARK/genemark_hmm_euk.linux_64/.gm_key... 

I don't know if this is a known issue.

@standage
Copy link
Member Author

It looks like the code is programmed to recognize gm_key or .gm_key as a valid key file, but it strips the leading period when storing the $gm_key_core variable, so it really only works for gm_key. We should either change the code so that it doesn't recognize .gm_key, or fix it so that it correctly handles .gm_key.

jduvick added a commit to jduvick/xGDBvm that referenced this issue Mar 2, 2016
…copy correctly BrendelGroup#32. Now code handles either .gm_key or gm_key in /iplant/home/[username]/keys/
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