Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed typos #538

Merged
merged 2 commits into from
May 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions tools/qcxms/qcxms_getres.xml
hechth marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<tool id="qcxms_getres" name="QCxMS get results" version="@TOOL_VERSION@+galaxy0" profile="22.09">
<tool id="qcxms_getres" name="QCxMS get results" version="@TOOL_VERSION@+galaxy1" profile="22.09">
<description>Get result of the Production run to obtain a QCxMS simulated mass spectrum</description>

<macros>
Expand Down Expand Up @@ -37,7 +37,7 @@ with open(output_file, 'w') as output:
</configfiles>

<inputs>
<param type="data" name="mol" label="Molecule 3D structure [.xzy]" format="xyz" />
<param type="data" name="mol" label="Molecule 3D structure [.xyz]" format="xyz" />
<param type="data_collection" collection_type="list" name="res_files" label="res files [.res]" format="txt,text"/>
</inputs>

Expand Down
6 changes: 3 additions & 3 deletions tools/qcxms/qcxms_neutral_run.xml
hechth marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<tool id="qcxms_neutral_run" name="QCxMS neutral run" version="@TOOL_VERSION@+galaxy2" profile="22.09">
<tool id="qcxms_neutral_run" name="QCxMS neutral run" version="@TOOL_VERSION@+galaxy3" profile="22.09">
<description>required as first step to prepare for the production runs</description>

<macros>
Expand Down Expand Up @@ -56,7 +56,7 @@ rename_files_with_folder_name(path)
</configfiles>

<inputs>
<param type="data" name="mol" label="Molecule 3D structure [.xzy]" format="xyz" />
<param type="data" name="mol" label="Molecule 3D structure [.xyz]" format="xyz" />
<param name="QC_Level" type="select" display="radio" label="QC Method">
<option value="xtb2" selected="true">GFN2-xTB</option>
<option value="xtb">GFN1-xTB</option>
Expand Down Expand Up @@ -152,7 +152,7 @@ rename_files_with_folder_name(path)

<help><![CDATA[
The QCxMS Neutral Run tool serves as the first step in preparing for production runs. The tool execute neutral runs for mass
spectrometry simulations using the GFN2-xTB and GFN-xTB quantum chemistry methods. For detail information visit the documentation
spectrometry simulations using the GFN2-xTB and GFN1-xTB quantum chemistry methods. For detail information visit the documentation
at https://xtb-docs.readthedocs.io/en/latest/qcxms_doc/qcxms_run.html#excecuting-the-production-runs
]]>
</help>
Expand Down