Skip to content

Commit

Permalink
syntax error in common.R
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhong Wang committed Feb 12, 2017
1 parent 89380b8 commit 5dbf18d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rtfbsdb/R/common.R
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ save_chromosome_size <- function( file.twoBit, file.tab)

check_folder_writable<-function(file.prefix)
{
if( !file.exists(dirname(file.prefix) )
if( !file.exists(dirname(file.prefix) ) )
dir.create( dirname(file.prefix), showWarnings = TRUE, recursive = TRUE );

file.temp <- tempfile( tmpdir = dirname(file.prefix), fileext = "")
Expand Down

0 comments on commit 5dbf18d

Please sign in to comment.