2021-03-22 17:14:24 +00:00
|
|
|
name: unicycler
|
|
|
|
description: Assembles bacterial genomes
|
|
|
|
keywords:
|
|
|
|
- genome
|
|
|
|
- assembly
|
|
|
|
- genome assembler
|
|
|
|
- small genome
|
|
|
|
tools:
|
|
|
|
- unicycler:
|
|
|
|
description: Hybrid assembly pipeline for bacterial genomes
|
|
|
|
homepage: https://github.com/rrwick/Unicycler
|
|
|
|
documentation: https://github.com/rrwick/Unicycler
|
|
|
|
tool_dev_url: https://github.com/rrwick/Unicycler
|
|
|
|
doi: 10.1371/journal.pcbi.1005595
|
2022-02-15 11:15:27 +00:00
|
|
|
licence: ["GPL v3"]
|
2021-03-22 17:14:24 +00:00
|
|
|
input:
|
|
|
|
- meta:
|
|
|
|
type: map
|
|
|
|
description: |
|
|
|
|
Groovy Map containing sample information
|
|
|
|
e.g. [ id:'test', single_end:false ]
|
2021-11-15 11:48:56 +00:00
|
|
|
- shortreads:
|
2022-02-15 11:15:27 +00:00
|
|
|
type: file
|
|
|
|
description: |
|
|
|
|
List of input Illumina FastQ files of size 1 and 2 for single-end and paired-end data,
|
|
|
|
respectively.
|
2021-11-15 11:48:56 +00:00
|
|
|
- longreads:
|
2022-02-15 11:15:27 +00:00
|
|
|
type: file
|
|
|
|
description: |
|
|
|
|
List of input FastQ files of size 1, PacBio or Nanopore long reads.
|
2021-03-22 17:14:24 +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-03-22 17:14:24 +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-03-22 17:14:24 +00:00
|
|
|
- scaffolds:
|
|
|
|
type: file
|
|
|
|
description: Fasta file containing scaffolds
|
2021-11-15 11:48:56 +00:00
|
|
|
pattern: "*.{scaffolds.fa.gz}"
|
2021-03-22 17:14:24 +00:00
|
|
|
- gfa:
|
|
|
|
type: file
|
|
|
|
description: gfa file containing assembly
|
2021-11-15 11:48:56 +00:00
|
|
|
pattern: "*.{assembly.gfa.gz}"
|
2021-03-22 17:14:24 +00:00
|
|
|
- log:
|
|
|
|
type: file
|
|
|
|
description: unicycler log file
|
|
|
|
pattern: "*.{log}"
|
2021-10-03 07:20:26 +00:00
|
|
|
- versions:
|
2021-03-22 17:14:24 +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-03-22 17:14:24 +00:00
|
|
|
authors:
|
|
|
|
- "@JoseEspinosa"
|
|
|
|
- "@drpatelh"
|
2021-11-15 11:48:56 +00:00
|
|
|
- "@d4straub"
|