This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
wget -nc http://cellorganizer.org/Downloads/v2.0/cellorganizer_v2.2.zip | |
wget -nc http://cellorganizer.org/mmbios/2015/bafilModelsForMMBIOS.zip | |
wget -nc http://cellorganizer.org/mmbios/2015/cell1.xml | |
if [ -f cellorganizer_v2.2.zip ]; then | |
unzip -o cellorganizer_v2.2.zip |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
echo "*********************" | |
echo "* LICENSE AGREEMENT *" | |
echo "*********************" | |
echo "All data downloaded from the Murphy Lab web site (http://murphylab.web.cmu.edu) remain the property of the | |
Murphy" | |
echo "Lab. You are granted a non-exclusive license to use these images for non-commercial, research purposes, with the" | |
echo "following conditions: (a) you agree to include a reference to" | |
echo "" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
patterns = { 'nuc', 'endo', 'mit', 'lyso' }; | |
for i=1:length(patterns) | |
pattern = patterns{i}; | |
disp( pattern ); | |
mkdir(pattern); | |
files = dir( '*.tif' ); | |
for j=1:1:length(files) | |
file = files(j).name; | |
disp( [ 'Opening ' file ] ); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
########################################### | |
# REMEMBER TO SET UP THE VARIABLE $OPTION # | |
########################################### | |
find . -name "*lock*" -exec rm -f {} \; | |
OPTION=$1 | |
echo "help demo3D12; | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
echo "*********************" | |
echo "* LICENSE AGREEMENT *" | |
echo "*********************" | |
echo "All data downloaded from the Murphy Lab web site (http://murphylab.web.cmu.edu) remain the property of the | |
Murphy" | |
echo "Lab. You are granted a non-exclusive license to use these images for non-commercial, research purposes, with the" | |
echo "following conditions: (a) you agree to include a reference to" | |
echo "" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
echo "*********************" | |
echo "* LICENSE AGREEMENT *" | |
echo "*********************" | |
echo "All data downloaded from the Murphy Lab web site (http://murphylab.web.cmu.edu) remain the property of the | |
Murphy" | |
echo "Lab. You are granted a non-exclusive license to use these images for non-commercial, research purposes, with the" | |
echo "following conditions: (a) you agree to include a reference to" | |
echo "" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
echo "*********************" | |
echo "* LICENSE AGREEMENT *" | |
echo "*********************" | |
echo "All data downloaded from the Murphy Lab web site (http://murphylab.web.cmu.edu) remain the property of the | |
Murphy" | |
echo "Lab. You are granted a non-exclusive license to use these images for non-commercial, research purposes, with the" | |
echo "following conditions: (a) you agree to include a reference to" | |
echo "" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
echo "*********************" | |
echo "* LICENSE AGREEMENT *" | |
echo "*********************" | |
echo "All data downloaded from the Murphy Lab web site (http://murphylab.web.cmu.edu) remain the property of the | |
Murphy" | |
echo "Lab. You are granted a non-exclusive license to use these images for non-commercial, research purposes, with the" | |
echo "following conditions: (a) you agree to include a reference to" | |
echo "" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
echo "*********************" | |
echo "* LICENSE AGREEMENT *" | |
echo "*********************" | |
echo "All data downloaded from the Murphy Lab web site (http://murphylab.web.cmu.edu) remain the property of the | |
Murphy" | |
echo "Lab. You are granted a non-exclusive license to use these images for non-commercial, research purposes, with the" | |
echo "following conditions: (a) you agree to include a reference to" | |
echo "" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
echo "*********************" | |
echo "* LICENSE AGREEMENT *" | |
echo "*********************" | |
echo "All data downloaded from the Murphy Lab web site (http://murphylab.web.cmu.edu) remain the property of the | |
Murphy" | |
echo "Lab. You are granted a non-exclusive license to use these images for non-commercial, research purposes, with the" | |
echo "following conditions: (a) you agree to include a reference to" | |
echo "" |