Skip to content

Commit e4af417

Browse files
authored
Merge pull request #82 from andthum/fix/analysis/gmx/energy
[energy.sh]: Fix Call of `decompres.sh`
2 parents a4febfc + e82af25 commit e4af417

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

analysis/lintf2_ether/gmx/energy.sh

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,11 @@ source "${bash_dir}/load_gmx.sh" "${gmx_lmod}" "${gmx_exe}" || exit
6666
echo -e "\n"
6767
echo "Decompressing input file(s) if necessary..."
6868
infile="${settings}_out_${system}.edr"
69-
decompressed=$("${bash_dir}/decompress.sh" "${infile}" "--keep --verbose")
69+
decompressed=$(bash \
70+
"${bash_dir}/decompress.sh" \
71+
"${infile}" \
72+
--keep \
73+
--verbose)
7074

7175
########################################################################
7276
# Start the Analysis #

0 commit comments

Comments
 (0)