Skip to content

Commit

Permalink
Update gromacs/qsub.py
Browse files Browse the repository at this point in the history
  • Loading branch information
orbeckst authored Sep 13, 2024
1 parent a75d155 commit 071c108
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion gromacs/qsub.py
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,11 @@ def write_script(template):
template,
[
("^ *DEFFNM=", "(?<==)(.*)", deffnm),
("^#.*(-N|job_name)", r"((?<=-N\s)|(?<=job_name\s))\s*\w+", jobname),
(
"^#.*(-N|job_name)",
r"((?<=-N\s)|(?<=job_name\s))\s*\w+",
jobname,
),
(
"^#.*(-A|account_no)",
r"((?<=-A\s)|(?<=account_no\s))\s*\w+",
Expand Down

0 comments on commit 071c108

Please sign in to comment.