Skip to content
Snippets Groups Projects
Devin O'Kelly's avatar
Hololens Test authored
Merge branch 'LocalDockerRegistry' of git.biohpc.swmed.edu:s190450/astrocyte_example_wordcount into LocalDockerRegistry
706e728c

Example Wordcount Package

Build Status Astrocyte

This is an example workflow package for astrocyte. It contains a worfklow to count the occurences of each word in a text file.

The Workflow

The workflow workflow/main.nf has three processes:

  • Convert all the text in the input files to uppercase
  • Split the text so each word is on a separate line
  • Sort, find and count the occurence of unique words

Parameters

There is a single parameter story. This provides 1 or more files that the workflow should run on.

Questions

If you have any questions about this workflow example, or Astrocyte in general, please contact the BioHPC team via biohpc-help@utsouthwestern.edu