File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed
Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -558,7 +558,6 @@ rule tip_frequencies:
558558 min_date = config ["tip_frequencies" ]["min_date" ],
559559 max_date = config ["tip_frequencies" ]["max_date" ],
560560 narrow_bandwidth = config ["tip_frequencies" ]["narrow_bandwidth" ],
561- wide_bandwidth = config ["tip_frequencies" ]["wide_bandwidth" ],
562561 output :
563562 tip_freq = "auspice/tb_tip-frequencies.json"
564563 shell :
@@ -571,6 +570,5 @@ rule tip_frequencies:
571570 --min-date {params.min_date} \
572571 --max-date {params.max_date} \
573572 --narrow-bandwidth {params.narrow_bandwidth} \
574- --wide-bandwidth {params.wide_bandwidth} \
575573 --output {output.tip_freq} 2> {log}
576574 """
Original file line number Diff line number Diff line change @@ -62,4 +62,3 @@ tip_frequencies:
6262 min_date : " 2000-01-01"
6363 max_date : " 10M"
6464 narrow_bandwidth : 0.2
65- wide_bandwidth : 0.6
You can’t perform that action at this time.
0 commit comments