mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
Finished the module
This commit is contained in:
parent
c517ce9b4d
commit
37338ecee3
2 changed files with 35 additions and 3 deletions
|
@ -42,6 +42,18 @@ output:
|
|||
description: |
|
||||
Groovy Map containing sample information
|
||||
e.g. [ id:'test', single_end:false ]
|
||||
- summary:
|
||||
type: file
|
||||
description: A CSV file containing the summary of the benchmarking
|
||||
pattern: "*.summary.csv"
|
||||
- extended:
|
||||
type: file
|
||||
description: A CSV file containing extended info of the benchmarking
|
||||
pattern: "*.extended.csv"
|
||||
- runinfo:
|
||||
type: file
|
||||
description: A JSON file containing the run info
|
||||
pattern: "*.runinfo.json"
|
||||
- versions:
|
||||
type: file
|
||||
description: File containing software versions
|
||||
|
|
|
@ -1,7 +1,27 @@
|
|||
- name: happy test_happy
|
||||
command: nextflow run tests/modules/happy -entry test_happy -c tests/config/nextflow.config
|
||||
- name: happy test_happy_vcf
|
||||
command: nextflow run tests/modules/happy -entry test_happy_vcf -c tests/config/nextflow.config
|
||||
tags:
|
||||
- happy
|
||||
files:
|
||||
- path: output/happy/test.extended.csv
|
||||
md5sum: ef79c7c789ef4f146ca2e50dafaf22b3
|
||||
- path: output/happy/test.runinfo.json
|
||||
contains: '"name": "hap.py"'
|
||||
- path: output/happy/test.summary.csv
|
||||
md5sum: f8aa5d36d3c48dede2f607fd565894ad
|
||||
- path: output/happy/versions.yml
|
||||
md5sum: ab8944c1b24e55bab311a9d389c75c90
|
||||
md5sum: 2c2b8249f9f52194da7f09076dbb5019
|
||||
|
||||
- name: happy test_happy_gvcf
|
||||
command: nextflow run tests/modules/happy -entry test_happy_gvcf -c tests/config/nextflow.config
|
||||
tags:
|
||||
- happy
|
||||
files:
|
||||
- path: output/happy/test.extended.csv
|
||||
md5sum: 3d5c21b67a259a3f6dcb088d55b86cd3
|
||||
- path: output/happy/test.runinfo.json
|
||||
contains: '"name": "hap.py"'
|
||||
- path: output/happy/test.summary.csv
|
||||
md5sum: 03044e9bb5a0c6f0947b7e910fc8a558
|
||||
- path: output/happy/versions.yml
|
||||
md5sum: 75331161af9ec046d045ffcba83abddf
|
||||
|
|
Loading…
Reference in a new issue