Skip to content

Commit

Permalink
updated URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
hechth committed Feb 5, 2024
1 parent 72512a3 commit d54b869
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions tools/matchms/matchms_fingerprint_similarity.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,11 @@ scores.to_json("$scores_out")
Similarity between molecular fingerprints can serve as a proxy for structural similarity and can therefore be used to compare molecules.

.. rubric:: **Footnotes**
.. [1] SQL join types explained on LearnSQL_.
.. [1] SQL join types explained on W3School_.
.. [2] Fingerprint - the `daylight fingerprint`_ is used to compute chemical similarity.
Fingerprints are derived from SMILES or InChI structure notations present in the spectrum metadata.

.. _LearnSQL: https://learnsql.com/blog/sql-joins-types-explained/
.. _W3School: https://www.w3schools.com/sql/sql_join.asp
.. _daylight fingerprint: https://www.daylight.com/dayhtml/doc/theory/theory.finger.html

@HELP_matchms@
Expand Down
4 changes: 2 additions & 2 deletions tools/matchms/matchms_metadata_match.xml
Original file line number Diff line number Diff line change
Expand Up @@ -131,9 +131,9 @@ scores.to_json("$scores_out")
The output will be __TRUE__ if the value is within the tolerance or an exact match and __FALSE__ otherwise.

.. rubric:: **Footnotes**
.. [1] SQL join types explained on LearnSQL_.
.. [1] SQL join types explained on W3School_.

.. _LearnSQL: https://learnsql.com/blog/sql-joins-types-explained/
.. _W3School: https://www.w3schools.com/sql/sql_join.asp

@HELP_matchms@
</help>
Expand Down
4 changes: 2 additions & 2 deletions tools/matchms/matchms_spectral_similarity.xml
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,9 @@ scores.to_json("$similarity_scores")
For more details see this `galaxy training`_.

.. rubric:: **Footnotes**
.. [1] SQL join types explained on LearnSQL_.
.. [1] SQL join types explained on W3School_.

.. _LearnSQL: https://learnsql.com/blog/sql-joins-types-explained/
.. _W3School: https://www.w3schools.com/sql/sql_join.asp
.. _galaxy training: https://training.galaxyproject.org/training-material/topics/metabolomics/tutorials/gc_ms_with_xcms/tutorial.html

@HELP_matchms@
Expand Down

0 comments on commit d54b869

Please sign in to comment.