Skip to content

Ankita-1211/ankita-nf-hello

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ankita-nf-hello

#!/usr/bin/env nextflow nextflow.enable.dsl=2

process sayHello { input: val x output: stdout script: """ echo '$x world!' """ }

workflow { Channel.of('Bonjour', 'Ciao', 'Hello', 'Hola') | sayHello | view }

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published