-
Notifications
You must be signed in to change notification settings - Fork 17
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
Compilation error linked to commit 7423f1c and 7599f22 #71
Comments
The error should have been fixed with the last commit. If you've been affected, please update to last version. Let me know here if you have a similar compilation error. For compilation errors which are not linked to this particular issue, please open a new github issue. @drelo: Could you please confirm that the patch works on your side? Thanks a lot! |
Hi again, I compiled with no errors. Next within the text_files folder I executed the test
But I got this error
The Thanks for your help! |
Right ... this is something I forgot and should fix too. Meanwhile when you're sure you've activated the conda environment, you can make a quick temporary fix by creating a symlink: |
Error reported first in issue #48.
Last two commits modified Contig.cpp, Contig.h, contig.cpp and contig.h in the git directory. This is due to macOS not managing properly files with same name but with case difference as explained here. I tried to revert these changes in my initial commit with last commit but this does not works.
Leads to a compilation error which ends like this:
Short fix: Reverting the modifications from a linux distribution and push. This will however not resolve the issue of people on mac OS installing OPERA-MS (if any).
Long fix: Modify contig or Contig files with different name.
The text was updated successfully, but these errors were encountered: