changeset 3:eb47f11e34fc draft default tip

"planemo upload commit 3dc5291eccd1fb516be67694c18a27bda5f69f91-dirty"
author wolma
date Mon, 20 Dec 2021 10:48:04 +0000
parents a868b0edabb1
children
files data_manager/install_packaged_annotation_data.xml
diffstat 1 files changed, 5 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/data_manager/install_packaged_annotation_data.xml	Thu Dec 16 20:33:48 2021 +0000
+++ b/data_manager/install_packaged_annotation_data.xml	Mon Dec 20 10:48:04 2021 +0000
@@ -1,8 +1,8 @@
-<tool id="data_manager_packaged_annotation_data" name="Download and install packaged collections of genome annotation data" version="0.0.1" tool_type="manage_data" profile="19.01">
+<tool id="data_manager_packaged_annotation_data" name="Download and install packaged collections of genome annotation data" version="0.1" tool_type="manage_data" profile="20.05">
     <description>fetching</description>
     <requirements>
-        <requirement type="package" version="3.7">python</requirement>
-        <requirement type="package" version="5.1.1">pyyaml</requirement>
+        <requirement type="package" version="3.9">python</requirement>
+        <requirement type="package" version="6.0">pyyaml</requirement>
     </requirements>
     <command detect_errors="exit_code"><![CDATA[
 python '$__tool_directory__/install_packaged_annotation_data.py'
@@ -32,7 +32,8 @@
 **What it does**
 
 This tool fetches and installs packages of genome annotation datasets that are
-not tightly bound to specific tools, but generic enough to be of use for many different tools.
+not tightly bound to specific tools, but generic enough to be of use for many
+different tools.
 
 It populates the "packaged_annotation_data" data table.
     </help>