Build pipeline: viash-hub.demultiplex.fix-no-index-case-zfwgv
Source commit: 0d541bdf2f
Source message: Fix path of test script
13 lines
270 B
Plaintext
13 lines
270 B
Plaintext
manifest {
|
|
homePage = 'https://github.com/viash-hub/demultiplex'
|
|
description = 'Demultiplexing pipeline for sequencing data'
|
|
mainScript = 'target/nextflow/demultiplex/main.nf'
|
|
}
|
|
|
|
process {
|
|
withName: publishStatesProc {
|
|
publishDir = [ enabled: false ]
|
|
}
|
|
}
|
|
|