$@ Executed as:$ make NAME=WORLD echo "Hello WORLD"> WORLD.txt sed 's/Hello/Goodbye/' WORLD.txt>..."> $@ Executed as:$ make NAME=WORLD echo "Hello WORLD"> WORLD.txt sed 's/Hello/Goodbye/' WORLD.txt>..." /> $@ Executed as:$ make NAME=WORLD echo "Hello WORLD"> WORLD.txt sed 's/Hello/Goodbye/' WORLD.txt>..." />

Hello WDL ( Workflow Description Language )

This is a quick note about my first WDL workflow (Workflow Description Language) https://software.broadinstitute.org/wdl/. As a Makefile, my workflow would be the following one: NAME?=world $(NAME)_sed.txt : $(NAME).txt sed 's/Hello/Goodbye/' $ $@ $(NAME).txt: echo "Hello $(NAME)"> $@ Executed as:$ make NAME=WORLD echo "Hello WORLD"> WORLD.txt sed 's/Hello/Goodbye/' WORLD.txt>
Source: YOKOFAKUN - Category: Bioinformatics Authors: Source Type: blogs
More News: Bioinformatics