Dear Tomas,
please find below for the script.
@echo off
rem Obtain the physical memory size
for /f "skip=1" %%p in ('wmic os get totalvisiblememorysize') do if not defined
TOTAL_MEMORY set TOTAL_MEMORY=%%p
rem The HEAP_SIZE variable defines the Java heap size in MB.
rem That is the tota
Hi Gao,
Did you change the R-related paths in your startMZmine script? Please send us
the script together with your problem report.
Best regards,
Tomas
On Oct 28, 2014, at 15:22, GY wrote:
>
>
> Hi,
>
> I'm using mzmine for data processing and when i'm trying to use the
> wavelets(XC
Hi,
I'm using mzmine for data processing and when i'm trying to use the
wavelets(XCMS) algorithm, the software shows " Couldn't start R. Please check
if R is installed and path to the libraries is set properly in the startMZmine
script. can you give me some suggestion on this?
please fin