From 9e8f31d71caf604b480cbc3db78a468d111c2744 Mon Sep 17 00:00:00 2001
From: khalid <khalid.belkhir@umontpellier.fr>
Date: Tue, 30 Nov 2021 13:17:34 +0100
Subject: [PATCH] flye output is of contigs format

---
 tools/flye/flye.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/flye/flye.yaml b/tools/flye/flye.yaml
index 382749b3..e9ddf9fe 100755
--- a/tools/flye/flye.yaml
+++ b/tools/flye/flye.yaml
@@ -20,7 +20,7 @@
         outputs:
         [
           { name: assembly_info, type: "tsv", file: assembly_info.txt , description: "Extra information about contigs" },
-          { name: assembly_fasta, type: "fasta", file: assembly.fasta, description: "Final assembly. Contains contigs and possibly scaffolds" }
+          { name: assembly_fasta, type: "contigs", file: assembly.fasta, description: "Final assembly. Contains contigs and possibly scaffolds in fasta format" }
         ],
         options:
           [
-- 
GitLab