Skip to content
Snippets Groups Projects
Commit 8decbbf9 authored by Sebastien Moretti's avatar Sebastien Moretti
Browse files

Use right FROMFPS in cgi

parent 85488055
Loading
......@@ -41,7 +41,7 @@ print INP "$input_file\n";
close(INP);
# run command
system("SSA2DBC=$my_ssa2dbc; export SSA2DBC; FROMFPS < $input_file.input 2>/dev/null");
system("SSA2DBC=$my_ssa2dbc; export SSA2DBC; /usr/local/bin/FROMFPS < $input_file.input 2>/dev/null");
open(SEQ, "<$input_file.seq");
my %sequence;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment