Skip to content

Commit

Permalink
changed name of output compareBed.stats in description
Browse files Browse the repository at this point in the history
  • Loading branch information
JannikHamp authored Jan 11, 2019
1 parent aa306f9 commit cb16c3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/1.2_filter_motifs/compareBed_runinfo.R
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ data_filtered[[7]] <- data_filtered[[3]] - data_filtered[[2]]

fwrite(data_filtered, output, col.names=FALSE, quote = FALSE, sep = '\t')

# some statistics about the bedtool comparisons are stored in FilterMotifs.stats
# some statistics about the bedtool comparisons are stored in compareBed.stats
# number of nucleotides input
sum_data <- sum(data[[3]]-data[[2]])
# number of nucleotides after filter
Expand Down

0 comments on commit cb16c3c

Please sign in to comment.