Skip to content

Commit

Permalink
Fixed typo in bed_to_fasta.R
Browse files Browse the repository at this point in the history
  • Loading branch information
renewiegandt authored Dec 20, 2018
1 parent 46cfc59 commit 5e46266
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/bed_to_fasta.R
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ opt_parser <- OptionParser(option_list = option_list,
opt <- parse_args(opt_parser)

#' Splitting BED-files depending on their cluster.
#' The Sequences of each cluster are writen as an FASTA-file.
#' The Sequences of each cluster are written as an FASTA-file.
#' @param bedInput <string> BED-file with sequences and cluster-id as last two columns:
#' Sequence: second last column; Cluster ID: last column
#' @param prefix <string> prefix for filenames
Expand Down

0 comments on commit 5e46266

Please sign in to comment.