Skip to content

Commit

Permalink
added compare and lines_diff to pass test
Browse files Browse the repository at this point in the history
  • Loading branch information
wverastegui committed Oct 4, 2023
2 parents 55ca0dd + d9d12af commit 76c81a9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion tools/xtb/.shed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ long_description: |
categories:
- Metabolomics
remote_repository_url: "https://github.com/RECETOX/galaxytools/tree/master/tools/xtb"
homepage_url: "https://github.com/RECETOX/galaxytools"
homepage_url: "https://github.com/grimme-lab/xtb"
type: unrestricted
2 changes: 1 addition & 1 deletion tools/xtb/macros.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<macros>
<token name="@TOOL_VERSION@">0.1.0</token>
<token name="@TOOL_VERSION@">6.6.1</token>
<xml name="creator">
<creator>
<person
Expand Down
5 changes: 2 additions & 3 deletions tools/xtb/xtb_molecular_optimization.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
<tool id="xtb_molecular_optimization" name="xtb molecular optimization" version="@TOOL_VERSION@+galaxy0" profile="21.05">
<tool id="xtb_molecular_optimization" name="xtb molecular optimization" version="@TOOL_VERSION@+galaxy0" profile="21.09">
<description>Semiempirical quantum mechanical molecular optimization method</description>
<macros>
<import>macros.xml</import>
</macros>
<expand macro="creator"/>
<requirements>
<requirement type="package" version="@TOOL_VERSION@">xtb_molecular_optimization</requirement>
<requirement type="package" version="6.6.1">xtb</requirement>
<requirement type="package" version="@TOOL_VERSION@">xtb</requirement>
</requirements>
<command detect_errors="exit_code"><![CDATA[
ln '${coordinates}' 'mol.${coordinates.ext}' &&
Expand Down

0 comments on commit 76c81a9

Please sign in to comment.