fgcz / rawDiag

Brings Orbitrap mass spectrometry data to life; multi-platform, fast and colorful R package
https://bioconductor.org/packages/rawDiag
36 stars 11 forks source link

I am trying to run read.raw, but it returns an error #73

Closed kwebber3 closed 3 years ago

kwebber3 commented 3 years ago

I have tried installing the dll's required using both mono_path and gac, but I always get this error:

????????????: System.IO.FileNotFoundException: ???????????? 'ThermoFisher.CommonCore.Data, Version=1.0.0.0, Culture=neutral, PublicKeyToken=1aef06afb5abd953'??????????? 1 ??????????????????????????????? ?? FGCZ_Raw.Program.Main(String[] args) missing column name(s): filename, scanNumber, StartTime, BasePeakMass, BasePeakIntensity, TIC, ScanType, CycleNumber, MSOrder, MassAnalyzer, PrecursorMass, ChargeState, IonInjectionTimems, FTResolution, MasterScanNumber, LMCorrection, ElapsedScanTimesec, transient, AGC, AGCMode, PrescanMode MasterScanNumber calculated Error in UseMethod("mutate") : no applicable method for 'mutate' applied to an object of class "NULL" In addition: Warning message: In normalizePath(path.expand(path), winslash, mustWork) : path[1]="C:/Users/keiwe/OneDrive/??????": ?????????????????????? ??????????????? Timing stopped at: 0.14 0 1.24

Do you have any ideas?

kwebber3 commented 3 years ago

update: I installed it from here: http://fgcz-ms.uzh.ch/~cpanse/rawDiag_0.0.38.tar.gz and it worked! Thanks for solving this on previous post: https://github.com/fgcz/rawDiag/issues/66