Thanks to visit codestin.com
Credit goes to github.com

Skip to content

pjirsa/hello

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hello world script

A simple script showing the basic Hello World! example for the Nextflow framework.

This fork includes a devcontainer configuration which will create a GitHub Codespace for Nextflow development!

Devcontainer specs:

Getting started

  • Create a new repo in GitHub using this template.
  • Open the repo in Codespaces
  • Once Codespace is open, enter this into the terminal: ~/nextflow main.nf

expected output:

N E X T F L O W  ~  version 21.10.6
Launching `main.nf` [fervent_ardinghelli] - revision: d3a65fa206
executor >  local (4)
[3c/886523] process > sayHello (4) [100%] 4 of 4 ✔
Hello world!

Ciao world!

Bonjour world!

Hola world!

About

Classic hello world script in Nextflow language

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dockerfile 79.8%
  • Nextflow 14.9%
  • Shell 5.3%