Repository 're_utils'
hg clone https://toolshed.g2.bx.psu.edu/repos/petr-novak/re_utils

Changeset 34:91996b991991 (2024-02-16)
Previous changeset 33:f1738f8649b0 (2023-08-04)
Commit message:
Uploaded
modified:
extract_contigs_from_archive.xml
b
diff -r f1738f8649b0 -r 91996b991991 extract_contigs_from_archive.xml
--- 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>