- Author:
- WeiweiAi <wai484@aucklanduni.ac.nz>
- Date:
- 2022-06-13 11:44:41+12:00
- Desc:
- Modify the intracelluar K from 4.7 mM to 5.9 mM
- Permanent Source URI:
- https://models.cellml.org/workspace/83f/rawfile/887894c158d460d4505bd3fb26d23a7b939ca442/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