-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Extracting Header Information #83
Comments
Does adding runScanHeadsman(
path=normalizePath("D:\\Raw_data\\top down\\20240212_myoglobin_480k_mz400-6000"),
executable="D:\\Raw_data\\top down\\ScanHeadsman-1.3.20220905\ScanHeadsman.exe"
) BTW: the directory separator |
Thank you, I tried adding normalizePath and \ but still got the same error as below (the double slash became single slash after I sent my message).
I also tried running ScanHeadsman from the commandline (ScanHeadsman.exe --noMS --methods:CSV) in "Command prompt", but it seemed the command was not recognized as an internal or external command, operable program or batch file. C:\Users\mzw91>ScanHeadsman.exe --noMS --methods:CSV C:\Users\mzw91>D:\Raw_data\top down\ScanHeadsman-1.3.20220905\ScanHeadsman.exe --noMS --methods:CSV Could you help me try something more for fixing this strange issue? Thank you. Best wishes, Zhaowei |
I am not familiar with Windows. Could you rename your "top down" directory into "topdown" (or "top_down") to remove the spaces in the filename? At least in
there seems to be a problem with the space. |
Awesome! Now it works, the method file and head file were both generated with the following command. Thanks! C:\Users\mzw91>D:\Raw_data\topdown\ScanHeadsman-1.3.20220905\ScanHeadsman.exe D:\Raw_data\topdown\20240212_myoglobin_480k_mz400-6000 --methods:CSV I noticed the methods.txt file is empty, I guess it should be because the data was acquired by direct infusion without using an instrument method. Then I put csv. file, mzML file, fasta file and this empty methods.txt file in the same folder "D:\Raw_data\topdown\20240212_myoglobin_480k_mz400-6000", and ran the following script. There was an error saying
20240212_myoglobin_OT_480k.csv |
Sorry for the late reply. The csv has to be named |
Hello,
When I tried Extracting Header Information with the following code in R,
runScanHeadsman(
path="D:\Raw_data\top down\20240212_myoglobin_480k_mz400-6000",
executable="D:\Raw_data\top down\ScanHeadsman-1.3.20220905\ScanHeadsman.exe"
)
I always meet the error "First argument should be valid file or folder name; --noMS received", and have not seen any generated .txt (scan header table) and a .csv (method table) file for each .raw file.
My raw files (Thermo Orbitrap) were acquired in direct infusion with only MS2 spectral, and are in the folder of "D:\Raw_data\top down\20240212_myoglobin_480k_mz400-6000", and ScanHeadsman.exe is in the "D:\Raw_data\top down\ScanHeadsman-1.3.20220905. I also tried specifying a single raw file using "path="D:\Raw_data\top down\20240212_myoglobin_480k_mz400-6000\data 1.raw", but I got the same error as above-mentioned.
Could you help me figure it out? Thank you.
Best wishes,
Zhaowei
The text was updated successfully, but these errors were encountered: