Skip to content
Snippets Groups Projects
Commit d83c83b6 authored by Andreas Kusalananda Kähäri's avatar Andreas Kusalananda Kähäri
Browse files

Remove hard-coded paths.

parent b47cc039
No related branches found
No related tags found
No related merge requests found
......@@ -265,9 +265,7 @@ sub build_cache_by_seq_region {
cache_impl => $cache_impl, );
# EG invoke perl with correct path rather than relying on shebang
my $cmd =
qq{perl -I ./modules }
. qq{./misc-scripts/id_mapping/dump_by_seq_region.pl }
my $cmd = 'perl dump_by_seq_region.pl '
. qq{$options --index \$LSB_JOBINDEX};
my $pipe =
......
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