Skip to content

Commit

Permalink
Refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
renewiegandt committed Dec 19, 2018
1 parent 6d5c604 commit ce52871
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/bed_to_fasta.R
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ bed_to_fasta <- function(bedInput, prefix = "", min_seq = 100){
# run function bed_to_fasta with given parameteres if not in interactive context (e.g. run from shell)
if (!interactive()) {
bed_to_fasta(opt$input, opt$prefix, opt$min_seq)
}
}
2 changes: 1 addition & 1 deletion pipeline.nf
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ process reduce_bed {
"""
Rscript ${path_bin}/reduce_bed.R -i ${bed} -k ${params.kmer} -m ${params.aprox_motif_len} -o ${name}_reduced.bed -t ${params.threads} -f ${params.motif_occurence} -s ${params.min_seq_length}
"""
}String
}


/*
Expand Down

0 comments on commit ce52871

Please sign in to comment.