Skip to content

Commit

Permalink
fixed missing web parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
chadlaing committed Sep 8, 2017
1 parent b11ad1d commit 8a4a3c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Interface/scripts/processSubmit.pl
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ sub _launchPanseq{
numberOfCores => $serverSettings->{'numberOfCores'},
muscleExecutable => $serverSettings->{'muscleExecutable'},
outputDirectory => $newDir,
percentIdentityCutoff => $serverSettings->{'percentIdentityCutoff'},
nucB => $cgi->param( 'nucB' ),
nucC => $cgi->param( 'nucC' ),
nucD => $cgi->param( 'nucD' ),
Expand Down

0 comments on commit 8a4a3c5

Please sign in to comment.