Commit 52514e55 authored by Chris Cheshire's avatar Chris Cheshire
Browse files

fixed syntax error

parent 26516ba2
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -78,6 +78,7 @@ if (params.run_genome_prep && (params.bowtie2.endsWith(".tar.gz") || params.spik
}

if (params.run_genome_prep) {
    process {
        withName: '.*CHROMSIZES' {
            publishDir = [
                path: { "${params.outdir}/00_genome" },