Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVA

output folder director

process foo {
    publishDir '/data/chunks'

    output:
    path 'chunk_*' into letters

    '''
    printf 'Hola' | split -b 1 - chunk_
    '''
}
Source by www.nextflow.io #
 
PREVIOUS NEXT
Tagged: #output #folder #director
ADD COMMENT
Topic
Name
8+8 =