Skip to content

Commit

Permalink
Added new parameters to config files
Browse files Browse the repository at this point in the history
  • Loading branch information
renewiegandt committed Mar 26, 2019
1 parent 89ae057 commit f8c572b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/cluster.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ params{
//reduce_bed
kmer=10
aprox_motif_len=10
motif_occurence=1
motif_occurrence=1
min_seq_length=10

//cdhit_wrapper
Expand Down
2 changes: 1 addition & 1 deletion config/motif_estimation.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
params {
//bed_to_clustered_fasta
min_seq = 10
min_seq = 100

//glam2
motif_min_key = 8
Expand Down

0 comments on commit f8c572b

Please sign in to comment.