http://qs321.pair.com?node_id=641588
User since: Sep 28, 2007 at 18:41 UTC (17 years ago)
Last here: Apr 28, 2012 at 18:59 UTC (12 years ago)
Experience: 670
Level:Pilgrim (8)
Writeups: 66
Location:New Hampshire
User's localtime: Apr 24, 2024 at 18:57 EDT
Scratchpad: View
For this user:Search nodes

Current Project:

App::Tasker - Filename component-directed s‎crip‎ting that considers dependencies

It's like make with a larger problem domain and without built-in implicit rules. Taskfiles define rules for creating files based on input files; filenames and paths can contain multiple fields, optionally matched with regexes, which are assigned to named variables. Target audience is users (who may not primarily be programmers) who need to automate the processing of scientific data (usually on *nix) using command line tools.

It's written using Moose and Parse::RecDescent. Currently in alpha, the design is evolving heuristically. Tasker is running and can do useful work -- for example, I have a Taskfile for processing Shuttle Radar Topography Mission files containing digital elevation data using the GMT (Generic Mapping Tools) utilities xyz2grd and grdpaste. Tasker will convert the data into GMT .grd format and then recursively stitch together rectangles until it makes the requested file.

Once I do some more work on the code Tasker will be available for download.

I'm very appreciative of the invaluable help I've gotten from the perl community and Perlmonks in developing Tasker.

Links

Markup in the Monastery