Genometric / MSPC

Using combined evidence from replicates to evaluate ChIP-seq peaks
https://genometric.github.io/MSPC/
GNU General Public License v3.0
19 stars 10 forks source link

I run rmspc had met some problems #194

Closed amateur-boy closed 1 year ago

amateur-boy commented 1 year ago

when i want to run the program to calculate the peak calling in Rstudio of windows,The program will report an error,Does this program not support Windows? Thansk!

library(rmspc)
> results <- mspc(input = input, replicateType = "Technical",
+                 stringencyThreshold = 1e-8,
+                 weakThreshold = 1e-4, gamma = 1e-8,
+                 keep = FALSE,GRanges = TRUE,
+                 multipleIntersections = "Lowest",
+                 c = 2,alpha = 0.05)

Error in process_initialize(self, private, command, args, stdin, stdout, …: ! Native call to processx_exec failed Caused by error in chain_call(c_processx_exec, command, c(command, args), pty, pty_options, …: ! Command 'dotnet' not found @win/processx.c:982 (processx_exec) Type .Last.error to see the more details.

VJalili commented 1 year ago

@MeriemBahda, we would greatly appreciate your expertise on this. Could you please share your thoughts?

MeriemBahda commented 1 year ago

Hello to you both , Yes of course @VJalili. Thank you for reaching out @amateur-boy! The program does work on Windows. Have you downloaded .NET 5.0 ( or newer ) prior to installing and using the rmspc package ? The error you received Command 'dotnet' not found @win/processx.c:982 (processx_exec) suggests that the function mspc can't find the dotnet command. If you have not previously installed .NET 5.0, you may install it following these instructions.

amateur-boy commented 1 year ago

great!!!

VJalili commented 1 year ago

Thank you @MeriemBahda! @amateur-boy I suppose the issue is resolved now, so I am closing this issue, but please feel free to reopen it if you have similar questions.