Closed izaakm closed 9 years ago
The lib directory for perl is based on the binary path with a global replace of bin to lib. Since your metAMOS was in a bin subdirectory, it got incorrectly changed to lib. We didn't see it before because no one has had bin in their metAMOS path before.
I committed a fix to the replace.
I got the following error when running
./run_pipeline_test.sh
:I was able to get "run_pipeline_test.sh" to run without errors:
The perl command (in the error, above) is looking for "/home/[username]/lib/metAMOS-1.5rc3/AMOS/Linux-x86_64/lib", but "/home/[username]/lib/" doesn't exist on my system. I created a symlink to the metAMOS directory in "/home/[username]/lib/".