# HG changeset patch # User petr-novak # Date 1708096941 0 # Node ID 91996b991991187c028b2f4085cbd88076e79df9 # Parent f1738f8649b0acc6e7b894124e81870be3020d8d Uploaded 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>