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

GetOrganelle can't find dependencies #11

Closed
nterhoeven opened this issue May 2, 2019 · 4 comments
Closed

GetOrganelle can't find dependencies #11

nterhoeven opened this issue May 2, 2019 · 4 comments

Comments

@nterhoeven
Copy link

Hi @Kinggerm

when running GetOrganelle, I get the following warning:

WARNING: bowtie2 not in the path! 

I get the same message for the other dependencies. However, all dependencies are in my $PATH and I can call them from the command line directly.

Do you have any idea what causes this?

Best,

Niklas

@Kinggerm
Copy link
Owner

Kinggerm commented May 2, 2019

Hi Niklas,

Did you run get_organelle_reads.py in the exactly same environment with testing the dependencies? People occasionally met the same problem when they did not.
You can also attach the log file next time if the problem still exists.

Best,
Jianjun

@nterhoeven
Copy link
Author

Hi Jianjun,

I am running this in a VM where only GetOrganelle an the dependencies are installed, so it should be the same environment.

I re-ran it and got the same issue. Here is the log file: get_org.log.txt

$ type bowtie2
bowtie2 is hashed (/home/vmadmin/software/bowtie2-2.3.5-linux-x86_64/bowtie2)

Best,

Niklas

@Kinggerm
Copy link
Owner

Kinggerm commented May 6, 2019

Hi Niklas,

There was someone who used 'screen' that was not correctedly configured and thus used a different env from the direct running in a shell. Before yours, that was the only "configured but still not found in the path" case reported by GetOrganelle users. So I cannot tell what your problem is at this point.
Could you somehow share the vm? I want to try to figure out.

Best,
Jianjun

@Kinggerm
Copy link
Owner

Hi Niklas,

Although I cannot figure out what is going on with your vm, in new version (GetOrganelle v1.6.0), I added dependencies to GetOrganelle's repository which could be called automatically. The installation process is much easier now.
Also I added options such as "--which-bowtie2", "--which-spades" in case users want to use their own.
Hope all these helps.

Best,
Jianjun

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