Mercurial > repos > galaxyp > thermo_raw_file_converter
comparison thermo_converter.xml @ 4:344e10282449 draft
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/ThermoRawfileParser commit d570672a28e9603c044473e1278e48623a15e93e
author | galaxyp |
---|---|
date | Fri, 26 Apr 2019 14:33:21 -0400 |
parents | a3edda696e4d |
children | 77a18a61aeed |
comparison
equal
deleted
inserted
replaced
3:a3edda696e4d | 4:344e10282449 |
---|---|
1 <tool id="thermo_raw_file_converter" name="Thermo" version="1.1.0"> | 1 <tool id="thermo_raw_file_converter" name="Thermo" version="1.1.2"> |
2 <description>RAW file converter (beta)</description> | 2 <description>RAW file converter</description> |
3 <requirements> | 3 <requirements> |
4 <requirement type="package" version="1.1.0">ThermoRawFileParser</requirement> | 4 <requirement type="package" version="1.1.2">ThermoRawFileParser</requirement> |
5 </requirements> | 5 </requirements> |
6 <command> | 6 <command> |
7 <![CDATA[ | 7 <![CDATA[ |
8 | 8 |
9 ln -s '$input' ./input.raw && | 9 ln -s '$input' ./input.raw && |
72 journal = {GitHub repository}, | 72 journal = {GitHub repository}, |
73 year = {2017}, url = {https://github.com/compomics/ThermoRawFileParser}} | 73 year = {2017}, url = {https://github.com/compomics/ThermoRawFileParser}} |
74 </citation> | 74 </citation> |
75 </citations> | 75 </citations> |
76 </tool> | 76 </tool> |
77 |