changeset 5:6bfb7e333280 draft

"planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/yac_clipper commit 9c5f0b8e89dfe4347c610f42923f0acad2ecc81b"
author artbio
date Wed, 17 Mar 2021 22:09:32 +0000
parents f7947c5a18b8
children acbf910cd2ae
files yac.xml
diffstat 1 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/yac.xml	Mon Apr 08 07:26:41 2019 -0400
+++ b/yac.xml	Wed Mar 17 22:09:32 2021 +0000
@@ -1,5 +1,8 @@
-<tool id="yac" name="Clip adapter" version="2.3.0">
+<tool id="yac" name="Clip adapter" version="2.4.0">
     <description />
+    <requirements>
+        <requirement type="package" version="3.7.6">python</requirement>
+    </requirements>
     <command detect_errors="exit_code"><![CDATA[
         python $__tool_directory__/yac.py
             --input $input
@@ -19,7 +22,6 @@
             #else
                 mv clip.tmp $output
             #end if
-
     ]]></command>
     <inputs>
         <param format="fasta,fastq" label="Source file" name="input" type="data" />