mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
52c541b080
* rebuild cooler cload. * update test file path of cload. * add pytest for cload * update to version.yml * update the test data path * Update tests/modules/cooler/cload/main.nf Co-authored-by: Sébastien Guizard <sguizard@ed.ac.uk> * Update modules/cooler/cload/main.nf Co-authored-by: Sébastien Guizard <sguizard@ed.ac.uk> * Update tests/config/test_data.config Co-authored-by: Sébastien Guizard <sguizard@ed.ac.uk> * Update main.nf Remove a lonely curly bracket. * Update test.yml Updated with new workflows. * update the test files * merge the conflicts. * update the test.yml * update for change of cooler/dump Co-authored-by: Gregor Sturm <mail@gregor-sturm.de> Co-authored-by: Sébastien Guizard <sguizard@ed.ac.uk> Co-authored-by: Harshil Patel <drpatelh@users.noreply.github.com>
29 lines
1 KiB
YAML
29 lines
1 KiB
YAML
- name: cooler cload test_cooler_cload_pairix
|
|
command: nextflow run tests/modules/cooler/cload -entry test_cooler_cload_pairix -c tests/config/nextflow.config
|
|
tags:
|
|
- cooler/cload
|
|
- cooler
|
|
files:
|
|
- path: output/cooler/test_pairix.2000000.cool
|
|
- path: output/cooler/test_pairix.bedpe
|
|
md5sum: 0cd85311089669688ec17468eae02111
|
|
|
|
- name: cooler cload test_cooler_cload_pairs
|
|
command: nextflow run tests/modules/cooler/cload -entry test_cooler_cload_pairs -c tests/config/nextflow.config
|
|
tags:
|
|
- cooler/cload
|
|
- cooler
|
|
files:
|
|
- path: output/cooler/test_pairs.2000000.cool
|
|
- path: output/cooler/test_pairs.bedpe
|
|
md5sum: 7f832733fc7853ebb1937b33e4c1e0de
|
|
|
|
- name: cooler cload test_cooler_cload_tabix
|
|
command: nextflow run tests/modules/cooler/cload -entry test_cooler_cload_tabix -c tests/config/nextflow.config
|
|
tags:
|
|
- cooler/cload
|
|
- cooler
|
|
files:
|
|
- path: output/cooler/test_tabix.2000000.cool
|
|
- path: output/cooler/test_tabix.bedpe
|
|
md5sum: 0cd85311089669688ec17468eae02111
|