rdinnager / slimr

Run and Analyse SLiM Population Genetics Forward Simulations from R.
https://rdinnager.github.io/slimr
Other
7 stars 1 forks source link

Deal with new `createLogFile()` calls in SLiM 3.6 recipes (need to detect file names) #34

Closed rdinnager closed 1 year ago

rdinnager commented 3 years ago

The new LogFile system in SLiM 3.6 is used extensively in the recipes now, which currently means they won't run in slimr because they refer to a filename which generally is in a folder that doesn't exist on the local system. We need a way to detect file names in SLiM scripts, and replace them with suitable paths for the local system. Hmmm..

rdinnager commented 1 year ago

Apparently this is not an issue. All recipes work fine in latest version of slimr, I think because all uses of LogFile in recipes use relative paths.