Skip to content

Commit

Permalink
removing redundant code
Browse files Browse the repository at this point in the history
  • Loading branch information
renewiegandt authored Oct 29, 2018
1 parent 89eb998 commit 4c86efd
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions bin/bed_to_fasta.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
bed <- data.table::data.table(1:10,1:10,c("AAAAAAAAA","CTGAGA","CCCTAGC","GC","AA","ACGTACGTGTCA","GGGCCGCTA","GCA","TTTTTGCA","AAAATCGACGT"),c(1,2,3,1,1,1,2,2,3,3))

#!/usr/bin/env Rscript

# Splitting BED-files depending on their cluster.
Expand All @@ -10,7 +8,6 @@ bed <- data.table::data.table(1:10,1:10,c("AAAAAAAAA","CTGAGA","CCCTAGC","GC","A

args = commandArgs(trailingOnly = TRUE)


bedInput <- args[1]
out <- args[2] # "G://Rene.Wiegandt/10_Master/"
prefix <- args[3] # "Fasta"
Expand Down

0 comments on commit 4c86efd

Please sign in to comment.