annotate recetox_msfinder.xml @ 5:e7eff0c9baa3 draft default tip

planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_msfinder commit c6bc00f50c232c1c7cbb2e6f838c14a0c1c20e05
author recetox
date Wed, 24 Jan 2024 13:26:32 +0000
parents ae66b58846cd
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
5
e7eff0c9baa3 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_msfinder commit c6bc00f50c232c1c7cbb2e6f838c14a0c1c20e05
recetox
parents: 4
diff changeset
1 <tool id="recetox_msfinder" name="RECETOX MsFinder" version="@TOOL_VERSION@+galaxy4">
0
7cda9aef13f3 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_msfinder commit f655a81cc6289f228ee7f58dc6b3e2d9eb2dc923
recetox
parents:
diff changeset
2 <description>Annotation of fragment peaks in mass spectral libraries.</description>
7cda9aef13f3 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_msfinder commit f655a81cc6289f228ee7f58dc6b3e2d9eb2dc923
recetox
parents:
diff changeset
3 <macros>
7cda9aef13f3 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_msfinder commit f655a81cc6289f228ee7f58dc6b3e2d9eb2dc923
recetox
parents:
diff changeset
4 <import>macros.xml</import>
7cda9aef13f3 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_msfinder commit f655a81cc6289f228ee7f58dc6b3e2d9eb2dc923
recetox
parents:
diff changeset
5 </macros>
3
d1f44632f206 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_msfinder commit 14d90155d2579b399ad04010dcade97aa8543d30
recetox
parents: 2
diff changeset
6 <expand macro="refs"/>
0
7cda9aef13f3 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_msfinder commit f655a81cc6289f228ee7f58dc6b3e2d9eb2dc923
recetox
parents:
diff changeset
7 <expand macro="creator" />
7cda9aef13f3 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_msfinder commit f655a81cc6289f228ee7f58dc6b3e2d9eb2dc923
recetox
parents:
diff changeset
8
7cda9aef13f3 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_msfinder commit f655a81cc6289f228ee7f58dc6b3e2d9eb2dc923
recetox
parents:
diff changeset
9 <expand macro="requirements" />
5
e7eff0c9baa3 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_msfinder commit c6bc00f50c232c1c7cbb2e6f838c14a0c1c20e05
recetox
parents: 4
diff changeset
10 <command detect_errors="exit_code">
0
7cda9aef13f3 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_msfinder commit f655a81cc6289f228ee7f58dc6b3e2d9eb2dc923
recetox
parents:
diff changeset
11 <![CDATA[
4
ae66b58846cd planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_msfinder commit ad60bf881a8fd00546909c76d65ea3c6b65a4fe9
recetox
parents: 3
diff changeset
12 mkdir output;
ae66b58846cd planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_msfinder commit ad60bf881a8fd00546909c76d65ea3c6b65a4fe9
recetox
parents: 3
diff changeset
13 sh ${write_param};
5
e7eff0c9baa3 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_msfinder commit c6bc00f50c232c1c7cbb2e6f838c14a0c1c20e05
recetox
parents: 4
diff changeset
14 mono /MsFinder/MsFinder/bin/Debug/MsfinderConsoleApp.exe annotate -i '$input_data' -m 'MSFINDER.INI' -o 'output/result.msp';
e7eff0c9baa3 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_msfinder commit c6bc00f50c232c1c7cbb2e6f838c14a0c1c20e05
recetox
parents: 4
diff changeset
15 [ -f output/log_smiles.smi ] && sed -i '1s/^/smiles\n/' output/log_smiles.smi;
4
ae66b58846cd planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_msfinder commit ad60bf881a8fd00546909c76d65ea3c6b65a4fe9
recetox
parents: 3
diff changeset
16 [ -s output/result.msp ] || rm output/result.msp;
0
7cda9aef13f3 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_msfinder commit f655a81cc6289f228ee7f58dc6b3e2d9eb2dc923
recetox
parents:
diff changeset
17 ]]>
7cda9aef13f3 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_msfinder commit f655a81cc6289f228ee7f58dc6b3e2d9eb2dc923
recetox
parents:
diff changeset
18 </command>
7cda9aef13f3 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_msfinder commit f655a81cc6289f228ee7f58dc6b3e2d9eb2dc923
recetox
parents:
diff changeset
19
7cda9aef13f3 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_msfinder commit f655a81cc6289f228ee7f58dc6b3e2d9eb2dc923
recetox
parents:
diff changeset
20 <configfiles>
7cda9aef13f3 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_msfinder commit f655a81cc6289f228ee7f58dc6b3e2d9eb2dc923
recetox
parents:
diff changeset
21 <configfile name="write_param">
7cda9aef13f3 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_msfinder commit f655a81cc6289f228ee7f58dc6b3e2d9eb2dc923
recetox
parents:
diff changeset
22 printf "%s\n" "Ms2Tolerance=$Ms2Tolerance" \
7cda9aef13f3 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_msfinder commit f655a81cc6289f228ee7f58dc6b3e2d9eb2dc923
recetox
parents:
diff changeset
23 "IsTmsMeoxDerivative=$IsTmsMeoxDerivative" \
7cda9aef13f3 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_msfinder commit f655a81cc6289f228ee7f58dc6b3e2d9eb2dc923
recetox
parents:
diff changeset
24 "RelativeAbundanceCutOff=$RelativeAbundanceCutOff" \
7cda9aef13f3 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_msfinder commit f655a81cc6289f228ee7f58dc6b3e2d9eb2dc923
recetox
parents:
diff changeset
25 "Ms1Tolerance=$Ms1Tolerance" \
7cda9aef13f3 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_msfinder commit f655a81cc6289f228ee7f58dc6b3e2d9eb2dc923
recetox
parents:
diff changeset
26 "MassToleranceType=$MassToleranceType" \
7cda9aef13f3 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_msfinder commit f655a81cc6289f228ee7f58dc6b3e2d9eb2dc923
recetox
parents:
diff changeset
27 "StructurePredictionTimeOut=$StructurePredictionTimeOut" \
7cda9aef13f3 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_msfinder commit f655a81cc6289f228ee7f58dc6b3e2d9eb2dc923
recetox
parents:
diff changeset
28 "LewisAndSeniorCheck=$LewisAndSeniorCheck" \
7cda9aef13f3 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_msfinder commit f655a81cc6289f228ee7f58dc6b3e2d9eb2dc923
recetox
parents:
diff changeset
29 "IsUseRtForFilteringCandidates=False" \
7cda9aef13f3 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_msfinder commit f655a81cc6289f228ee7f58dc6b3e2d9eb2dc923
recetox
parents:
diff changeset
30 "RtToleranceForStructureElucidation=2.5" \
7cda9aef13f3 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_msfinder commit f655a81cc6289f228ee7f58dc6b3e2d9eb2dc923
recetox
parents:
diff changeset
31 "IsUsePredictedRtForStructureElucidation=False" \
7cda9aef13f3 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_msfinder commit f655a81cc6289f228ee7f58dc6b3e2d9eb2dc923
recetox
parents:
diff changeset
32 "Coeff_RtPrediction=-1" \
7cda9aef13f3 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_msfinder commit f655a81cc6289f228ee7f58dc6b3e2d9eb2dc923
recetox
parents:
diff changeset
33 "Intercept_RtPrediction=-1" \
7cda9aef13f3 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_msfinder commit f655a81cc6289f228ee7f58dc6b3e2d9eb2dc923
recetox
parents:
diff changeset
34 "IsUseRtInchikeyLibrary=True" \
7cda9aef13f3 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_msfinder commit f655a81cc6289f228ee7f58dc6b3e2d9eb2dc923
recetox
parents:
diff changeset
35 "IsUsePredictedCcsForStructureElucidation=False" \
7cda9aef13f3 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_msfinder commit f655a81cc6289f228ee7f58dc6b3e2d9eb2dc923
recetox
parents:
diff changeset
36 "IsUseCcsForFilteringCandidates=True" \
7cda9aef13f3 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_msfinder commit f655a81cc6289f228ee7f58dc6b3e2d9eb2dc923
recetox
parents:
diff changeset
37 "CcsToleranceForStructureElucidation=10" \
7cda9aef13f3 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_msfinder commit f655a81cc6289f228ee7f58dc6b3e2d9eb2dc923
recetox
parents:
diff changeset
38 "CanExcuteMS2AdductSearch=False" \
5
e7eff0c9baa3 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_msfinder commit c6bc00f50c232c1c7cbb2e6f838c14a0c1c20e05
recetox
parents: 4
diff changeset
39 "IsUseXlogpPrediction=False" \
e7eff0c9baa3 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_msfinder commit c6bc00f50c232c1c7cbb2e6f838c14a0c1c20e05
recetox
parents: 4
diff changeset
40 "ElementProbabilityCheck=$ElementProbabilityCheck" \
e7eff0c9baa3 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_msfinder commit c6bc00f50c232c1c7cbb2e6f838c14a0c1c20e05
recetox
parents: 4
diff changeset
41 "IsotopicAbundanceTolerance=$IsotopicAbundanceTolerance" \
e7eff0c9baa3 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_msfinder commit c6bc00f50c232c1c7cbb2e6f838c14a0c1c20e05
recetox
parents: 4
diff changeset
42 "TreeDepth=$TreeDepth" \
e7eff0c9baa3 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_msfinder commit c6bc00f50c232c1c7cbb2e6f838c14a0c1c20e05
recetox
parents: 4
diff changeset
43 "$element_ratio_check" \
e7eff0c9baa3 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_msfinder commit c6bc00f50c232c1c7cbb2e6f838c14a0c1c20e05
recetox
parents: 4
diff changeset
44 "IsUseEiFragmentDB=$IsUseEiFragmentDB" >MSFINDER.INI
e7eff0c9baa3 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_msfinder commit c6bc00f50c232c1c7cbb2e6f838c14a0c1c20e05
recetox
parents: 4
diff changeset
45
e7eff0c9baa3 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_msfinder commit c6bc00f50c232c1c7cbb2e6f838c14a0c1c20e05
recetox
parents: 4
diff changeset
46 #set element_selected = "\n".join([str($element) for $element in str($element_selection_option).split(",")])
e7eff0c9baa3 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_msfinder commit c6bc00f50c232c1c7cbb2e6f838c14a0c1c20e05
recetox
parents: 4
diff changeset
47 printf "%s\n" "$element_selected" >> MSFINDER.INI
0
7cda9aef13f3 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_msfinder commit f655a81cc6289f228ee7f58dc6b3e2d9eb2dc923
recetox
parents:
diff changeset
48 </configfile>
7cda9aef13f3 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_msfinder commit f655a81cc6289f228ee7f58dc6b3e2d9eb2dc923
recetox
parents:
diff changeset
49 </configfiles>
7cda9aef13f3 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_msfinder commit f655a81cc6289f228ee7f58dc6b3e2d9eb2dc923
recetox
parents:
diff changeset
50
7cda9aef13f3 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_msfinder commit f655a81cc6289f228ee7f58dc6b3e2d9eb2dc923
recetox
parents:
diff changeset
51 <inputs>
7cda9aef13f3 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_msfinder commit f655a81cc6289f228ee7f58dc6b3e2d9eb2dc923
recetox
parents:
diff changeset
52 <expand macro="input" />
7cda9aef13f3 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_msfinder commit f655a81cc6289f228ee7f58dc6b3e2d9eb2dc923
recetox
parents:
diff changeset
53 <expand macro="parameter" />
5
e7eff0c9baa3 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_msfinder commit c6bc00f50c232c1c7cbb2e6f838c14a0c1c20e05
recetox
parents: 4
diff changeset
54 <param name="element_selection_option" type="select" label="Element selection" multiple="true" optional="true"
e7eff0c9baa3 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_msfinder commit c6bc00f50c232c1c7cbb2e6f838c14a0c1c20e05
recetox
parents: 4
diff changeset
55 help="Generate formula candidates that just contain the elements selected by the users. Check 'IsTmsMeoxDerivative' if you want to annotate EI-MS spectra.">
e7eff0c9baa3 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_msfinder commit c6bc00f50c232c1c7cbb2e6f838c14a0c1c20e05
recetox
parents: 4
diff changeset
56 <expand macro="element_select" />
e7eff0c9baa3 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_msfinder commit c6bc00f50c232c1c7cbb2e6f838c14a0c1c20e05
recetox
parents: 4
diff changeset
57 </param>
0
7cda9aef13f3 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_msfinder commit f655a81cc6289f228ee7f58dc6b3e2d9eb2dc923
recetox
parents:
diff changeset
58 </inputs>
7cda9aef13f3 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_msfinder commit f655a81cc6289f228ee7f58dc6b3e2d9eb2dc923
recetox
parents:
diff changeset
59
7cda9aef13f3 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_msfinder commit f655a81cc6289f228ee7f58dc6b3e2d9eb2dc923
recetox
parents:
diff changeset
60 <outputs>
7cda9aef13f3 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_msfinder commit f655a81cc6289f228ee7f58dc6b3e2d9eb2dc923
recetox
parents:
diff changeset
61 <expand macro="output" />
7cda9aef13f3 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_msfinder commit f655a81cc6289f228ee7f58dc6b3e2d9eb2dc923
recetox
parents:
diff changeset
62 </outputs>
7cda9aef13f3 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_msfinder commit f655a81cc6289f228ee7f58dc6b3e2d9eb2dc923
recetox
parents:
diff changeset
63
7cda9aef13f3 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_msfinder commit f655a81cc6289f228ee7f58dc6b3e2d9eb2dc923
recetox
parents:
diff changeset
64 <tests>
7cda9aef13f3 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_msfinder commit f655a81cc6289f228ee7f58dc6b3e2d9eb2dc923
recetox
parents:
diff changeset
65 <test>
7cda9aef13f3 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_msfinder commit f655a81cc6289f228ee7f58dc6b3e2d9eb2dc923
recetox
parents:
diff changeset
66 <param name="input_data" value="test.msp" ftype="msp" />
4
ae66b58846cd planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_msfinder commit ad60bf881a8fd00546909c76d65ea3c6b65a4fe9
recetox
parents: 3
diff changeset
67 <output_collection name="output" type="list">
ae66b58846cd planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_msfinder commit ad60bf881a8fd00546909c76d65ea3c6b65a4fe9
recetox
parents: 3
diff changeset
68 <element name="result" file="out.msp" lines_diff="16"/>
ae66b58846cd planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_msfinder commit ad60bf881a8fd00546909c76d65ea3c6b65a4fe9
recetox
parents: 3
diff changeset
69 </output_collection>
0
7cda9aef13f3 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_msfinder commit f655a81cc6289f228ee7f58dc6b3e2d9eb2dc923
recetox
parents:
diff changeset
70 <!-- This is set to 16 since msfinder sometimes places double bonds between certain atoms and sometimes not - there are 16 such cases in this file. -->
4
ae66b58846cd planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_msfinder commit ad60bf881a8fd00546909c76d65ea3c6b65a4fe9
recetox
parents: 3
diff changeset
71 </test>
ae66b58846cd planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_msfinder commit ad60bf881a8fd00546909c76d65ea3c6b65a4fe9
recetox
parents: 3
diff changeset
72 <test>
5
e7eff0c9baa3 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_msfinder commit c6bc00f50c232c1c7cbb2e6f838c14a0c1c20e05
recetox
parents: 4
diff changeset
73 <param name="input_data" value="test.msp" ftype="msp" />
e7eff0c9baa3 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_msfinder commit c6bc00f50c232c1c7cbb2e6f838c14a0c1c20e05
recetox
parents: 4
diff changeset
74 <param name="element_ratio_check" value="ExtendedRange=TRUE"/>
e7eff0c9baa3 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_msfinder commit c6bc00f50c232c1c7cbb2e6f838c14a0c1c20e05
recetox
parents: 4
diff changeset
75 <param name="TreeDepth" value="3"/>
e7eff0c9baa3 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_msfinder commit c6bc00f50c232c1c7cbb2e6f838c14a0c1c20e05
recetox
parents: 4
diff changeset
76 <param name="element_selection_option" value="Ocheck=True,Ncheck=True,Pcheck=True,Scheck=True,Fcheck=True,ClCheck=True,BrCheck=True,Icheck=True,SiCheck=True"/>
e7eff0c9baa3 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_msfinder commit c6bc00f50c232c1c7cbb2e6f838c14a0c1c20e05
recetox
parents: 4
diff changeset
77 <output_collection name="output" type="list">
e7eff0c9baa3 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_msfinder commit c6bc00f50c232c1c7cbb2e6f838c14a0c1c20e05
recetox
parents: 4
diff changeset
78 <element name="result" file="test2_out.msp" lines_diff="24"/>
e7eff0c9baa3 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_msfinder commit c6bc00f50c232c1c7cbb2e6f838c14a0c1c20e05
recetox
parents: 4
diff changeset
79 </output_collection>
e7eff0c9baa3 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_msfinder commit c6bc00f50c232c1c7cbb2e6f838c14a0c1c20e05
recetox
parents: 4
diff changeset
80 </test>
e7eff0c9baa3 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_msfinder commit c6bc00f50c232c1c7cbb2e6f838c14a0c1c20e05
recetox
parents: 4
diff changeset
81 <test>
4
ae66b58846cd planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_msfinder commit ad60bf881a8fd00546909c76d65ea3c6b65a4fe9
recetox
parents: 3
diff changeset
82 <param name="input_data" value="test_log.msp" ftype="msp" />
ae66b58846cd planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_msfinder commit ad60bf881a8fd00546909c76d65ea3c6b65a4fe9
recetox
parents: 3
diff changeset
83 <output_collection name="output" type="list">
ae66b58846cd planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_msfinder commit ad60bf881a8fd00546909c76d65ea3c6b65a4fe9
recetox
parents: 3
diff changeset
84 <element name="log_smiles" file="log_smiles.smi" />
ae66b58846cd planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_msfinder commit ad60bf881a8fd00546909c76d65ea3c6b65a4fe9
recetox
parents: 3
diff changeset
85 </output_collection>
0
7cda9aef13f3 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_msfinder commit f655a81cc6289f228ee7f58dc6b3e2d9eb2dc923
recetox
parents:
diff changeset
86 </test>
7cda9aef13f3 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_msfinder commit f655a81cc6289f228ee7f58dc6b3e2d9eb2dc923
recetox
parents:
diff changeset
87 </tests>
7cda9aef13f3 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_msfinder commit f655a81cc6289f228ee7f58dc6b3e2d9eb2dc923
recetox
parents:
diff changeset
88
7cda9aef13f3 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_msfinder commit f655a81cc6289f228ee7f58dc6b3e2d9eb2dc923
recetox
parents:
diff changeset
89 <help>
7cda9aef13f3 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_msfinder commit f655a81cc6289f228ee7f58dc6b3e2d9eb2dc923
recetox
parents:
diff changeset
90 <![CDATA[
7cda9aef13f3 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_msfinder commit f655a81cc6289f228ee7f58dc6b3e2d9eb2dc923
recetox
parents:
diff changeset
91 @HELP@
7cda9aef13f3 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_msfinder commit f655a81cc6289f228ee7f58dc6b3e2d9eb2dc923
recetox
parents:
diff changeset
92 ]]>
7cda9aef13f3 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_msfinder commit f655a81cc6289f228ee7f58dc6b3e2d9eb2dc923
recetox
parents:
diff changeset
93 </help>
7cda9aef13f3 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_msfinder commit f655a81cc6289f228ee7f58dc6b3e2d9eb2dc923
recetox
parents:
diff changeset
94
7cda9aef13f3 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_msfinder commit f655a81cc6289f228ee7f58dc6b3e2d9eb2dc923
recetox
parents:
diff changeset
95 <citations>
7cda9aef13f3 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_msfinder commit f655a81cc6289f228ee7f58dc6b3e2d9eb2dc923
recetox
parents:
diff changeset
96 <expand macro="citations" />
7cda9aef13f3 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_msfinder commit f655a81cc6289f228ee7f58dc6b3e2d9eb2dc923
recetox
parents:
diff changeset
97 </citations>
7cda9aef13f3 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_msfinder commit f655a81cc6289f228ee7f58dc6b3e2d9eb2dc923
recetox
parents:
diff changeset
98 </tool>