Skip to content

Commit

Permalink
filename spec bug
Browse files Browse the repository at this point in the history
  • Loading branch information
XeniosP committed Jul 28, 2023
1 parent 41224a1 commit 881bfcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/node/calciumPreprocessModule.js
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ class CalciumPreprocessModule extends BaseModule {
step3.push(outname4);
outtext+=outname4+' : '+f1+' '+f2+'\n\t'+pythoncommand+` dualImageRegression --input ${f2} `;
outtext+=` -o ${outname4}`;
outtext+=` --doregress ${doregress} --dff ${dff} --regress ${f2}`;
outtext+=` --doregress ${doregress} --dff ${dff} --regress ${f1}`;
if (!debug) outtext+=` > ${outname4}.log 2>&1`;
outtext+=`\n\n`;

Expand Down

0 comments on commit 881bfcb

Please sign in to comment.