Mercurial > repos > prog > lcmsmatching
view fshlp.R @ 6:b8f70d8216b3 draft
planemo upload for repository https://github.com/workflow4metabolomics/lcmsmatching.git commit b3a4e34cf9356447ae3507cc6fe2ff6a1f24afbc-dirty
| author | prog |
|---|---|
| date | Mon, 27 Mar 2017 06:27:29 -0400 |
| parents | 3afe41d3e9e7 |
| children |
line wrap: on
line source
if ( ! exists('extname')) { # Do not load again if already loaded source('strhlp.R') ########### # EXTNAME # ########### extname <- function(path) { return(sub('^.*\\.([^.]*)$', '\\1', path, perl = TRUE)) } ############## # REMOVE EXT # ############## remove.ext <- function(path) { return(sub('\\.[^.]*$', '', path)) } }
