Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
edna
snakemake_rapidrun_obitools
Commits
e124faeb
Commit
e124faeb
authored
Jun 09, 2020
by
peguerin
Browse files
rename count params
parent
2e7f9235
Changes
1
Hide whitespace changes
Inline
Side-by-side
00_rules/filter_samples.smk
View file @
e124faeb
...
...
@@ -24,10 +24,10 @@ rule goodlength_samples:
log:
'../99_log/04_filter_samples/02_goodlength/{demultiplexs}.log'
params:
count=config["good_length_samples"]["count"],
seq_
count=config["good_length_samples"]["
seq_
count"],
seq_length=config["good_length_samples"]["seq_length"]
shell:
'''obigrep -p 'count>{params.count}' -s '^[ACGT]+$' -p 'seq_length>{params.seq_length}' {input} > {output} 2> {log}'''
'''obigrep -p 'count>{params.
seq_
count}' -s '^[ACGT]+$' -p 'seq_length>{params.seq_length}' {input} > {output} 2> {log}'''
### Clean the sequences for PCR/sequencing errors (sequence variants)
rule clean_pcrerr_samples:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment