-
Notifications
You must be signed in to change notification settings - Fork 6
Ubuntu Install - Hard-coded paths to /home/olson/KB/runtime/bin #2
Copy link
Copy link
Open
Description
Hi,
I followed the instructions to download the .deb file for ubuntu and installed as instructed.
When I attempted to run rast-create-genome on a FASTA file with my newly sequenced genome, I received an error:
/usr/bin/rast-create-genome: 6: /usr/bin/rast-create-genome: /home/olson/KB/runtime//bin/perl: not foundI opened /usr/bin/rast-create-genome with vim and noticed that there were several hard-coded paths to /home/olson/KB/runtime.
To solve the problem I ran these commands:
cd /usr/bin
sudo sed -i 's|/home/olson/KB/runtime/|/usr/share/rasttk/runtime/|' rast-*
sudo sed -i 's|//|/' rast-*I also had to manually install JSON::RPC::Client, but that is a separate issue easily fixed with cpan.
Seems to be good to go now. I'll update with any other issues.
Regards,
Ed
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels