-
Notifications
You must be signed in to change notification settings - Fork 2
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: #16
Comments
Hi, could you update the conda environment with this yml file |
Thanks a lot. It was an error with the package FlowSOM, flowAI. I
reinstalled them. Read your entire script and found the error is happening
at calling the Rscript part.
I had one more question. If I don't want to downsample, what should I do?
With Regards
Shaktiprasad Mishra
…On Mon, 13 May 2024, 17:58 LugliLab, ***@***.***> wrote:
Hi,
could you update the conda environment with this yml file
environment_Cytophenograph6.yml.zip
<https://github.com/luglilab/Cytophenograph/files/15294442/environment_Cytophenograph6.yml.zip>
—
Reply to this email directly, view it on GitHub
<#16 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A4MU44HIF4OHQXCA26MM5WTZCCWVXAVCNFSM6AAAAABHQDWX6GVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCMBXGQ2DINZSGA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Just run the analysis without setting the downsampling flag. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The code runs and shows markers included and excluded and then the error comes as :
"Traceback (most recent call last):
File "/userdata/shakti/test2/../conda_envs/Cytophenograph/cytophenograph.v6.py", line 84, in
DictInfo["flowsom_adata"] = run.runflowsom()
File "/userdata/shakti/conda_envs/Cytophenograph/PhenoFunctions_v6.py", line 845, in runflowsom
subprocess.check_call(['Rscript', '--vanilla',
File "/userdata/shakti/tools/mambaforge/envs/Cytophenograph6/lib/python3.9/subprocess.py", line 373, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['Rscript', '--vanilla', '/userdata/shakti/conda_envs/Cytophenograph/flowsom.Rscript', '/userdata/shakti/test2/day17_output//tmp.csv', '/userdata/shakti/test2/day17_output/', '/userdata/shakti/test2/day17_output//FiguresFlowSOM/UMAP', '31']' returned non-zero exit status 1.
@@@execution Error!"
The text was updated successfully, but these errors were encountered: