Last active
May 4, 2020 12:12
-
-
Save danielecook/4e60e5d7ebcba842088f6d71c19daf66 to your computer and use it in GitHub Desktop.
Import filename utilities nextflow groovy grape
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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