Skip to content

Instantly share code, notes, and snippets.

@danielecook
Last active May 4, 2020 12:12
Show Gist options
  • Save danielecook/4e60e5d7ebcba842088f6d71c19daf66 to your computer and use it in GitHub Desktop.
Save danielecook/4e60e5d7ebcba842088f6d71c19daf66 to your computer and use it in GitHub Desktop.
Import filename utilities nextflow groovy grape
#!/usr/bin/env nextflow
@Grab(group='commons-io', module='commons-io', version='2.6')
import org.apache.commons.io.FilenameUtils;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment