Mercurial > repos > tduigou > sbol3_diff
comparison sbol3_diff.xml @ 1:6801278362ed draft
planemo upload for repository https://github.com/SynBioDex/SBOL-utilities commit eadd9bb9edbc70361b9e8d7900e6743b37142ee3
| author | tduigou |
|---|---|
| date | Mon, 24 Apr 2023 13:34:32 +0000 |
| parents | 2d9ed070ea20 |
| children | 3b533479e877 |
comparison
equal
deleted
inserted
replaced
| 0:2d9ed070ea20 | 1:6801278362ed |
|---|---|
| 1 <tool id="sbol3_diff" name="SBOL3 DIFF" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="21.09"> | 1 <tool id="sbol3_diff" name="SBOL3 DIFF" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="21.09" license="MIT"> |
| 2 <description>Computes the difference between two SBOL3 documents</description> | 2 <description>Computes the difference between two SBOL3 documents</description> |
| 3 <macros> | 3 <macros> |
| 4 <token name="@VERSION_SUFFIX@">0</token> | 4 <token name="@VERSION_SUFFIX@">0</token> |
| 5 <token name="@TOOL_VERSION@">1.0a16</token> | 5 <token name="@TOOL_VERSION@">1.0a16</token> |
| 6 </macros> | 6 </macros> |
| 32 <output name="diff_out" file="sbol3_diff_out.txt" ftype="txt" compare="diff" sort="true"/> | 32 <output name="diff_out" file="sbol3_diff_out.txt" ftype="txt" compare="diff" sort="true"/> |
| 33 </test> | 33 </test> |
| 34 </tests> | 34 </tests> |
| 35 <help><![CDATA[ | 35 <help><![CDATA[ |
| 36 SBOL3 DIFF | 36 SBOL3 DIFF |
| 37 ================ | 37 ========== |
| 38 | 38 |
| 39 Input | 39 Input |
| 40 ----- | 40 ----- |
| 41 | 41 |
| 42 Required: | 42 Required: |
| 46 | 46 |
| 47 Output | 47 Output |
| 48 ------ | 48 ------ |
| 49 | 49 |
| 50 * **Output**\ : Output with differences between two SBOL3 files. | 50 * **Output**\ : Output with differences between two SBOL3 files. |
| 51 | |
| 52 Project Links | |
| 53 ------------------ | |
| 54 | |
| 55 * `GitHub <https://github.com/SynBioDex/SBOL-utilities>`_ | |
| 56 | |
| 57 License | |
| 58 ------- | |
| 59 | |
| 60 * `MIT <https://github.com/SynBioDex/SBOL-utilities/blob/develop/LICENSE.txt>`_ | |
| 61 | |
| 62 Acknowledgments | |
| 63 --------------- | |
| 64 | |
| 65 * Kenza BAZI-KABBAJ | |
| 66 | |
| 67 ]]></help> | 51 ]]></help> |
| 68 <creator> | 52 <creator> |
| 69 <person givenName="Jacob" familyName="Beal" identifier="https://orcid.org/0000-0002-1663-5102" /> | 53 <organization name="BioRetroSynth" url="https://github.com/brsynth"/> |
| 70 </creator> | 54 </creator> |
| 55 <citations> | |
| 56 <citation type="doi">10.1021/acssynbio.1c00188</citation> | |
| 57 </citations> | |
| 71 </tool> | 58 </tool> |
