Skip to content
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

[RawFileImpl::getInstrumentMethods()] Access to the path 'C:\users\root\Temp\tmp #26

Open
cherwellaaa opened this issue Oct 10, 2023 · 0 comments

Comments

@cherwellaaa
Copy link

cherwellaaa commented Oct 10, 2023

Hi, I have met a problem in msconvet with singularity in linux,here are my processing:
Fisrt i pull a docker from docker hub and convert to singularity:
singularity pull docker://chambm/pwiz-skyline-i-agree-to-the-vendor-licenses

Then i used this singularity file to convert my ms data, the data formart is .raw(also i try another ms format file: .wiff, .wiff2, .d):
singularity exec --cleanenv -S /mywineprefix/ --writable-tmpfs -B /mydata/input:/data -B /mydata/output:/output /singularity/pwiz-skyline-i-agree-to-the-vendor-licenses_latest.sif mywine msconvert --mgf --zlib --64 --filter "peakPicking true 1-" "zeroSamples removeExtra" /data/*.raw -o /output

(also i try this code: singularity exec --cleanenv -B ~:/mywineprefix -B /mydata/input:/data -B /mydata/output:/output /singularity/pwiz-skyline-i-agree-to-the-vendor-licenses_latest.sif mywine msconvert --mgf --zlib --64 --filter "peakPicking true 1-" "zeroSamples removeExtra" /data/*.raw -o /output)

But it's error:[RawFileImpl::getInstrumentMethods()] Access to the path 'C:\users\root\Temp\tmp1e7.tmp' is denied.

I have try many ways to make it run,but it failed; Any one can help me with this?
and i can't use root in my linux

I used a old protoewizard of docker version in 2020, and in same linux ,it's worked before,but this year, i found its error,and i download the latest version, also error above ,the msconvert.sif is named by myself:

my old code: singularity exec -S /mywineprefix/ -B /mydata/input:/data -B /mydata/output:/output /singularity/msconvert.sif mywine msconvert --mgf --zlib --64 --filter "peakPicking true 1-"

My linux information:

  1. CentOS 7
  2. singularity version 3.8.7(3.1.0, 3.7.3)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant