changeset 26:93595f42a04d draft

planemo upload commit 20bdf879b52796d3fb251a20807191ff02084d3c-dirty
author petr-novak
date Wed, 02 Aug 2023 12:45:16 +0000
parents 5dba804e6884
children eefed7a82001
files extract_contigs_from_archive.xml
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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
@@ -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}