mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-12-22 02:58:17 +00:00
Update pytest outputs
This commit is contained in:
parent
ce97c87b5d
commit
6621768550
3 changed files with 9 additions and 15 deletions
|
@ -11,8 +11,8 @@ process MERYL_UNIONSUM {
|
|||
tuple val(meta), path(meryl_dbs)
|
||||
|
||||
output:
|
||||
tuple val(meta), path("*.meryldb"), emit: meryl_db
|
||||
path "versions.yml" , emit: versions
|
||||
tuple val(meta), path("*.unionsum.meryldb"), emit: meryl_db
|
||||
path "versions.yml" , emit: versions
|
||||
|
||||
when:
|
||||
task.ext.when == null || task.ext.when
|
||||
|
@ -24,7 +24,7 @@ process MERYL_UNIONSUM {
|
|||
meryl union-sum \\
|
||||
threads=$task.cpus \\
|
||||
$args \\
|
||||
output ${prefix}.meryl \\
|
||||
output ${prefix}.unionsum.meryldb \\
|
||||
$meryl_dbs
|
||||
|
||||
cat <<-END_VERSIONS > versions.yml
|
||||
|
|
|
@ -8,7 +8,7 @@ include { MERYL_UNIONSUM } from '../../../../modules/meryl/unionsum/main.nf'
|
|||
workflow test_meryl_unionsum {
|
||||
|
||||
input = [
|
||||
[ id:'test' ], // meta map
|
||||
[ id:'test', single_end: false ], // meta map
|
||||
[
|
||||
file(params.test_data['sarscov2']['illumina']['test_1_fastq_gz'], checkIfExists: true),
|
||||
file(params.test_data['sarscov2']['illumina']['test_2_fastq_gz'], checkIfExists: true)
|
||||
|
|
|
@ -1,14 +1,8 @@
|
|||
## TODO nf-core: Please run the following command to build this file:
|
||||
# nf-core modules create-test-yml meryl/unionsum
|
||||
- name: "meryl unionsum"
|
||||
command: nextflow run ./tests/modules/meryl/unionsum -entry test_meryl_unionsum -c ./tests/config/nextflow.config -c ./tests/modules/meryl/unionsum/nextflow.config
|
||||
- name: meryl unionsum test_meryl_unionsum
|
||||
command: nextflow run tests/modules/meryl/unionsum -entry test_meryl_unionsum -c tests/config/nextflow.config
|
||||
tags:
|
||||
- "meryl"
|
||||
#
|
||||
- "meryl/unionsum"
|
||||
#
|
||||
- meryl
|
||||
- meryl/unionsum
|
||||
files:
|
||||
- path: "output/meryl/test.bam"
|
||||
md5sum: e667c7caad0bc4b7ac383fd023c654fc
|
||||
- path: output/meryl/versions.yml
|
||||
md5sum: a01fe51bc4c6a3a6226fbf77b2c7cf3b
|
||||
md5sum: c864aa98f55b9ec7fa1fb2716ec736dd
|
||||
|
|
Loading…
Reference in a new issue