Skip to content

Commit

Permalink
Remove header = false from fread
Browse files Browse the repository at this point in the history
  • Loading branch information
renewiegandt authored Jan 6, 2019
1 parent cca8ac4 commit f983d22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/1.2_filter_motifs/merge.R
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ splitted$maxpos = splitted$maxpos - splitted$start
data.table::fwrite(splitted, paste(folder, "/merged.bed", sep=''), row.names=FALSE, col.names=FALSE, quote=FALSE, sep='\t')

#aditional information of the comparison of the unknown footprints and the known motifs are computed and written to FilterMotifs.stats
before = fread(args[4], header=FALSE)
before = fread(args[4])

sumb=sum(before$V3-before$V2)
suma=sum(splitted$length)
Expand Down

0 comments on commit f983d22

Please sign in to comment.