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

[kat::FileSystemError*] = Could not find jellyfish executable #36

Closed
tseemann opened this issue Dec 6, 2015 · 2 comments
Closed

[kat::FileSystemError*] = Could not find jellyfish executable #36

tseemann opened this issue Dec 6, 2015 · 2 comments

Comments

@tseemann
Copy link

tseemann commented Dec 6, 2015

I think it should be looking for jellyfishk ?

% kat hist
Kmer Analysis Toolkit (KAT) V2.0.8

inc/kat_fs.hpp(129): Throw in function kat::KatFS::KatFS(const char*)
Dynamic exception type: boost::exception_detail::clone_impl<kat::FileSystemException>
std::exception::what: std::exception
[kat::FileSystemError*] = Could not find jellyfish executable at: /bio/linuxbrew/Cellar/kat/2.0.8/bin/jellyfish

Maybe this code in jellyfish_helper.cc ?

path kat::JellyfishHelper::jellyfishExe = "jellyfish";

But this too?

 string jellyfishCmd =   kat::JellyfishHelper::jellyfishExe.empty() ?
                                "jellyfish" :
                                kat::JellyfishHelper::jellyfishExe.string();
@maplesond
Copy link
Collaborator

I see. That would explain the side issue discussed in #31.

I think I wasn't noticing this problem because I have a jellyfish installation on my development machine. I'll make a fix for V2.0.9. (This is already fixed in the upcoming V2.1).

@maplesond
Copy link
Collaborator

Should be fixed in the latest release: https://github.com/TGAC/KAT/releases/tag/Release-2.1.0. Please reopen if there are any issues.

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

2 participants