Skip to content

Commit

Permalink
Removed newline from get_motif_seq
Browse files Browse the repository at this point in the history
  • Loading branch information
renewiegandt authored Jan 10, 2019
1 parent 310702e commit b70a38b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bin/2.2_motif_estimation/get_motif_seq.R
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ create_seq_json <- function(input, output, num, tmp_path, cluster_id) {
# Running read_data on files
datalist <- lapply(fnames, read_data)


# Create json file
## naming
names(datalist) <- paste0(c("Motif_", "Motif_", "Motif_"),seq(1,as.numeric(num),1) , " Cluster_", cluster_id)
Expand Down

0 comments on commit b70a38b

Please sign in to comment.