dancsi / OrthoCCTools

Computational coiled-coil peptide design toolkit, written in modern C++
https://www.dancsi.net/icipa
MIT License
3 stars 2 forks source link

Requested pathscores.datdoes not exist #1

Closed ajasja closed 7 years ago

ajasja commented 7 years ago

When I run fastscore I get image

c:\gits\fastscore2>fastscore.exe all.00.fasta
terminate called after throwing an instance of 'std::runtime_error'
  what():  Requested pathscores.datdoes not exist

This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.
dancsi commented 7 years ago

So this works after all?

ajasja commented 7 years ago

Well, I copied the file over. I hope the scores.dat file is loaded relative to the executable and not the current working directory.

On 20 February 2017 at 17:46, Daniel Siladji notifications@github.com wrote:

So this works after all?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/dancsi/DiplomaThesis/issues/1#issuecomment-281128228, or mute the thread https://github.com/notifications/unsubscribe-auth/AABN1t_Q115aFUwfYY2mJ_Kk5l045KJ0ks5recNggaJpZM4MGW7J .

dancsi commented 7 years ago

I have added an option to install everything, so you can now set the CMAKE_INSTALL_PREFIX when configuring (for example via cmake -G "MinGW Makefiles" -DCMAKE_INSTALL_PREFIX=some_path), and then the executables and scores.dat will be copied there when you run make install after building.