Skip to content

Commit

Permalink
closing missing parens
Browse files Browse the repository at this point in the history
  • Loading branch information
tnat1031 authored May 3, 2017
1 parent a1ba35b commit 42ef169
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/DataPipeline.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ modz_ds = cmapm.Pipeline.level4_to_level5(zsrep_file, col_meta_file, landmark_fi

```matlab
% Reproduce provided results
[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');
[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'));
```

### Description of Pipeline Output
Expand Down

0 comments on commit 42ef169

Please sign in to comment.