Skip to content

Commit 42ef169

Browse files
authored
closing missing parens
1 parent a1ba35b commit 42ef169

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/DataPipeline.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ modz_ds = cmapm.Pipeline.level4_to_level5(zsrep_file, col_meta_file, landmark_fi
5555

5656
```matlab
5757
% Reproduce provided results
58-
[gex_ds, qnorm_ds, inf_ds, zs_ds_qnorm, zs_ds_inf] = cmapm.Pipeline.process_plate('plate', plate_name, 'raw_path', raw_path, 'map_path', map_path, 'rndseed', fullfile(cmapmpath, 'test_data', 'rndseed.mat');
58+
[gex_ds, qnorm_ds, inf_ds, zs_ds_qnorm, zs_ds_inf] = cmapm.Pipeline.process_plate('plate', plate_name, 'raw_path', raw_path, 'map_path', map_path, 'rndseed', fullfile(cmapmpath, 'test_data', 'rndseed.mat'));
5959
```
6060

6161
### Description of Pipeline Output

0 commit comments

Comments
 (0)