2024-08-29 08:10:20 +00:00
|
|
|
manifest {
|
2025-01-17 14:36:29 +00:00
|
|
|
homePage = 'https://github.com/viash-hub/htrnaseq'
|
|
|
|
|
description = 'HT-RNAseq pipeline'
|
|
|
|
|
mainScript = 'target/nextflow/workflows/htrnaseq/main.nf'
|
2024-08-29 08:10:20 +00:00
|
|
|
}
|
2025-01-17 14:36:29 +00:00
|
|
|
|
|
|
|
|
process {
|
|
|
|
|
withName: publishStatesProc {
|
|
|
|
|
publishDir = [ enabled: false ]
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|