Location: Single PASMC model (Gosak et al 2014) @ 309a2cd1708e / Validation / preValidation.ps1

Author:
WeiweiAi <wai484@aucklanduni.ac.nz>
Date:
2022-06-13 12:35:09+12:00
Desc:
Update the documentation
Permanent Source URI:
https://models.cellml.org/workspace/83f/rawfile/309a2cd1708eb79e1e9f8b928b41c9d36bcb94fc/Validation/preValidation.ps1

# The default Downloads path
$dpath= 'C:\Users\wai484\Downloads'
$mfile='PASMC_test'
# Move the file to the validation folder
$vpath= 'C:\Users\wai484\Documents\SinglePASMC\Validation'
Copy-Item -Path $dpath\$mfile.omex -Destination $vpath\$mfile.omex
# Unzip the file
Rename-Item -Path $vpath\$mfile.omex -NewName $vpath\$mfile.zip
#New-Item -Path $vpath\models -ItemType Directory
Expand-Archive -Force -LiteralPath $vpath\$mfile.zip -DestinationPath $vpath\models