changeset 4:694dfc3f5d45 draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/vcflib/vcfsort commit 9a0c41967765d120a8fc519c0c7f09cbe3a6efbe"
author iuc
date Fri, 03 Sep 2021 21:14:18 +0000
parents 24f96edb5b29
children 4f148dd50583
files vcfsort.xml
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/vcfsort.xml	Thu Jan 23 12:59:45 2020 +0000
+++ b/vcfsort.xml	Fri Sep 03 21:14:18 2021 +0000
@@ -3,6 +3,9 @@
     <macros>
         <import>macros.xml</import>
     </macros>
+    <requirements>
+        <requirement type="package" version="8.31">coreutils</requirement>
+    </requirements>
     <command><![CDATA[
 (grep ^"#" "${input1}" && grep -v ^"#" "${input1}" | LC_ALL=C sort -k1,1 -k2,2n -V) > '${out_file1}'
     ]]></command>