# HG changeset patch # User kpbioteam # Date 1528807596 14400 # Node ID b5bc7e70b949d90326314f2f1833516540cf4597 # Parent 9ec5e9e2e7b2b126cc0ebe42c97e85c4ae4e56b0 planemo upload for repository https://github.com/kpbioteam/chipeakanno_annopeaks commit e4ccaafda5f770219ab999f48574a3bfed84c311 diff -r 9ec5e9e2e7b2 -r b5bc7e70b949 chipeakanno_annopeaks.R --- a/chipeakanno_annopeaks.R Tue Jun 12 08:36:25 2018 -0400 +++ b/chipeakanno_annopeaks.R Tue Jun 12 08:46:36 2018 -0400 @@ -28,4 +28,4 @@ anno <- annoPeaks(peaks, annoData=annoData, bindingType =c(input2), bindingRegion=c(input3, input4)) - write.table(anno, file= output1, quote = FALSE, row.names = FALSE, sep = "/t") + write.table(anno, file= output1, quote = FALSE, row.names = FALSE, sep = "\t")