Skip to content

Commit

Permalink
added missing shebangs to 2.2 scripts #44
Browse files Browse the repository at this point in the history
  • Loading branch information
renewiegandt committed Jan 9, 2019
1 parent cff01fc commit 0f4bf46
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions bin/2.2_motif_estimation/get_best_motif.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env python

'''
parses arguments using argparse
@return args list of all parameters
Expand Down
2 changes: 1 addition & 1 deletion bin/2.2_motif_estimation/get_motif_seq.R
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ read_data <- function(path){
#' @param output Output JSON-file
#' @param num Get best (num) motifs.
#'
#' @author Ren� Wiegandt <Rene.Wiegandt(at)mpi-bn.mpg.de>
#' @author René Wiegandt <Rene.Wiegandt(at)mpi-bn.mpg.de>
create_seq_json <- function(input, output, num, tmp_path, cluster_id) {

if (!file.exists(input)) {
Expand Down
1 change: 1 addition & 0 deletions bin/2.2_motif_estimation/motif_estimation.nf
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env nextflow

params.bed = ""
params.out = ""
Expand Down

0 comments on commit 0f4bf46

Please sign in to comment.