# HG changeset patch # User lecorguille # Date 1556533242 14400 # Node ID 1de8423cd6a9ebd9eb1dfb6ac78fd1a125522a64 # Parent 9a0ca3f3a847ef5bc6607b2a679b4d0ed2e07877 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a5136bfc124956893f4f0c91808d1c0d78c4ea01 diff -r 9a0ca3f3a847 -r 1de8423cd6a9 lib.r --- a/lib.r Tue Apr 09 12:12:48 2019 -0400 +++ b/lib.r Mon Apr 29 06:20:42 2019 -0400 @@ -333,7 +333,7 @@ files[exists] <- sub("//","/",files[exists]) # WHAT IS ON THE FILESYSTEM - filesystem_filepaths <- system(paste0("find \"$PWD/",directory,"\" -not -name '\\.*' -not -path '*conda-env*' -type f -name \"*\""), intern=T) + filesystem_filepaths <- system(paste0("find \"",getwd(),"/",directory,"\" -not -name '\\.*' -not -path '*conda-env*' -type f -name \"*\""), intern=T) filesystem_filepaths <- filesystem_filepaths[grep(filepattern, filesystem_filepaths, perl=T)] # COMPARISON