mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-15 22:23:09 +00:00
9573e7e53d
* Bump version 0.1.5 to chromap/chromap * Bump conda samtools version to 1.14 * Get read of inconsistent md5sum in conda * Bump version in conda and retry md5 checks * genome index md5 hash removed, conda failed
29 lines
1.2 KiB
YAML
29 lines
1.2 KiB
YAML
- name: chromap chromap test_chromap_chromap_single_end
|
|
command: nextflow run ./tests/modules/chromap/chromap -entry test_chromap_chromap_single_end -c ./tests/config/nextflow.config -c ./tests/modules/chromap/chromap/nextflow.config
|
|
tags:
|
|
- chromap/chromap
|
|
- chromap
|
|
files:
|
|
- path: output/chromap/genome.index
|
|
- path: output/chromap/test.bed.gz
|
|
md5sum: 25e40bde24c7b447292cd68573728694
|
|
|
|
- name: chromap chromap test_chromap_chromap_paired_end
|
|
command: nextflow run ./tests/modules/chromap/chromap -entry test_chromap_chromap_paired_end -c ./tests/config/nextflow.config -c ./tests/modules/chromap/chromap/nextflow.config
|
|
tags:
|
|
- chromap/chromap
|
|
- chromap
|
|
files:
|
|
- path: output/chromap/genome.index
|
|
- path: output/chromap/test.bed.gz
|
|
md5sum: 7cdc8448882b75811e0c784f5f20aef2
|
|
|
|
- name: chromap chromap test_chromap_chromap_paired_bam
|
|
command: nextflow run ./tests/modules/chromap/chromap -entry test_chromap_chromap_paired_bam -c ./tests/config/nextflow.config -c ./tests/modules/chromap/chromap/nextflow.config
|
|
tags:
|
|
- chromap/chromap
|
|
- chromap
|
|
files:
|
|
- path: output/chromap/genome.index
|
|
- path: output/chromap/test.bam
|
|
md5sum: 73e2c76007e3c61df625668e01b3f42f
|