Apply suggestions from code review

Co-authored-by: Anders Jemt <jemten@users.noreply.github.com>
This commit is contained in:
Taniguti 2022-06-07 14:09:04 -03:00 committed by GitHub
parent a2e2d50494
commit 3be549534d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 1 additions and 4 deletions

View file

@ -8,7 +8,6 @@ process HAPLOCHECK {
'quay.io/biocontainers/haplocheck:1.3.3--h4a94de4_0' }"
input:
tuple val(meta), path(vcf)
output:

View file

@ -49,7 +49,7 @@ output:
- html:
type: file
description: Haplocheck HTML report
pattern: "*.{txt}"
pattern: "*.{html}"
authors:
- "@lmtani"

View file

@ -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: