2021-08-16 09:51:30 +00:00
|
|
|
name: dragonflye
|
|
|
|
description: Assemble bacterial isolate genomes from Nanopore reads
|
|
|
|
keywords:
|
|
|
|
- bacterial
|
|
|
|
- assembly
|
|
|
|
- nanopore
|
|
|
|
|
|
|
|
tools:
|
|
|
|
- dragonflye:
|
|
|
|
description: Microbial assembly pipeline for Nanopore reads
|
|
|
|
homepage: https://github.com/rpetit3/dragonflye
|
|
|
|
documentation: https://github.com/rpetit3/dragonflye/blob/main/README.md
|
2022-02-15 11:15:27 +00:00
|
|
|
licence: ["GPL v2"]
|
2021-08-16 09:51:30 +00:00
|
|
|
|
|
|
|
input:
|
|
|
|
- meta:
|
|
|
|
type: map
|
|
|
|
description: |
|
|
|
|
Groovy Map containing sample information
|
|
|
|
e.g. [ id:'test', single_end:false ]
|
|
|
|
- reads:
|
2022-02-15 11:15:27 +00:00
|
|
|
type: file
|
|
|
|
description: Input Nanopore FASTQ file
|
|
|
|
pattern: "*.fastq.gz"
|
2021-08-16 09:51:30 +00:00
|
|
|
output:
|
|
|
|
- meta:
|
|
|
|
type: map
|
|
|
|
description: |
|
|
|
|
Groovy Map containing sample information
|
|
|
|
e.g. [ id:'test', single_end:false ]
|
2021-10-03 07:20:26 +00:00
|
|
|
- versions:
|
2021-08-16 09:51:30 +00:00
|
|
|
type: file
|
2021-10-03 07:20:26 +00:00
|
|
|
description: File containing software versions
|
2021-09-27 08:41:24 +00:00
|
|
|
pattern: "versions.yml"
|
2021-08-16 09:51:30 +00:00
|
|
|
- contigs:
|
|
|
|
type: file
|
|
|
|
description: The final assembly produced by Dragonflye
|
|
|
|
pattern: "contigs.fa"
|
|
|
|
- log:
|
|
|
|
type: file
|
|
|
|
description: Full log file for bug reporting
|
|
|
|
pattern: "dragonflye.log"
|
|
|
|
- raw_contigs:
|
|
|
|
type: file
|
|
|
|
description: Raw assembly produced by the assembler (Flye, Miniasm, or Raven)
|
|
|
|
pattern: "{flye,miniasm,raven}.fasta"
|
|
|
|
- txt:
|
|
|
|
type: file
|
|
|
|
description: Assembly information output by Flye
|
|
|
|
pattern: "flye-info.txt"
|
|
|
|
- gfa:
|
|
|
|
type: file
|
|
|
|
description: Assembly graph produced by Miniasm, or Raven
|
|
|
|
pattern: "{miniasm,raven}-unpolished.gfa"
|
|
|
|
|
|
|
|
authors:
|
|
|
|
- "@rpetit3"
|