mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2025-01-03 04:52:09 -05:00
fix remove md5sum check (#1017)
This commit is contained in:
parent
9767b081b9
commit
11226d9d98
1 changed files with 0 additions and 5 deletions
|
@ -4,7 +4,6 @@
|
||||||
- freebayes
|
- freebayes
|
||||||
files:
|
files:
|
||||||
- path: output/freebayes/test.vcf.gz
|
- path: output/freebayes/test.vcf.gz
|
||||||
md5sum: 04d60a7135768777e0c764daec6519db
|
|
||||||
|
|
||||||
- name: freebayes test_freebayes_bed
|
- name: freebayes test_freebayes_bed
|
||||||
command: nextflow run tests/modules/freebayes -entry test_freebayes_bed -c tests/config/nextflow.config
|
command: nextflow run tests/modules/freebayes -entry test_freebayes_bed -c tests/config/nextflow.config
|
||||||
|
@ -12,7 +11,6 @@
|
||||||
- freebayes
|
- freebayes
|
||||||
files:
|
files:
|
||||||
- path: output/freebayes/test.vcf.gz
|
- path: output/freebayes/test.vcf.gz
|
||||||
md5sum: fc6e228c8ac5508bd83da45eafc2e7b2
|
|
||||||
|
|
||||||
- name: freebayes test_freebayes_cram
|
- name: freebayes test_freebayes_cram
|
||||||
command: nextflow run tests/modules/freebayes -entry test_freebayes_cram -c tests/config/nextflow.config
|
command: nextflow run tests/modules/freebayes -entry test_freebayes_cram -c tests/config/nextflow.config
|
||||||
|
@ -20,7 +18,6 @@
|
||||||
- freebayes
|
- freebayes
|
||||||
files:
|
files:
|
||||||
- path: output/freebayes/test.vcf.gz
|
- path: output/freebayes/test.vcf.gz
|
||||||
md5sum: 91b8caaa0e396e1ba4f264a83bb67254
|
|
||||||
|
|
||||||
- name: freebayes test_freebayes_somatic
|
- name: freebayes test_freebayes_somatic
|
||||||
command: nextflow run tests/modules/freebayes -entry test_freebayes_somatic -c tests/config/nextflow.config
|
command: nextflow run tests/modules/freebayes -entry test_freebayes_somatic -c tests/config/nextflow.config
|
||||||
|
@ -28,7 +25,6 @@
|
||||||
- freebayes
|
- freebayes
|
||||||
files:
|
files:
|
||||||
- path: output/freebayes/test.vcf.gz
|
- path: output/freebayes/test.vcf.gz
|
||||||
md5sum: 40da977199f16d9888e0e0e07e8bebee
|
|
||||||
|
|
||||||
- name: freebayes test_freebayes_somatic_cram_intervals
|
- name: freebayes test_freebayes_somatic_cram_intervals
|
||||||
command: nextflow run tests/modules/freebayes -entry test_freebayes_somatic_cram_intervals -c tests/config/nextflow.config
|
command: nextflow run tests/modules/freebayes -entry test_freebayes_somatic_cram_intervals -c tests/config/nextflow.config
|
||||||
|
@ -36,4 +32,3 @@
|
||||||
- freebayes
|
- freebayes
|
||||||
files:
|
files:
|
||||||
- path: output/freebayes/test.vcf.gz
|
- path: output/freebayes/test.vcf.gz
|
||||||
md5sum: dd976880365287d9ad31a606eb4d091f
|
|
||||||
|
|
Loading…
Reference in a new issue