Skip to content

Commit

Permalink
Merge pull request #20 from chadlaing/name_update
Browse files Browse the repository at this point in the history
fixed missing web parameters
  • Loading branch information
chadlaing authored Sep 11, 2017
2 parents 62d20a9 + a5c2dcc commit a03201c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Interface/scripts/processSubmit.pl
Original file line number Diff line number Diff line change
Expand Up @@ -131,11 +131,11 @@ sub _launchPanseq{
blastDirectory => $serverSettings->{'blastDirectory'},
numberOfCores => $serverSettings->{'numberOfCores'},
baseDirectory => $resultsDir,
minimumNovelRegionSize => $serverSettings->{'minimumNovelRegionSize'},
minimumNovelRegionSize => $cgi->param('minimumNovelRegionSize'),
numberOfCores => $serverSettings->{'numberOfCores'},
muscleExecutable => $serverSettings->{'muscleExecutable'},
outputDirectory => $newDir,
percentIdentityCutoff => $serverSettings->{'percentIdentityCutoff'},
percentIdentityCutoff => $cgi->param('percentIdentityCutoff'),
nucB => $cgi->param( 'nucB' ),
nucC => $cgi->param( 'nucC' ),
nucD => $cgi->param( 'nucD' ),
Expand Down

0 comments on commit a03201c

Please sign in to comment.