mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-13 05:13:09 +00:00
Improved kbtools/count (#1884)
* Improved kbtools/count * Update test.yml removing TODO statements * Update main.nf Co-authored-by: Felipe Marques de Almeida <almeidafmarques@gmail.com>
This commit is contained in:
parent
c29b3fe11a
commit
013035eb5c
2 changed files with 2 additions and 2 deletions
|
@ -18,6 +18,7 @@ process KALLISTOBUSTOOLS_COUNT {
|
|||
output:
|
||||
tuple val(meta), path ("*.count"), emit: count
|
||||
path "versions.yml" , emit: versions
|
||||
path "*.count/*/*.mtx" , emit: matrix //Ensure that kallisto finished and produced outputs
|
||||
|
||||
when:
|
||||
task.ext.when == null || task.ext.when
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
- name: kallistobustools count test_kallistobustools_count
|
||||
command: nextflow run ./tests/modules/kallistobustools/count -entry test_kallistobustools_count -c ./tests/config/nextflow.config -c ./tests/modules/kallistobustools/count/nextflow.config
|
||||
tags:
|
||||
- kallistobustools
|
||||
- kallistobustools/count
|
||||
- kallistobustools
|
||||
files:
|
||||
- path: output/kallistobustools/cdna.fa
|
||||
- path: output/kallistobustools/kb_ref_out.idx
|
||||
|
@ -25,7 +25,6 @@
|
|||
md5sum: b853330f160e06fc8af170a837384ef5
|
||||
- path: output/kallistobustools/test.count/kb_info.json
|
||||
- path: output/kallistobustools/test.count/matrix.ec
|
||||
md5sum: 44eb94feb333b70cd3e55b6f4c0a43db
|
||||
- path: output/kallistobustools/test.count/output.bus
|
||||
md5sum: f5d8efa83f107826824292cbbdb4e37b
|
||||
- path: output/kallistobustools/test.count/output.unfiltered.bus
|
||||
|
|
Loading…
Reference in a new issue