Skip to content
Snippets Groups Projects
Commit f83c4bd9 authored by Alessandro Vullo's avatar Alessandro Vullo Committed by Magali Ruffier
Browse files

[ENSCORESW-1846]. Dynamically set exonerate path based on user environment.

parent 8b527f87
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@ use File::Basename;
use IPC::Open3;
# Path to exonerate executable
my $exonerate_path = "/software/ensembl/exonerate-2.2.0/bin/exonerate";
my $exonerate_path = `which exonerate`; $exonerate_path =~ s/\n//;
sub new {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment