Mercurial > repos > recetox > matchms_subsetting
annotate matchms_subsetting.xml @ 0:2b61ec493df6 draft
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/matchms commit a0565620150b69e0ca87aa686709c25356436f71
author | recetox |
---|---|
date | Wed, 22 Nov 2023 14:44:19 +0000 |
parents | |
children | d2996f624507 |
rev | line source |
---|---|
0
2b61ec493df6
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/matchms commit a0565620150b69e0ca87aa686709c25356436f71
recetox
parents:
diff
changeset
|
1 <tool id="matchms_subsetting" name="matchms subsetting" version="@TOOL_VERSION@+galaxy0" profile="21.09"> |
2b61ec493df6
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/matchms commit a0565620150b69e0ca87aa686709c25356436f71
recetox
parents:
diff
changeset
|
2 <description>Extract spectra from a library given unique metadata identifier</description> |
2b61ec493df6
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/matchms commit a0565620150b69e0ca87aa686709c25356436f71
recetox
parents:
diff
changeset
|
3 |
2b61ec493df6
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/matchms commit a0565620150b69e0ca87aa686709c25356436f71
recetox
parents:
diff
changeset
|
4 <macros> |
2b61ec493df6
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/matchms commit a0565620150b69e0ca87aa686709c25356436f71
recetox
parents:
diff
changeset
|
5 <import>macros.xml</import> |
2b61ec493df6
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/matchms commit a0565620150b69e0ca87aa686709c25356436f71
recetox
parents:
diff
changeset
|
6 <import>help.xml</import> |
2b61ec493df6
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/matchms commit a0565620150b69e0ca87aa686709c25356436f71
recetox
parents:
diff
changeset
|
7 </macros> |
2b61ec493df6
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/matchms commit a0565620150b69e0ca87aa686709c25356436f71
recetox
parents:
diff
changeset
|
8 |
2b61ec493df6
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/matchms commit a0565620150b69e0ca87aa686709c25356436f71
recetox
parents:
diff
changeset
|
9 <expand macro="creator"/> |
2b61ec493df6
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/matchms commit a0565620150b69e0ca87aa686709c25356436f71
recetox
parents:
diff
changeset
|
10 |
2b61ec493df6
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/matchms commit a0565620150b69e0ca87aa686709c25356436f71
recetox
parents:
diff
changeset
|
11 <edam_operations> |
2b61ec493df6
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/matchms commit a0565620150b69e0ca87aa686709c25356436f71
recetox
parents:
diff
changeset
|
12 <edam_operation>operation_2409</edam_operation> |
2b61ec493df6
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/matchms commit a0565620150b69e0ca87aa686709c25356436f71
recetox
parents:
diff
changeset
|
13 </edam_operations> |
2b61ec493df6
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/matchms commit a0565620150b69e0ca87aa686709c25356436f71
recetox
parents:
diff
changeset
|
14 <expand macro="bio.tools"/> |
2b61ec493df6
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/matchms commit a0565620150b69e0ca87aa686709c25356436f71
recetox
parents:
diff
changeset
|
15 |
2b61ec493df6
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/matchms commit a0565620150b69e0ca87aa686709c25356436f71
recetox
parents:
diff
changeset
|
16 <requirements> |
2b61ec493df6
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/matchms commit a0565620150b69e0ca87aa686709c25356436f71
recetox
parents:
diff
changeset
|
17 <requirement type="package" version="@TOOL_VERSION@">matchms</requirement> |
2b61ec493df6
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/matchms commit a0565620150b69e0ca87aa686709c25356436f71
recetox
parents:
diff
changeset
|
18 </requirements> |
2b61ec493df6
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/matchms commit a0565620150b69e0ca87aa686709c25356436f71
recetox
parents:
diff
changeset
|
19 |
2b61ec493df6
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/matchms commit a0565620150b69e0ca87aa686709c25356436f71
recetox
parents:
diff
changeset
|
20 <command detect_errors='aggressive'><![CDATA[ |
2b61ec493df6
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/matchms commit a0565620150b69e0ca87aa686709c25356436f71
recetox
parents:
diff
changeset
|
21 python '${matchms_python_cli}' |
2b61ec493df6
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/matchms commit a0565620150b69e0ca87aa686709c25356436f71
recetox
parents:
diff
changeset
|
22 ]]></command> |
2b61ec493df6
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/matchms commit a0565620150b69e0ca87aa686709c25356436f71
recetox
parents:
diff
changeset
|
23 |
2b61ec493df6
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/matchms commit a0565620150b69e0ca87aa686709c25356436f71
recetox
parents:
diff
changeset
|
24 <configfiles> |
2b61ec493df6
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/matchms commit a0565620150b69e0ca87aa686709c25356436f71
recetox
parents:
diff
changeset
|
25 <configfile name="matchms_python_cli"> |
2b61ec493df6
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/matchms commit a0565620150b69e0ca87aa686709c25356436f71
recetox
parents:
diff
changeset
|
26 import pandas |
2b61ec493df6
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/matchms commit a0565620150b69e0ca87aa686709c25356436f71
recetox
parents:
diff
changeset
|
27 import matchms |
2b61ec493df6
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/matchms commit a0565620150b69e0ca87aa686709c25356436f71
recetox
parents:
diff
changeset
|
28 import numpy as np |
2b61ec493df6
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/matchms commit a0565620150b69e0ca87aa686709c25356436f71
recetox
parents:
diff
changeset
|
29 |
2b61ec493df6
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/matchms commit a0565620150b69e0ca87aa686709c25356436f71
recetox
parents:
diff
changeset
|
30 matchms.set_matchms_logger_level('ERROR') |
2b61ec493df6
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/matchms commit a0565620150b69e0ca87aa686709c25356436f71
recetox
parents:
diff
changeset
|
31 matchms.Metadata.set_key_replacements({}) |
2b61ec493df6
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/matchms commit a0565620150b69e0ca87aa686709c25356436f71
recetox
parents:
diff
changeset
|
32 |
2b61ec493df6
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/matchms commit a0565620150b69e0ca87aa686709c25356436f71
recetox
parents:
diff
changeset
|
33 spectra = list(matchms.importing.load_from_msp('${spectral_library}', False)) |
2b61ec493df6
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/matchms commit a0565620150b69e0ca87aa686709c25356436f71
recetox
parents:
diff
changeset
|
34 |
2b61ec493df6
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/matchms commit a0565620150b69e0ca87aa686709c25356436f71
recetox
parents:
diff
changeset
|
35 if "$list_of_identifiers.ext" == "csv": |
2b61ec493df6
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/matchms commit a0565620150b69e0ca87aa686709c25356436f71
recetox
parents:
diff
changeset
|
36 identifiers_table = pandas.read_csv('${list_of_identifiers}', dtype=object) |
2b61ec493df6
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/matchms commit a0565620150b69e0ca87aa686709c25356436f71
recetox
parents:
diff
changeset
|
37 else: |
2b61ec493df6
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/matchms commit a0565620150b69e0ca87aa686709c25356436f71
recetox
parents:
diff
changeset
|
38 identifiers_table = pandas.read_csv('${list_of_identifiers}', dtype=object, sep='\t') |
2b61ec493df6
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/matchms commit a0565620150b69e0ca87aa686709c25356436f71
recetox
parents:
diff
changeset
|
39 |
2b61ec493df6
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/matchms commit a0565620150b69e0ca87aa686709c25356436f71
recetox
parents:
diff
changeset
|
40 identifiers_table.columns = map(str.lower, identifiers_table.columns) |
2b61ec493df6
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/matchms commit a0565620150b69e0ca87aa686709c25356436f71
recetox
parents:
diff
changeset
|
41 |
2b61ec493df6
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/matchms commit a0565620150b69e0ca87aa686709c25356436f71
recetox
parents:
diff
changeset
|
42 spectra_arr = np.asarray(spectra, dtype=object) |
2b61ec493df6
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/matchms commit a0565620150b69e0ca87aa686709c25356436f71
recetox
parents:
diff
changeset
|
43 |
2b61ec493df6
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/matchms commit a0565620150b69e0ca87aa686709c25356436f71
recetox
parents:
diff
changeset
|
44 def filter_spectra(spectra, identifiers, mode): |
2b61ec493df6
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/matchms commit a0565620150b69e0ca87aa686709c25356436f71
recetox
parents:
diff
changeset
|
45 identifier_column = identifiers.columns[0] |
2b61ec493df6
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/matchms commit a0565620150b69e0ca87aa686709c25356436f71
recetox
parents:
diff
changeset
|
46 |
2b61ec493df6
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/matchms commit a0565620150b69e0ca87aa686709c25356436f71
recetox
parents:
diff
changeset
|
47 indices = [] |
2b61ec493df6
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/matchms commit a0565620150b69e0ca87aa686709c25356436f71
recetox
parents:
diff
changeset
|
48 for i, spectrum in enumerate(spectra): |
2b61ec493df6
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/matchms commit a0565620150b69e0ca87aa686709c25356436f71
recetox
parents:
diff
changeset
|
49 if spectrum.get(identifier_column) in identifiers.values: |
2b61ec493df6
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/matchms commit a0565620150b69e0ca87aa686709c25356436f71
recetox
parents:
diff
changeset
|
50 indices.append(i) |
2b61ec493df6
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/matchms commit a0565620150b69e0ca87aa686709c25356436f71
recetox
parents:
diff
changeset
|
51 |
2b61ec493df6
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/matchms commit a0565620150b69e0ca87aa686709c25356436f71
recetox
parents:
diff
changeset
|
52 if mode == "include": |
2b61ec493df6
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/matchms commit a0565620150b69e0ca87aa686709c25356436f71
recetox
parents:
diff
changeset
|
53 spectra_filtered = spectra[indices] |
2b61ec493df6
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/matchms commit a0565620150b69e0ca87aa686709c25356436f71
recetox
parents:
diff
changeset
|
54 else: |
2b61ec493df6
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/matchms commit a0565620150b69e0ca87aa686709c25356436f71
recetox
parents:
diff
changeset
|
55 spectra_filtered = np.delete(spectra, indices) |
2b61ec493df6
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/matchms commit a0565620150b69e0ca87aa686709c25356436f71
recetox
parents:
diff
changeset
|
56 |
2b61ec493df6
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/matchms commit a0565620150b69e0ca87aa686709c25356436f71
recetox
parents:
diff
changeset
|
57 return spectra_filtered |
2b61ec493df6
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/matchms commit a0565620150b69e0ca87aa686709c25356436f71
recetox
parents:
diff
changeset
|
58 |
2b61ec493df6
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/matchms commit a0565620150b69e0ca87aa686709c25356436f71
recetox
parents:
diff
changeset
|
59 filtered_spectra = filter_spectra(spectra_arr, identifiers_table, "${mode}") |
2b61ec493df6
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/matchms commit a0565620150b69e0ca87aa686709c25356436f71
recetox
parents:
diff
changeset
|
60 |
2b61ec493df6
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/matchms commit a0565620150b69e0ca87aa686709c25356436f71
recetox
parents:
diff
changeset
|
61 matchms.exporting.save_as_msp(filtered_spectra.tolist(), '${output}') |
2b61ec493df6
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/matchms commit a0565620150b69e0ca87aa686709c25356436f71
recetox
parents:
diff
changeset
|
62 </configfile> |
2b61ec493df6
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/matchms commit a0565620150b69e0ca87aa686709c25356436f71
recetox
parents:
diff
changeset
|
63 </configfiles> |
2b61ec493df6
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/matchms commit a0565620150b69e0ca87aa686709c25356436f71
recetox
parents:
diff
changeset
|
64 |
2b61ec493df6
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/matchms commit a0565620150b69e0ca87aa686709c25356436f71
recetox
parents:
diff
changeset
|
65 <inputs> |
2b61ec493df6
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/matchms commit a0565620150b69e0ca87aa686709c25356436f71
recetox
parents:
diff
changeset
|
66 <param label="Spectra file" name="spectral_library" type="data" format="msp" |
2b61ec493df6
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/matchms commit a0565620150b69e0ca87aa686709c25356436f71
recetox
parents:
diff
changeset
|
67 help="Mass spectral library file." /> |
2b61ec493df6
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/matchms commit a0565620150b69e0ca87aa686709c25356436f71
recetox
parents:
diff
changeset
|
68 <param label="Select mode" name="mode" type="select" |
2b61ec493df6
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/matchms commit a0565620150b69e0ca87aa686709c25356436f71
recetox
parents:
diff
changeset
|
69 help="Include/Exclude the spectra matching the identifiers in the file. The default is include."> |
2b61ec493df6
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/matchms commit a0565620150b69e0ca87aa686709c25356436f71
recetox
parents:
diff
changeset
|
70 <option value="include" selected="true">include</option> |
2b61ec493df6
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/matchms commit a0565620150b69e0ca87aa686709c25356436f71
recetox
parents:
diff
changeset
|
71 <option value="exclude">exclude</option> |
2b61ec493df6
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/matchms commit a0565620150b69e0ca87aa686709c25356436f71
recetox
parents:
diff
changeset
|
72 </param> |
2b61ec493df6
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/matchms commit a0565620150b69e0ca87aa686709c25356436f71
recetox
parents:
diff
changeset
|
73 <param label="list of identifiers" name="list_of_identifiers" type="data" format="csv,tsv,tabular" |
2b61ec493df6
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/matchms commit a0565620150b69e0ca87aa686709c25356436f71
recetox
parents:
diff
changeset
|
74 help="file containing list of identifiers in tsv or csv." /> |
2b61ec493df6
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/matchms commit a0565620150b69e0ca87aa686709c25356436f71
recetox
parents:
diff
changeset
|
75 |
2b61ec493df6
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/matchms commit a0565620150b69e0ca87aa686709c25356436f71
recetox
parents:
diff
changeset
|
76 </inputs> |
2b61ec493df6
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/matchms commit a0565620150b69e0ca87aa686709c25356436f71
recetox
parents:
diff
changeset
|
77 |
2b61ec493df6
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/matchms commit a0565620150b69e0ca87aa686709c25356436f71
recetox
parents:
diff
changeset
|
78 <outputs> |
2b61ec493df6
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/matchms commit a0565620150b69e0ca87aa686709c25356436f71
recetox
parents:
diff
changeset
|
79 <data label="${tool.name} on ${on_string}" name="output" format="msp"> |
2b61ec493df6
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/matchms commit a0565620150b69e0ca87aa686709c25356436f71
recetox
parents:
diff
changeset
|
80 </data> |
2b61ec493df6
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/matchms commit a0565620150b69e0ca87aa686709c25356436f71
recetox
parents:
diff
changeset
|
81 </outputs> |
2b61ec493df6
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/matchms commit a0565620150b69e0ca87aa686709c25356436f71
recetox
parents:
diff
changeset
|
82 |
2b61ec493df6
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/matchms commit a0565620150b69e0ca87aa686709c25356436f71
recetox
parents:
diff
changeset
|
83 <tests> |
2b61ec493df6
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/matchms commit a0565620150b69e0ca87aa686709c25356436f71
recetox
parents:
diff
changeset
|
84 <test> |
2b61ec493df6
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/matchms commit a0565620150b69e0ca87aa686709c25356436f71
recetox
parents:
diff
changeset
|
85 <param name="spectral_library" value="out_matchms_add_key.msp" ftype="msp"/> |
2b61ec493df6
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/matchms commit a0565620150b69e0ca87aa686709c25356436f71
recetox
parents:
diff
changeset
|
86 <param name="mode" value="include"/> |
2b61ec493df6
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/matchms commit a0565620150b69e0ca87aa686709c25356436f71
recetox
parents:
diff
changeset
|
87 <param name="list_of_identifiers" value="subsetting/identifier.csv" ftype="csv"/> |
2b61ec493df6
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/matchms commit a0565620150b69e0ca87aa686709c25356436f71
recetox
parents:
diff
changeset
|
88 <output name="output" file="subsetting/subsetting_output.msp" ftype="msp"/> |
2b61ec493df6
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/matchms commit a0565620150b69e0ca87aa686709c25356436f71
recetox
parents:
diff
changeset
|
89 </test> |
2b61ec493df6
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/matchms commit a0565620150b69e0ca87aa686709c25356436f71
recetox
parents:
diff
changeset
|
90 <test> |
2b61ec493df6
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/matchms commit a0565620150b69e0ca87aa686709c25356436f71
recetox
parents:
diff
changeset
|
91 <param name="spectral_library" value="out_matchms_add_key.msp" ftype="msp"/> |
2b61ec493df6
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/matchms commit a0565620150b69e0ca87aa686709c25356436f71
recetox
parents:
diff
changeset
|
92 <param name="mode" value="exclude"/> |
2b61ec493df6
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/matchms commit a0565620150b69e0ca87aa686709c25356436f71
recetox
parents:
diff
changeset
|
93 <param name="list_of_identifiers" value="subsetting/identifier.csv" ftype="csv"/> |
2b61ec493df6
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/matchms commit a0565620150b69e0ca87aa686709c25356436f71
recetox
parents:
diff
changeset
|
94 <output name="output" file="subsetting/subsetting_output2.msp" ftype="msp"/> |
2b61ec493df6
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/matchms commit a0565620150b69e0ca87aa686709c25356436f71
recetox
parents:
diff
changeset
|
95 </test> |
2b61ec493df6
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/matchms commit a0565620150b69e0ca87aa686709c25356436f71
recetox
parents:
diff
changeset
|
96 </tests> |
2b61ec493df6
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/matchms commit a0565620150b69e0ca87aa686709c25356436f71
recetox
parents:
diff
changeset
|
97 |
2b61ec493df6
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/matchms commit a0565620150b69e0ca87aa686709c25356436f71
recetox
parents:
diff
changeset
|
98 <help> |
2b61ec493df6
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/matchms commit a0565620150b69e0ca87aa686709c25356436f71
recetox
parents:
diff
changeset
|
99 **Description** |
2b61ec493df6
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/matchms commit a0565620150b69e0ca87aa686709c25356436f71
recetox
parents:
diff
changeset
|
100 The tool takes an msp file and a csv/tsv file containing list of identifier and |
2b61ec493df6
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/matchms commit a0565620150b69e0ca87aa686709c25356436f71
recetox
parents:
diff
changeset
|
101 extract spectra from a library based on the provided list of identifiers. |
2b61ec493df6
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/matchms commit a0565620150b69e0ca87aa686709c25356436f71
recetox
parents:
diff
changeset
|
102 </help> |
2b61ec493df6
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/matchms commit a0565620150b69e0ca87aa686709c25356436f71
recetox
parents:
diff
changeset
|
103 |
2b61ec493df6
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/matchms commit a0565620150b69e0ca87aa686709c25356436f71
recetox
parents:
diff
changeset
|
104 <citations> |
2b61ec493df6
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/matchms commit a0565620150b69e0ca87aa686709c25356436f71
recetox
parents:
diff
changeset
|
105 <citation type="doi">https://doi.org/10.5281/zenodo.8083373</citation> |
2b61ec493df6
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/matchms commit a0565620150b69e0ca87aa686709c25356436f71
recetox
parents:
diff
changeset
|
106 </citations> |
2b61ec493df6
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/matchms commit a0565620150b69e0ca87aa686709c25356436f71
recetox
parents:
diff
changeset
|
107 </tool> |