Skip to content

Commit

Permalink
debug add multiqc
Browse files Browse the repository at this point in the history
  • Loading branch information
dimalvovs committed Aug 31, 2024
1 parent 3659a23 commit 07ec5a2
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions main.nf
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
nextflow.enable.dsl=2

include { PREPROCESS } from './modules/local/preprocess'
include { SPACEMARKERS } from './modules/local/spacemarkers'
include { COGAPS } from './modules/local/cogaps'
include { SPACEMARKERS_MQC } from './modules/local/spacemakers'
include { PREPROCESS } from './modules/local/preprocess.nf'
include { SPACEMARKERS } from './modules/local/spacemarkers.nf'
include { COGAPS } from './modules/local/cogaps.nf'
include { SPACEMARKERS_MQC } from './modules/local/spacemarkers.nf'



workflow COSPACE {

Expand Down

0 comments on commit 07ec5a2

Please sign in to comment.