Skip to content

Commit 33802ae

Browse files
committed
fix dictPath
1 parent 88d032c commit 33802ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/app-countSpacer.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ezMethodCountSpacer = function(input=NA, output=NA, param=NA){
1212

1313
sampleName = input$getNames()
1414
setwdNew(sampleName)
15-
param[['dictPath']] = list.files(file.path('/srv/GT/databases/GEML/sgRNA_Libs/',param[['dictPath']]), pattern = 'csv', full.names = TRUE)
15+
param[['dictPath']] = list.files(file.path('/srv/GT/databases/GEML/sgRNA_Libs/',param[['dictPath']]), pattern = 'final.csv', full.names = TRUE)
1616
dict = ezRead.table(param[['dictPath']], header = FALSE, sep = ',', row.names = NULL)
1717
colnames(dict) = c('TargetID', 'Sequence', 'GeneSymbol', 'isControl')
1818
dict[['ID']] = paste(dict$TargetID, dict$Sequence, sep = '-')

0 commit comments

Comments
 (0)