mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-12-22 02:58:17 +00:00
fix path to script
This commit is contained in:
parent
2c5ecc87ed
commit
1013be2623
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
nextflow.enable.dsl = 2
|
nextflow.enable.dsl = 2
|
||||||
|
|
||||||
include { ANNOTATION_SNPEFF } from '../../../../../subworkflows/nf-core/annotation_snpeff/main'
|
include { ANNOTATION_SNPEFF } from '../../../../../subworkflows/nf-core/annotation/snpeff/main'
|
||||||
|
|
||||||
workflow annotation_snpeff {
|
workflow annotation_snpeff {
|
||||||
input = [
|
input = [
|
||||||
|
|
Loading…
Reference in a new issue