Skip to content

Commit 2253d20

Browse files
authored
Updated the alias command for RMG - Removed the -jl
1 parent 16409a0 commit 2253d20

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dockerfiles/aliases.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ alias dbcode='cd "$rmgdb_path"'
2222
alias arcode='cd "$arc_path"'
2323

2424
# job wrappers
25-
alias rmg='python-jl "$rmgpy_path/rmg.py" input.py > >(tee -a stdout.log) 2> >(tee -a stderr.log >&2)'
25+
alias rmg='python "$rmgpy_path/rmg.py" input.py > >(tee -a stdout.log) 2> >(tee -a stderr.log >&2)'
2626
alias arkane='python "$rmgpy_path/Arkane.py" input.py > >(tee -a stdout.log) 2> >(tee -a stderr.log >&2)'
2727
alias arc='python "$arc_path/ARC.py" input.yml > >(tee -a stdout.log) 2> >(tee -a stderr.log >&2)'
2828
alias arcrestart='python "$arc_path/ARC.py" restart.yml > >(tee -a stdout.log) 2> >(tee -a stderr.log >&2)'

0 commit comments

Comments
 (0)