1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-12 23:41:57 +02:00

(v2.1.1.9108) version update

This commit is contained in:
2024-11-21 21:58:05 +01:00
parent 0fda130a0b
commit 38bb36ca19
12 changed files with 13 additions and 10219 deletions

View File

@ -38,7 +38,7 @@ setup_file="../PythonPackage/AMR/setup.py"
functions_file="../PythonPackage/AMR/AMR/functions.py"
datasets_file="../PythonPackage/AMR/AMR/datasets.py"
init_file="../PythonPackage/AMR/AMR/__init__.py"
description_file="../DESCRIPTION"
# Write header to the datasets Python file, including the convert_to_python function
cat <<EOL > "$datasets_file"
@ -258,11 +258,6 @@ cp ../vignettes/AMR_for_Python.Rmd ../PythonPackage/AMR/README.md
sed -i '1,/^# Introduction$/d' ../PythonPackage/AMR/README.md
echo "README copied"
# Path to your DESCRIPTION file
description_file="../DESCRIPTION"
# Extract the relevant fields from DESCRIPTION
version=$(grep "^Version:" "$description_file" | awk '{print $2}')

File diff suppressed because one or more lines are too long