# HG changeset patch # User recetox # Date 1729145868 0 # Node ID 33b7a99b6de36fef53be5a66dc20ce8caed4fc29 # Parent 8f465c0c3b6ca6c9cc9e0d0b511b44666149386b planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/qcxms commit 5a088c3d758c9a1dbd119dad55ecffa173139a40 diff -r 8f465c0c3b6c -r 33b7a99b6de3 qcxms_neutral_run.xml --- a/qcxms_neutral_run.xml Thu Jul 25 14:27:01 2024 +0000 +++ b/qcxms_neutral_run.xml Thu Oct 17 06:17:48 2024 +0000 @@ -1,4 +1,4 @@ - + required as first step to prepare for the production runs @@ -30,7 +30,9 @@ #end if tmax ${keywords.tmax} tinit ${keywords.tinit} -ieeatm ${keywords.ieeatm}]]> +ieeatm ${keywords.ieeatm} +tstep ${keywords.tstep} +etemp ${keywords.etemp}]]> import os @@ -64,11 +66,12 @@
+ help="MD time for the mean-free-path (mfp) simulation in the EI mode."/> + +
@@ -117,7 +120,7 @@ - + diff -r 8f465c0c3b6c -r 33b7a99b6de3 test-data/TMP.1_qcxms_in.txt --- a/test-data/TMP.1_qcxms_in.txt Thu Jul 25 14:27:01 2024 +0000 +++ b/test-data/TMP.1_qcxms_in.txt Thu Oct 17 06:17:48 2024 +0000 @@ -4,4 +4,6 @@ tmax 20.0 tinit 500.0 ieeatm 0.6 + tstep 0.5 + etemp 5000 \ No newline at end of file