annotate skyline2isocor.xml @ 0:d45fffedc467 draft

planemo upload for repository https://github.com/MetaboHUB-MetaToul-FluxoMet/tools_w4m commit 23cfca443338f5ae8eed54b44a5b0d7b02563334
author workflow4metabolomics
date Tue, 19 Mar 2024 14:49:27 +0000
parents
children cdb4564fcb68
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
d45fffedc467 planemo upload for repository https://github.com/MetaboHUB-MetaToul-FluxoMet/tools_w4m commit 23cfca443338f5ae8eed54b44a5b0d7b02563334
workflow4metabolomics
parents:
diff changeset
1 <tool id='skyline2isocor' name='Skyline2Isocor: converting skyling outputs into IsoCor inputs' version='@TOOL_VERSION@+galaxy0' profile='20.5'>
d45fffedc467 planemo upload for repository https://github.com/MetaboHUB-MetaToul-FluxoMet/tools_w4m commit 23cfca443338f5ae8eed54b44a5b0d7b02563334
workflow4metabolomics
parents:
diff changeset
2 <macros>
d45fffedc467 planemo upload for repository https://github.com/MetaboHUB-MetaToul-FluxoMet/tools_w4m commit 23cfca443338f5ae8eed54b44a5b0d7b02563334
workflow4metabolomics
parents:
diff changeset
3 <token name='@TOOL_VERSION@'>0.3.0</token>
d45fffedc467 planemo upload for repository https://github.com/MetaboHUB-MetaToul-FluxoMet/tools_w4m commit 23cfca443338f5ae8eed54b44a5b0d7b02563334
workflow4metabolomics
parents:
diff changeset
4 </macros>
d45fffedc467 planemo upload for repository https://github.com/MetaboHUB-MetaToul-FluxoMet/tools_w4m commit 23cfca443338f5ae8eed54b44a5b0d7b02563334
workflow4metabolomics
parents:
diff changeset
5 <requirements>
d45fffedc467 planemo upload for repository https://github.com/MetaboHUB-MetaToul-FluxoMet/tools_w4m commit 23cfca443338f5ae8eed54b44a5b0d7b02563334
workflow4metabolomics
parents:
diff changeset
6 <requirement type='package' version='@TOOL_VERSION@'>skyline2isocor</requirement>
d45fffedc467 planemo upload for repository https://github.com/MetaboHUB-MetaToul-FluxoMet/tools_w4m commit 23cfca443338f5ae8eed54b44a5b0d7b02563334
workflow4metabolomics
parents:
diff changeset
7 </requirements>
d45fffedc467 planemo upload for repository https://github.com/MetaboHUB-MetaToul-FluxoMet/tools_w4m commit 23cfca443338f5ae8eed54b44a5b0d7b02563334
workflow4metabolomics
parents:
diff changeset
8 <command detect_errors='exit_code'><![CDATA[
d45fffedc467 planemo upload for repository https://github.com/MetaboHUB-MetaToul-FluxoMet/tools_w4m commit 23cfca443338f5ae8eed54b44a5b0d7b02563334
workflow4metabolomics
parents:
diff changeset
9 skyline2isocor -i '$skyline_output' -o '$isocor_input' > '$stdout' 2> '$stderr'
d45fffedc467 planemo upload for repository https://github.com/MetaboHUB-MetaToul-FluxoMet/tools_w4m commit 23cfca443338f5ae8eed54b44a5b0d7b02563334
workflow4metabolomics
parents:
diff changeset
10 ]]></command>
d45fffedc467 planemo upload for repository https://github.com/MetaboHUB-MetaToul-FluxoMet/tools_w4m commit 23cfca443338f5ae8eed54b44a5b0d7b02563334
workflow4metabolomics
parents:
diff changeset
11 <inputs>
d45fffedc467 planemo upload for repository https://github.com/MetaboHUB-MetaToul-FluxoMet/tools_w4m commit 23cfca443338f5ae8eed54b44a5b0d7b02563334
workflow4metabolomics
parents:
diff changeset
12 <param type='data' format='tabular, txt' name='skyline_output' label='Skyline output file' help='Skyline output to convert'/>
d45fffedc467 planemo upload for repository https://github.com/MetaboHUB-MetaToul-FluxoMet/tools_w4m commit 23cfca443338f5ae8eed54b44a5b0d7b02563334
workflow4metabolomics
parents:
diff changeset
13 </inputs>
d45fffedc467 planemo upload for repository https://github.com/MetaboHUB-MetaToul-FluxoMet/tools_w4m commit 23cfca443338f5ae8eed54b44a5b0d7b02563334
workflow4metabolomics
parents:
diff changeset
14 <outputs>
d45fffedc467 planemo upload for repository https://github.com/MetaboHUB-MetaToul-FluxoMet/tools_w4m commit 23cfca443338f5ae8eed54b44a5b0d7b02563334
workflow4metabolomics
parents:
diff changeset
15 <data format='txt' name='stdout' label='Log'/>
d45fffedc467 planemo upload for repository https://github.com/MetaboHUB-MetaToul-FluxoMet/tools_w4m commit 23cfca443338f5ae8eed54b44a5b0d7b02563334
workflow4metabolomics
parents:
diff changeset
16 <data format='txt' name='stderr' label='Error log' />
d45fffedc467 planemo upload for repository https://github.com/MetaboHUB-MetaToul-FluxoMet/tools_w4m commit 23cfca443338f5ae8eed54b44a5b0d7b02563334
workflow4metabolomics
parents:
diff changeset
17 <data format='tabular,txt' name='isocor_input' label='IsoCor input file' />
d45fffedc467 planemo upload for repository https://github.com/MetaboHUB-MetaToul-FluxoMet/tools_w4m commit 23cfca443338f5ae8eed54b44a5b0d7b02563334
workflow4metabolomics
parents:
diff changeset
18 </outputs>
d45fffedc467 planemo upload for repository https://github.com/MetaboHUB-MetaToul-FluxoMet/tools_w4m commit 23cfca443338f5ae8eed54b44a5b0d7b02563334
workflow4metabolomics
parents:
diff changeset
19 <tests>
d45fffedc467 planemo upload for repository https://github.com/MetaboHUB-MetaToul-FluxoMet/tools_w4m commit 23cfca443338f5ae8eed54b44a5b0d7b02563334
workflow4metabolomics
parents:
diff changeset
20 <test>
d45fffedc467 planemo upload for repository https://github.com/MetaboHUB-MetaToul-FluxoMet/tools_w4m commit 23cfca443338f5ae8eed54b44a5b0d7b02563334
workflow4metabolomics
parents:
diff changeset
21 <param name='skyline_output' value='skyline_output.csv' />
d45fffedc467 planemo upload for repository https://github.com/MetaboHUB-MetaToul-FluxoMet/tools_w4m commit 23cfca443338f5ae8eed54b44a5b0d7b02563334
workflow4metabolomics
parents:
diff changeset
22 <output name='isocor_input' value='test_output.tsv' />
d45fffedc467 planemo upload for repository https://github.com/MetaboHUB-MetaToul-FluxoMet/tools_w4m commit 23cfca443338f5ae8eed54b44a5b0d7b02563334
workflow4metabolomics
parents:
diff changeset
23 </test>
d45fffedc467 planemo upload for repository https://github.com/MetaboHUB-MetaToul-FluxoMet/tools_w4m commit 23cfca443338f5ae8eed54b44a5b0d7b02563334
workflow4metabolomics
parents:
diff changeset
24 </tests>
d45fffedc467 planemo upload for repository https://github.com/MetaboHUB-MetaToul-FluxoMet/tools_w4m commit 23cfca443338f5ae8eed54b44a5b0d7b02563334
workflow4metabolomics
parents:
diff changeset
25 <help><![CDATA[
d45fffedc467 planemo upload for repository https://github.com/MetaboHUB-MetaToul-FluxoMet/tools_w4m commit 23cfca443338f5ae8eed54b44a5b0d7b02563334
workflow4metabolomics
parents:
diff changeset
26 Preparing skyline output data for use in IsoCor software for natural abundance isotope correction. Can be directly linked to Isocor in a workflow.
d45fffedc467 planemo upload for repository https://github.com/MetaboHUB-MetaToul-FluxoMet/tools_w4m commit 23cfca443338f5ae8eed54b44a5b0d7b02563334
workflow4metabolomics
parents:
diff changeset
27 Input is the skyline output. Necessary columns: File Name, Molecule Name, Product Adduct, Total Area.
d45fffedc467 planemo upload for repository https://github.com/MetaboHUB-MetaToul-FluxoMet/tools_w4m commit 23cfca443338f5ae8eed54b44a5b0d7b02563334
workflow4metabolomics
parents:
diff changeset
28 ]]></help>
d45fffedc467 planemo upload for repository https://github.com/MetaboHUB-MetaToul-FluxoMet/tools_w4m commit 23cfca443338f5ae8eed54b44a5b0d7b02563334
workflow4metabolomics
parents:
diff changeset
29 <citations>
d45fffedc467 planemo upload for repository https://github.com/MetaboHUB-MetaToul-FluxoMet/tools_w4m commit 23cfca443338f5ae8eed54b44a5b0d7b02563334
workflow4metabolomics
parents:
diff changeset
30 <citation type='bibtex'>
d45fffedc467 planemo upload for repository https://github.com/MetaboHUB-MetaToul-FluxoMet/tools_w4m commit 23cfca443338f5ae8eed54b44a5b0d7b02563334
workflow4metabolomics
parents:
diff changeset
31 @misc{
d45fffedc467 planemo upload for repository https://github.com/MetaboHUB-MetaToul-FluxoMet/tools_w4m commit 23cfca443338f5ae8eed54b44a5b0d7b02563334
workflow4metabolomics
parents:
diff changeset
32 githubskyline2isocor,
d45fffedc467 planemo upload for repository https://github.com/MetaboHUB-MetaToul-FluxoMet/tools_w4m commit 23cfca443338f5ae8eed54b44a5b0d7b02563334
workflow4metabolomics
parents:
diff changeset
33 author = {Le Gregam, Loic},
d45fffedc467 planemo upload for repository https://github.com/MetaboHUB-MetaToul-FluxoMet/tools_w4m commit 23cfca443338f5ae8eed54b44a5b0d7b02563334
workflow4metabolomics
parents:
diff changeset
34 year = {2024},
d45fffedc467 planemo upload for repository https://github.com/MetaboHUB-MetaToul-FluxoMet/tools_w4m commit 23cfca443338f5ae8eed54b44a5b0d7b02563334
workflow4metabolomics
parents:
diff changeset
35 title = {Skyline2IsoCor,
d45fffedc467 planemo upload for repository https://github.com/MetaboHUB-MetaToul-FluxoMet/tools_w4m commit 23cfca443338f5ae8eed54b44a5b0d7b02563334
workflow4metabolomics
parents:
diff changeset
36 }
d45fffedc467 planemo upload for repository https://github.com/MetaboHUB-MetaToul-FluxoMet/tools_w4m commit 23cfca443338f5ae8eed54b44a5b0d7b02563334
workflow4metabolomics
parents:
diff changeset
37 </citation>
d45fffedc467 planemo upload for repository https://github.com/MetaboHUB-MetaToul-FluxoMet/tools_w4m commit 23cfca443338f5ae8eed54b44a5b0d7b02563334
workflow4metabolomics
parents:
diff changeset
38 </citations>
d45fffedc467 planemo upload for repository https://github.com/MetaboHUB-MetaToul-FluxoMet/tools_w4m commit 23cfca443338f5ae8eed54b44a5b0d7b02563334
workflow4metabolomics
parents:
diff changeset
39 </tool>