mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2025-01-03 04:52:09 -05:00
8ded6d441a
* Add MerquryFK * Change resource allocation
109 lines
3.4 KiB
YAML
109 lines
3.4 KiB
YAML
name: "merquryfk_merquryfk"
|
|
description: FastK based version of Merqury
|
|
keywords:
|
|
- sort
|
|
tools:
|
|
- "merquryfk":
|
|
description: "FastK based version of Merqury"
|
|
homepage: "https://github.com/thegenemyers/MERQURY.FK"
|
|
documentation: ""
|
|
tool_dev_url: "https://github.com/thegenemyers/MERQURY.FK"
|
|
doi: ""
|
|
licence: "https://github.com/thegenemyers/MERQURY.FK/blob/main/LICENSE"
|
|
|
|
input:
|
|
- meta:
|
|
type: map
|
|
description: |
|
|
Groovy Map containing sample information
|
|
e.g. [ id:'test', single_end:false ]
|
|
- fastk_hist:
|
|
type: file
|
|
description: A histogram files from the program FastK
|
|
pattern: "*.hist"
|
|
- fastk_ktab:
|
|
type: file
|
|
description: Histogram ktab files from the program FastK (option -t)
|
|
pattern: "*.ktab*"
|
|
- assembly:
|
|
type: file
|
|
description: Genome assembly files (fasta format)
|
|
pattern: ".fasta"
|
|
|
|
output:
|
|
- meta:
|
|
type: map
|
|
description: |
|
|
Groovy Map containing sample information
|
|
e.g. [ id:'test', single_end:false ]
|
|
- versions:
|
|
type: file
|
|
description: File containing software versions
|
|
pattern: "versions.yml"
|
|
- stats:
|
|
type: file
|
|
description: Assembly statistics file
|
|
pattern: "*.completeness.stats"
|
|
- bed:
|
|
type: file
|
|
description: Assembly only kmer positions not supported by reads in bed format
|
|
pattern: "*_only.bed"
|
|
- spectra_cn_fl_png:
|
|
type: file
|
|
description: "Unstacked copy number spectra filled plot in PNG format"
|
|
pattern: "*.spectra-cn.fl.png"
|
|
- spectra_cn_ln_png:
|
|
type: file
|
|
description: "Unstacked copy number spectra line plot in PNG format"
|
|
pattern: "*.spectra-cn.ln.png"
|
|
- spectra_cn_st_png:
|
|
type: file
|
|
description: "Stacked copy number spectra line plot in PNG format"
|
|
pattern: "*.spectra-cn.st.png"
|
|
- spectra_asm_fl_png:
|
|
type: file
|
|
description: "Unstacked assembly spectra filled plot in PNG format"
|
|
pattern: "*.spectra-asm.fl.png"
|
|
- spectra_asm_ln_png:
|
|
type: file
|
|
description: "Unstacked assembly spectra line plot in PNG format"
|
|
pattern: "*.spectra-asm.ln.png"
|
|
- spectra_asm_st_png:
|
|
type: file
|
|
description: "Stacked assembly spectra line plot in PNG format"
|
|
pattern: "*.spectra-asm.st.png"
|
|
- spectra_cn_fl_pdf:
|
|
type: file
|
|
description: "Unstacked copy number spectra filled plot in PDF format"
|
|
pattern: "*.spectra-cn.fl.pdf"
|
|
- spectra_cn_ln_pdf:
|
|
type: file
|
|
description: "Unstacked copy number spectra line plot in PDF format"
|
|
pattern: "*.spectra-cn.ln.pdf"
|
|
- spectra_cn_st_pdf:
|
|
type: file
|
|
description: "Stacked copy number spectra line plot in PDF format"
|
|
pattern: "*.spectra-cn.st.pdf"
|
|
- spectra_asm_fl_pdf:
|
|
type: file
|
|
description: "Unstacked assembly spectra filled plot in PDF format"
|
|
pattern: "*.spectra-asm.fl.pdf"
|
|
- spectra_asm_ln_pdf:
|
|
type: file
|
|
description: "Unstacked assembly spectra line plot in PDF format"
|
|
pattern: "*.spectra-asm.ln.pdf"
|
|
- spectra_asm_st_pdf:
|
|
type: file
|
|
description: "Stacked assembly spectra line plot in PDF format"
|
|
pattern: "*.spectra-asm.st.pdf"
|
|
- assembly_qv:
|
|
type: file
|
|
description: "error and qv table for each scaffold of the assembly"
|
|
pattern: "*.qv"
|
|
- qv:
|
|
type: file
|
|
description: "error and qv of each assembly as a whole"
|
|
pattern: "*.qv"
|
|
|
|
authors:
|
|
- "@mahesh-panchal"
|