Location: Bond Graph Circulation @ 074ae917d0ec / get_RT_names.sh

Author:
finbar <farg967@aucklanduni.ac.nz>
Date:
2021-07-27 10:05:56+12:00
Desc:
removed sedml file
Permanent Source URI:
https://models.physiomeproject.org/workspace/673/rawfile/074ae917d0eccb81e123aaa87140b1f35977f4d4/get_RT_names.sh

echo "Start"
while read p; do
  if [[ $p == *"variable_1=\"R_T"* ]]; then
    a="${p/*variable_1\=\"/}"
    echo "${a/\" */}"
  fi
done <main_ADAN-218.cellml >R_T_names.txt