mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
30 lines
940 B
YAML
30 lines
940 B
YAML
name: Shovill
|
|
description: Create a bacterial assembly from paired fastq using shovill
|
|
keywords:
|
|
- Genome Assembly
|
|
- Bacterial Isolates
|
|
tools:
|
|
- fastqc:
|
|
description: |
|
|
Shovill assembles bacterial isolate genomes from Illumina
|
|
paired-end reads. Shovill uses the SPAdes genome assembler,
|
|
providing pre and post-processing to the SPAdes assembly.
|
|
It also supports SKESA, Velvet and Megahit.
|
|
homepage: https://github.com/tseemann/shovill
|
|
documentation: https://github.com/tseemann/shovill/blob/master/README.md
|
|
input:
|
|
-
|
|
- sample_id:
|
|
type: string
|
|
description: Sample identifier
|
|
- reads:
|
|
type: file
|
|
description: pair of fastq files
|
|
output:
|
|
-
|
|
- assembly:
|
|
type: file
|
|
description: fasta file
|
|
pattern: ${sample_id}.fasta
|
|
authors:
|
|
- "@annacprice"
|