changeset 34:91996b991991 draft default tip

Uploaded
author petr-novak
date Fri, 16 Feb 2024 15:22:21 +0000
parents f1738f8649b0
children
files extract_contigs_from_archive.xml
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/extract_contigs_from_archive.xml	Fri Aug 04 08:09:40 2023 +0000
+++ b/extract_contigs_from_archive.xml	Fri Feb 16 15:22:21 2024 +0000
@@ -1,4 +1,4 @@
-<tooll id="extract_contigs" name="Extract contigs from RepeatExplorer2 archive" version="1.0.0.3">
+<tool id="extract_contigs" name="Extract contigs from RepeatExplorer2 archive" version="1.0.0.3">
   <command detect_errors="exit_code">
      <![CDATA[
     unzip -p ${RepeatExplorer_archive} contigs.fasta  > ${contigs}
@@ -22,4 +22,4 @@
     <data name="contigs" format="fasta" label="Contigs from RepeatExplorer clustering from data ${RepeatExplorer_archive.hid}" />
     <data name="aln" format="txt" label="Contigs from RepeatExplorer clustering in aln format from data ${RepeatExplorer_archive.hid}" />
   </outputs>
-</tooll>
+</tool>