Skip to content

Commit

Permalink
Merge pull request #6 from AllenInstitute/yilinzhao
Browse files Browse the repository at this point in the history
Update MERFISHProbeDesign.m
  • Loading branch information
yilinzhao1615 authored Feb 13, 2020
2 parents cd6b9e9 + efa1547 commit ffcde27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion probe_construction/MERFISHProbeDesign.m
Original file line number Diff line number Diff line change
Expand Up @@ -983,7 +983,7 @@ function MERFISHProbeDesign(varargin)
genenames={targetRegions.geneName}';
geneids={targetRegions.id}';
numRegions={targetRegions.numRegions}';
writetable(table(genenames,geneids,numRegions),[analysisSavePath 'targetRegionsHuman.csv'],'WriteRowNames',false)
writetable(table(genenames,geneids,numRegions),[analysisSavePath 'targetRegions.csv'],'WriteRowNames',false)
%% ------------------------------------------------------------------------
% Step 2: Compile the library
% The target regions designed above will be compiled into template
Expand Down

0 comments on commit ffcde27

Please sign in to comment.