Skip to content

Commit 0ee29ea

Browse files
committed
bug fix: versions
1 parent c39323f commit 0ee29ea

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
.claude/
2+
CLAUDE.md
23
.smoke_test/
34
.nextflow/
45
.nextflow.log*

main.nf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#! /usr/bin/env nextflow
22

3+
nextflow.enable.types = true
4+
35
include { DECOMPRESS as DECOMPRESS_GENOME } from './modules/decompress.nf'
46
include { DECOMPRESS as DECOMPRESS_ANNOTATION } from './modules/decompress.nf'
57
include { PREPARE_INPUT_STANDARD } from './subworkflows/prepare_input_standard.nf'

0 commit comments

Comments
 (0)