From da0caf88efecd148620fd40a797c652df670ae29 Mon Sep 17 00:00:00 2001 From: Zargham Ahmad Date: Wed, 14 Feb 2024 17:05:33 +0100 Subject: [PATCH] updated qcxms --- tools/qcxms/macros.xml | 4 +--- tools/qcxms/qcxms_neutral_run.xml | 17 +++++++++-------- tools/qcxms/qcxms_prod_run.xml | 11 +++++------ 3 files changed, 15 insertions(+), 17 deletions(-) diff --git a/tools/qcxms/macros.xml b/tools/qcxms/macros.xml index bd2875864..fc4f5b2ca 100644 --- a/tools/qcxms/macros.xml +++ b/tools/qcxms/macros.xml @@ -2,9 +2,7 @@ 5.2.1 - qcxms - plotms - python + recetox/qcxms-docker:@TOOL_VERSION@ diff --git a/tools/qcxms/qcxms_neutral_run.xml b/tools/qcxms/qcxms_neutral_run.xml index 20137f1c7..0c324d84b 100644 --- a/tools/qcxms/qcxms_neutral_run.xml +++ b/tools/qcxms/qcxms_neutral_run.xml @@ -4,6 +4,7 @@ macros.xml + @@ -11,14 +12,14 @@ > '$log' && - qcxms -i molecule.xyz >> '$log' && - python rename.py + /qcxms_bin/qcxms -i molecule.xyz >> '$log' && + /qcxms_bin/qcxms -i molecule.xyz >> '$log' && + python3 rename.py ]]> - 1 + 1,2,1 @@ -55,7 +56,7 @@ rename_files_with_folder_name(path) - + @@ -89,14 +90,14 @@ rename_files_with_folder_name(path) - - + + - +
diff --git a/tools/qcxms/qcxms_prod_run.xml b/tools/qcxms/qcxms_prod_run.xml index be97fcfeb..3cfbe0bc7 100644 --- a/tools/qcxms/qcxms_prod_run.xml +++ b/tools/qcxms/qcxms_prod_run.xml @@ -9,15 +9,15 @@ > $log' && - getres && - plotms && + python3 '${create_folder_structure}' && + find TMPQCXMS/*/ -type d | xargs -I {} -P 4 sh -c 'cd {} && /qcxms_bin/qcxms --prod >> $log' && + /qcxms_bin/getres && + /plotms_bin/PlotMS.v.6.2.0/plotms && sh ${__tool_directory__}/msp_out.sh ]]> - 1 + 1,2,1 @@ -67,7 +67,6 @@ for folder_name, in_file, start_file, xyz_file in zip(folder_names, in_collectio -