Skip to content

Commit

Permalink
Removed debugging code
Browse files Browse the repository at this point in the history
  • Loading branch information
renewiegandt committed Jan 23, 2019
1 parent 7e90339 commit e2494a0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions pipeline.nf
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
params.identity=0.8
params.sequence_coverage=8
params.memory=800
params.throw_away_seq=9
params.throw_away_seq=9
params.strand=0

//motif_estimation
Expand Down Expand Up @@ -289,9 +289,6 @@ process reduce_sequence {
set name, file ('*.bed') into bed_for_clustering
file ('*.log')

when:
params.lalal == "1"

script:
"""
Rscript ${path_bin}/2.1_clustering/reduce_sequence.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} --summary reduce_sequence.log
Expand Down

0 comments on commit e2494a0

Please sign in to comment.