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

Changeset 26:93595f42a04d (2023-08-02)
Previous changeset 25:5dba804e6884 (2023-08-02) Next changeset 27:eefed7a82001 (2023-08-02)
Commit message:
planemo upload commit 20bdf879b52796d3fb251a20807191ff02084d3c-dirty
modified:
extract_contigs_from_archive.xml
b
diff -r 5dba804e6884 -r 93595f42a04d extract_contigs_from_archive.xml
--- a/extract_contigs_from_archive.xml Wed Aug 02 12:42:08 2023 +0000
+++ b/extract_contigs_from_archive.xml Wed Aug 02 12:45:16 2023 +0000
b
@@ -4,6 +4,7 @@
     unzip -p ${RepeatExplorer_archive} contigs.fasta  > ${contigs}
     &&
     mkdir -p tempdir
+    &&
     unzip ${RepeatExplorer_archive} "*.aln" -d tempdir
     &&
     find tempdir -type f -name "*.aln" -exec cat {} + > ${aln}