Mercurial > repos > workflow4metabolomics > skyline2isocor
comparison 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 |
comparison
equal
deleted
inserted
replaced
0:d45fffedc467 | 1:cdb4564fcb68 |
---|---|
1 <tool id='skyline2isocor' name='Skyline2Isocor: converting skyling outputs into IsoCor inputs' version='@TOOL_VERSION@+galaxy0' profile='20.5'> | 1 <tool id='skyline2isocor' name='Skyline2Isocor: converting skyling outputs into IsoCor inputs' version='@TOOL_VERSION@+galaxy0' profile='20.5'> |
2 <macros> | 2 <macros> |
3 <token name='@TOOL_VERSION@'>0.3.0</token> | 3 <token name='@TOOL_VERSION@'>1.0.0</token> |
4 </macros> | 4 </macros> |
5 <requirements> | 5 <requirements> |
6 <requirement type='package' version='@TOOL_VERSION@'>skyline2isocor</requirement> | 6 <requirement type='package' version='@TOOL_VERSION@'>skyline2isocor</requirement> |
7 </requirements> | 7 </requirements> |
8 <command detect_errors='exit_code'><![CDATA[ | 8 <command detect_errors='exit_code'><![CDATA[ |
16 <data format='txt' name='stderr' label='Error log' /> | 16 <data format='txt' name='stderr' label='Error log' /> |
17 <data format='tabular,txt' name='isocor_input' label='IsoCor input file' /> | 17 <data format='tabular,txt' name='isocor_input' label='IsoCor input file' /> |
18 </outputs> | 18 </outputs> |
19 <tests> | 19 <tests> |
20 <test> | 20 <test> |
21 <param name='skyline_output' value='skyline_output.csv' /> | 21 <param name='skyline_output' value='skyline_output.txt' /> |
22 <output name='isocor_input' value='test_output.tsv' /> | 22 <output name='isocor_input' value='test_output.tsv' /> |
23 </test> | 23 </test> |
24 </tests> | 24 </tests> |
25 <help><![CDATA[ | 25 <help><![CDATA[ |
26 Preparing skyline output data for use in IsoCor software for natural abundance isotope correction. Can be directly linked to Isocor in a workflow. | 26 Preparing skyline output data for use in IsoCor software for natural abundance isotope correction. Can be directly linked to Isocor in a workflow. |