Skip to content

Commit

Permalink
make result folder for CountSpacer
Browse files Browse the repository at this point in the history
  • Loading branch information
opitzl committed May 5, 2020
1 parent fd743d1 commit 3fc361f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/app-countSpacer.R
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ezMethodCountSpacer = function(input=NA, output=NA, param=NA){
require(Biostrings)
require(ShortRead)
require(ggplot2)

setwdNew(param[['name']])
sampleName = input$getNames()
param[['dictPath']] = list.files(file.path('/srv/GT/databases/GEML/sgRNA_Libs/',param[['dictPath']]), pattern = 'csv', full.names = TRUE)
dict = ezRead.table(param[['dictPath']], header = FALSE, sep = ',', row.names = NULL)
Expand Down

0 comments on commit 3fc361f

Please sign in to comment.