Skip to content

Commit

Permalink
adaption of pipeline.nf to changes in bed_to_fasta.R
Browse files Browse the repository at this point in the history
renewiegandt committed Dec 19, 2018
1 parent cf9dcd8 commit 6d5c604
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pipeline.nf
Original file line number Diff line number Diff line change
@@ -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}
"""
}

0 comments on commit 6d5c604

Please sign in to comment.