diff --git a/scripts/generateDPRCommands.js b/scripts/generateDPRCommands.js index 33301f0..3697b11 100755 --- a/scripts/generateDPRCommands.js +++ b/scripts/generateDPRCommands.js @@ -52,7 +52,7 @@ async function generate_scripts() { stainType = slideTypeMap[key]; } } - updateCommands = updateCommands.concat('\n', './run-wsi-worker.sh ' + kpmpId + ' ' + fileName + ' ' + fileInfo._id + ' ' + stainType + ' ' + packageTypeAbbreviation ); + updateCommands = updateCommands.concat('\n', './run-wsi-worker.sh ' + kpmpId + ' ' + fileName + ' ' + fileInfo._id + ' ' + packageTypeAbbreviation + ' ' + stainType ); }); fs.writeFile('dprUpdate_' + packageId + '.sh', updateCommands, { flag: 'a'}, function(err) {