mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-13 05:13:09 +00:00
Apply suggestions from code review
Co-authored-by: Anders Jemt <jemten@users.noreply.github.com>
This commit is contained in:
parent
a2e2d50494
commit
3be549534d
3 changed files with 1 additions and 4 deletions
|
@ -8,7 +8,6 @@ process HAPLOCHECK {
|
|||
'quay.io/biocontainers/haplocheck:1.3.3--h4a94de4_0' }"
|
||||
|
||||
input:
|
||||
|
||||
tuple val(meta), path(vcf)
|
||||
|
||||
output:
|
||||
|
|
|
@ -49,7 +49,7 @@ output:
|
|||
- html:
|
||||
type: file
|
||||
description: Haplocheck HTML report
|
||||
pattern: "*.{txt}"
|
||||
pattern: "*.{html}"
|
||||
|
||||
authors:
|
||||
- "@lmtani"
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
## TODO nf-core: Please run the following command to build this file:
|
||||
# nf-core modules create-test-yml haplocheck
|
||||
- name: "haplocheck"
|
||||
command: nextflow run ./tests/modules/haplocheck -entry test_haplocheck -c ./tests/config/nextflow.config -c ./tests/modules/haplocheck/nextflow.config
|
||||
tags:
|
||||
|
|
Loading…
Reference in a new issue