Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
edna
snakemake_rapidrun_obitools
Commits
a0ed35eb
Commit
a0ed35eb
authored
Jun 23, 2020
by
peguerin
Browse files
rename min length parameters
parent
0bb81624
Changes
2
Hide whitespace changes
Inline
Side-by-side
04_filter_samples/rules/goodlength_samples.smk
View file @
a0ed35eb
...
...
@@ -12,6 +12,6 @@ rule goodlength_samples:
'../logs/04_filter_samples/02_goodlength/{demultiplexs}.log'
params:
seq_count=config["good_length_samples"]["seq_count"],
seq_length=config["good_length_samples"]["seq_length
"]
seq_length
_min
=config["good_length_samples"]["seq_length
_min"]
shell:
'''obigrep -p 'count>{params.seq_count}' -s '^[ACGT]+$' -p 'seq_length>{params.seq_length}' {input} > {output} 2> {log}'''
\ No newline at end of file
'''obigrep -p 'count>{params.seq_count}' -s '^[ACGT]+$' -p 'seq_length>{params.seq_length_min}' {input} > {output} 2> {log}'''
\ No newline at end of file
config/config_marbec_rapdirun_test.yaml
View file @
a0ed35eb
...
...
@@ -20,7 +20,7 @@ illuminapairedend:
s_min
:
40
good_length_samples
:
seq_count
:
1
seq_length
:
3
1
seq_length
_min
:
2
3
clean_pcrerr_samples
:
r
:
0.05
assign_taxon
:
...
...
Write
Preview
Markdown
is supported
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