Skip to content

Commit

Permalink
process description for reduce_sequence and clustering
Browse files Browse the repository at this point in the history
HendrikSchultheis committed Dec 20, 2018
1 parent d86f788 commit 756e98f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pipeline.nf
Original file line number Diff line number Diff line change
@@ -267,6 +267,7 @@ process overlap_with_known_TFBS {


/*
Reduce each sequence to its most conserved region.
*/
process reduce_sequence {
conda "${path_env}"
@@ -287,6 +288,7 @@ process reduce_sequence {


/*
Cluster all sequences. Appends a column with cluster numbers to the bed-file.
*/
process clustering {
conda "${path_env}"

0 comments on commit 756e98f

Please sign in to comment.