Build pipeline: viash-hub.demultiplex.rework-transfer-complete-s2fsv
Source commit: 90a88dba6c
Source message: Merge branch 'main' into rework_transfer_complete
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 ]
|
|
}
|
|
}
|
|
|