Mercurial > repos > workflow4metabolomics > skyline2isocor
annotate skyline2isocor.xml @ 1:cdb4564fcb68 draft default tip
planemo upload for repository https://github.com/MetaboHUB-MetaToul-FluxoMet/tools_w4m commit 8ef6e3591ef837464f11000783bc4d95b2569168
author | workflow4metabolomics |
---|---|
date | Thu, 28 Mar 2024 15:12:05 +0000 |
parents | d45fffedc467 |
children |
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> |
1
cdb4564fcb68
planemo upload for repository https://github.com/MetaboHUB-MetaToul-FluxoMet/tools_w4m commit 8ef6e3591ef837464f11000783bc4d95b2569168
workflow4metabolomics
parents:
0
diff
changeset
|
3 <token name='@TOOL_VERSION@'>1.0.0</token> |
0
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> |
1
cdb4564fcb68
planemo upload for repository https://github.com/MetaboHUB-MetaToul-FluxoMet/tools_w4m commit 8ef6e3591ef837464f11000783bc4d95b2569168
workflow4metabolomics
parents:
0
diff
changeset
|
21 <param name='skyline_output' value='skyline_output.txt' /> |
0
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> |