diff --git a/pipeline.nf b/pipeline.nf index a39616a..463a790 100644 --- a/pipeline.nf +++ b/pipeline.nf @@ -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 /* @@ -324,7 +324,7 @@ process bed_to_clustered_fasta { script: """ - Rscript ${path_bin}/bed_to_fasta.R ${bed} ${name} ${params.min_seq} + Rscript ${path_bin}/bed_to_fasta.R -i ${bed} -p ${name} -m ${params.min_seq} """ }