StochasticAnalytics / emClarity

GNU Lesser General Public License v3.0
41 stars 6 forks source link

Path to erase file incorrect in ctf estimate #99

Closed bHimes closed 4 years ago

bHimes commented 5 years ago

outputStackName = sprintf('aliStacks/%s%s',stackNameOUT,extension) if exist(sprintf('fixedStacks/%s.erase',mapBackPrfx),'file') flgEraseBeads = 1; else flgEraseBeads = 0; fprintf('\nDid not find the gold bead file (%s) for erasing, will skip\n\n',sprintf('%s.erase',mapBackPrfx)); end

Delete bold