Skip to content

Commit 97c293e

Browse files
authored
Discussion about zscore block name (#111)
* Change coehrently block name to * Update Snakefile * Update Snakefile * Update config_template.yaml * Rename z_score.py to zscore.py
1 parent 0d15989 commit 97c293e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cobrawap/pipeline/stage02_processing/Snakefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,11 +166,11 @@ use rule template as phase_transform with:
166166
Path('{dir}') / '{rule_name}' / str("phase_transform." + config.NEO_FORMAT)
167167

168168

169-
use rule template as z_score with:
169+
use rule template as zscore with:
170170
input:
171171
is_clear = is_clear,
172172
data = input_file,
173-
script = SCRIPTS / 'z_score.py'
173+
script = SCRIPTS / 'zscore.py'
174174
params:
175175
params()
176176
output:

cobrawap/pipeline/stage02_processing/scripts/z_score.py renamed to cobrawap/pipeline/stage02_processing/scripts/zscore.py

File renamed without changes.

0 commit comments

Comments
 (0)