# HG changeset patch
# User artbio
# Date 1616018972 0
# Node ID 6bfb7e3332806037c84d4baed733fc594045ad57
# Parent  f7947c5a18b80e44273f3e6010bef8ea706fd486
"planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/yac_clipper commit 9c5f0b8e89dfe4347c610f42923f0acad2ecc81b"

diff -r f7947c5a18b8 -r 6bfb7e333280 yac.xml
--- 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" />