sneumann / xcms

This is the git repository matching the Bioconductor package xcms: LC/MS and GC/MS Data Analysis
Other
180 stars 80 forks source link

Small updates and example performance improvements #510

Closed jorainer closed 3 years ago

jorainer commented 3 years ago

This PR mainly reduces the runtime of examples (specifically on Windows) by disabling parallel processing (spawning a parallel process in Windows takes much longer than the actual call).

This should fix any build timeouts on the BioC build machines.