Closed cnk113 closed 2 years ago
It might be that the saving directory is not well configurated. Did you include this code when running?
cs.settings.data_path = "data_cospar"
cs.settings.figure_path = "fig_cospar"
cs.hf.set_up_folders()
If this does not work, could you try to run the notebook like this one? https://cospar.readthedocs.io/en/latest/20211010_preprocessing.html
Yah I have it at the beginning
cs.settings.data_path = "/home/chang/data_dir/cospar_data"
cs.settings.figure_path = "/home/chang/data_dir/cospar"
cs.hf.set_up_folders()
Should I not give absolute paths?
I don’t know. You have to try
Get Outlook for iOShttps://aka.ms/o0ukef
From: Chang Kim @.> Sent: Friday, September 23, 2022 4:37:57 PM To: AllonKleinLab/cospar @.> Cc: Wang, Shouwen @.>; Comment @.> Subject: Re: [AllonKleinLab/cospar] infer_Tmap_from_multitime_clones file saving error (Issue #20)
Yah I have it at the beginning
cs.settings.data_path = "/home/chang/data_dir/cospar_data" cs.settings.figure_path = "/home/chang/data_dir/cospar" cs.hf.set_up_folders()
Should I not give absolute paths?
— Reply to this email directly, view it on GitHubhttps://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_AllonKleinLab_cospar_issues_20-23issuecomment-2D1256649535&d=DwMCaQ&c=WO-RGvefibhHBZq3fL85hQ&r=HV3hSxJneq48OyAO3fZXR0hE5NwTsotE_nsykGsxi-U&m=LnfFKTJ_wt_MV3tZDuf3xHtHsys5mzBHlIZjVHVfKl5h6IgON44IQVf2q_DMmwUk&s=jZneiTabqaVvpGoPpX6tlQ5czzCF78_3x_VWcJKqX2Q&e=, or unsubscribehttps://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_notifications_unsubscribe-2Dauth_ABDCAST65LXX5HDRDYB2KGTV7YIKLANCNFSM6AAAAAAQTWECEM&d=DwMCaQ&c=WO-RGvefibhHBZq3fL85hQ&r=HV3hSxJneq48OyAO3fZXR0hE5NwTsotE_nsykGsxi-U&m=LnfFKTJ_wt_MV3tZDuf3xHtHsys5mzBHlIZjVHVfKl5h6IgON44IQVf2q_DMmwUk&s=6shBr-1zqtIMw2YC8_0Bm1fW58vuWM91I2n3NNxuuFA&e=. You are receiving this because you commented.Message ID: @.***>
Okay changing from the absolute paths fixed it!
Great!
Get Outlook for iOShttps://aka.ms/o0ukef
From: Chang Kim @.> Sent: Monday, September 26, 2022 1:43:24 AM To: AllonKleinLab/cospar @.> Cc: Wang, Shouwen @.>; Comment @.> Subject: Re: [AllonKleinLab/cospar] infer_Tmap_from_multitime_clones file saving error (Issue #20)
Okay changing from the absolute paths fixed it!
— Reply to this email directly, view it on GitHubhttps://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_AllonKleinLab_cospar_issues_20-23issuecomment-2D1257509198&d=DwMCaQ&c=WO-RGvefibhHBZq3fL85hQ&r=HV3hSxJneq48OyAO3fZXR0hE5NwTsotE_nsykGsxi-U&m=8kvJ1RTOBISY9dzlaMdn1z8qeSyAy4uOnNyB2mKUpKlbnknxRGY83kJ6iVlSYvsD&s=WKBk5bfbnMv07bf_zUHK90ZSLg_v4wxIpeiAiuiHFFY&e=, or unsubscribehttps://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_notifications_unsubscribe-2Dauth_ABDCASTP2VDRYBZLNLN7XY3WAEZXZANCNFSM6AAAAAAQTWECEM&d=DwMCaQ&c=WO-RGvefibhHBZq3fL85hQ&r=HV3hSxJneq48OyAO3fZXR0hE5NwTsotE_nsykGsxi-U&m=8kvJ1RTOBISY9dzlaMdn1z8qeSyAy4uOnNyB2mKUpKlbnknxRGY83kJ6iVlSYvsD&s=CUeTQ_iq6--inrri9ubqftFVPsRkYGudWiRTiscPD08&e=. You are receiving this because you commented.Message ID: @.***>
So when running
infer_Tmap_from_multitime_clones
It seems during the steps of saving the similarity matrix, it seems to be hardcoded to/
as a result I get a permissions denied error since I don't have root access.