We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c39323f commit 0ee29eaCopy full SHA for 0ee29ea
2 files changed
.gitignore
@@ -1,4 +1,5 @@
1
.claude/
2
+CLAUDE.md
3
.smoke_test/
4
.nextflow/
5
.nextflow.log*
main.nf
@@ -1,5 +1,7 @@
#! /usr/bin/env nextflow
+nextflow.enable.types = true
+
include { DECOMPRESS as DECOMPRESS_GENOME } from './modules/decompress.nf'
6
include { DECOMPRESS as DECOMPRESS_ANNOTATION } from './modules/decompress.nf'
7
include { PREPARE_INPUT_STANDARD } from './subworkflows/prepare_input_standard.nf'
0 commit comments