tianwei-yu / apLCMS

1 stars 10 forks source link

error in semi.sup() #6

Open FunkiiL opened 1 year ago

FunkiiL commented 1 year ago

Hi authors, When I running the code: aligned.hyb<-semi.sup(folder, file.pattern=".mzML",known.table=known.table.hplus, n.nodes=4, min.pres=0.5, min.run=12, mz.tol=1e-5, new.feature.min.count=4), an error always show as following:

aligned.hyb<-semi.sup(folder, file.pattern=".mzML",known.table=known.table.hplus, n.nodes=4, min.pres=0.5, min.run=12, mz.tol=1e-5, new.feature.min.count=4) prifiles --> feature lists number of files to process: 4 Error in { : task 1 failed - "the condition has length > 1" In addition: Warning message: In dir.create("error_files") : 'error_files' already exists

what's the meaning of task 1? And why this error will appear?

Looking forward to your reply. Thank you!