mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
4ed5e4eff3
* add liftOver module * add liftover module tests * fix getProcessName * fix tests * fix out of date function * version numbers should be numeric * drop versions.yml from test.yml * Update modules/ucsc/liftover/main.nf Remove software name variable Co-authored-by: Jose Espinosa-Carrasco <kadomu@gmail.com> * Update tests/modules/ucsc/liftover/main.nf Use test chain file Co-authored-by: Jose Espinosa-Carrasco <kadomu@gmail.com> * add genome_chain_gz to test data config * update md5sum for new chain test data * Fix indentation in file declaration Co-authored-by: Jose Espinosa-Carrasco <kadomu@gmail.com>
10 lines
375 B
YAML
10 lines
375 B
YAML
- name: ucsc liftover test_ucsc_liftover
|
|
command: nextflow run tests/modules/ucsc/liftover -entry test_ucsc_liftover -c tests/config/nextflow.config
|
|
tags:
|
|
- ucsc
|
|
- ucsc/liftover
|
|
files:
|
|
- path: output/ucsc/test.lifted.bed
|
|
md5sum: fd5878470257a8a0edeaa8b9374bd520
|
|
- path: output/ucsc/test.unlifted.bed
|
|
md5sum: d41d8cd98f00b204e9800998ecf8427e
|