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

-bash: makeVirmapDb.pl: command not found #13

Open
jingzhejiang opened this issue Aug 3, 2020 · 3 comments
Open

-bash: makeVirmapDb.pl: command not found #13

jingzhejiang opened this issue Aug 3, 2020 · 3 comments

Comments

@jingzhejiang
Copy link

Hi,

I just follow your instructions to install VirMAP on a newly opened amazon linux2 instance (r5.2xlarge, 8 cores, 64Gb memory, 500Gb EBS root storage) (image: ami-07c8bc5c1ce9598c3), but stopped at makeVirmapDb.pl.
Though I finished running './virmapInstall.pl' without any problems.
When I run 'makeVirmapDb.pl --outputDir /scratch/VirmapDb', it came to the error '-bash: makeVirmapDb.pl: command not found'.
I tried to find makeVirmapDb.pl with 'sudo find / -iname "makeVirmapDb.pl" -type f', but it came to nothing. Maybe the file "makeVirmapDb.pl" was not ready yet?
So do I missed something?

Thank you!

@torptube
Copy link
Collaborator

torptube commented Aug 4, 2020

After ./virmapInstall.pl finished, can you do an ls -l /usr/local/bin/ and echo $PATH and paste the output of both. Line 135 of the installer is supposed to link the database constructor script into /usr/local/bin/, and I am wondering if it didn't link on yours or the permissions are not set correctly for some reason.

@torptube
Copy link
Collaborator

torptube commented Aug 4, 2020

Oh wait, I just noticed that you used a r5.2xlarge. The recommended machine needs to have a dedicated SSD instance store, so you should use either the c5d or r5d family of machines.

The installer doesn't fail out when lines fail. I should really fix that. Try running the installed on an r5d.2xlarge or higher.

@jingzhejiang
Copy link
Author

Oh wait, I just noticed that you used a r5.2xlarge. The recommended machine needs to have a dedicated SSD instance store, so you should use either the c5d or r5d family of machines.

The installer doesn't fail out when lines fail. I should really fix that. Try running the installed on an r5d.2xlarge or higher.

YES! I see! Thank you!

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