-
Notifications
You must be signed in to change notification settings - Fork 166
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
subprocess.CalledProcessError when segmenting #881
Comments
Are there any blank fields in your .cnr file? Which columns do they occur in? |
Hi, thank you for replying. My cnr have NAs in |
Hi @sainsachiko, after spending hours trying to debug the same issue, I was able to get it to run. Theres's some issue with the R env that DNACopy needs to run segmentation. so you'll have to run CNVkit from within an environment. I kept running into a compatibility issue with Conda until I used the yaml file on the repo to make it. There are two ways you get CNVkit to run - i) Using the docker image and running everything in that container ii) Build a Conda env with the yaml file (NOTE - This yaml will work on Mac OS only, further I am on an Apple Silicon M2 chip, so that could further nuance the dependency list).
Once set up, don't forget to pip install CNVkit! |
I am using the Docker image but still get the same error. In my |
I am trying to run segmentation on a cnr file with
version 0.9.11
with this command:cnvkit.py segment HCC1395T.cnr -o HCC1395T.cn
s but got below error:My .cnr have NaN values, when I tried with version 0.9.10, it resulted in
Is there any solutions for this? Thank you in advance!
The text was updated successfully, but these errors were encountered: