comparison data_manager/data_manager_ceas_fetch_annotations.xml @ 3:df54f8fcc7a7 draft

Version 1.0.2-3: move to conda-based dependency resolution.
author pjbriggs
date Wed, 28 Feb 2018 10:22:32 -0500
parents f411ce97a351
children
comparison
equal deleted inserted replaced
2:d2283cca00cd 3:df54f8fcc7a7
1 <tool id="data_manager_fetch_ceas_annotations" name="Fetch CEAS annotation" version="0.0.1" tool_type="manage_data"> 1 <tool id="data_manager_fetch_ceas_annotations" name="Fetch CEAS annotation" version="0.0.1" tool_type="manage_data">
2 <requirements> 2 <requirements>
3 <requirement type="package" version="1.2.5">python_mysqldb</requirement> 3 <requirement type="package" version="1.0.2b1">cistrome-ceas</requirement>
4 <requirement type="package" version="0.7.1">bx_python</requirement>
5 <requirement type="package" version="1.0.2.d8c0751">cistrome_ceas</requirement>
6 </requirements> 4 </requirements>
7 <description>Fetch and install annotation databases for CEAS</description> 5 <description>Fetch and install annotation databases for CEAS</description>
8 <command interpreter="python">data_manager_ceas_fetch_annotations.py 6 <command interpreter="python">data_manager_ceas_fetch_annotations.py
9 "${out_file}" 7 "${out_file}"
10 "${description}"</command> 8 "${description}"</command>