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>
master
Alexander Peltzer 2 years ago committed by GitHub
parent c29b3fe11a
commit 013035eb5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save