mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-11 12:43:09 +00:00
9ae34a01d1
* Fix typo * Add stub runs for testing input without matched normals * Add missing -stub-run * remove empty file checksum tests and change workflow names * test controlfreec naming * fix output file names * fix output file names * fix output file names * fix conda and container path difference for R scripts * update tar version to work with conda * fix version number in docker * try to fix path to script, pretty sure it won't work * try new ways to set path with wildcard * try which * add which but with escape * remove comment
16 lines
658 B
YAML
16 lines
658 B
YAML
- name: controlfreec freec2bed test_controlfreec_freec2bed
|
|
command: nextflow run tests/modules/controlfreec/freec2bed -entry test_controlfreec_freec2bed -c tests/config/nextflow.config
|
|
tags:
|
|
- controlfreec/freec2bed
|
|
- controlfreec
|
|
files:
|
|
- path: output/controlfreec/test.bed
|
|
md5sum: abe10b7ce94ba903503e697394c17297
|
|
|
|
- name: controlfreec freec2bed test_controlfreec_freec2bed_single
|
|
command: nextflow run tests/modules/controlfreec/freec2bed -entry test_controlfreec_freec2bed_single -c tests/config/nextflow.config -stub-run
|
|
tags:
|
|
- controlfreec/freec2bed
|
|
- controlfreec
|
|
files:
|
|
- path: output/controlfreec/test.bed
|