Skip to content

Commit

Permalink
Update download_all_data.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
gregjohnso committed Dec 17, 2018
1 parent 136c24c commit eb76e47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/paper/download_all_data.sh
@@ -1,6 +1,6 @@
mkdir ./data

declare -a arr=("beta_actin" "myosin_iib" "membrane_caax_63x" "desmoplakin" "sec61_beta", "st6gal1", "fibrillarin", "lamin_b1", "dic_lamin_b1" "alpha_tubulin" "tom20" "zo1" "timelapse_wt2_s2")
declare -a arr=("beta_actin" "myosin_iib" "membrane_caax_63x" "desmoplakin" "sec61_beta" "st6gal1" "fibrillarin" "lamin_b1" "dic_lamin_b1" "alpha_tubulin" "tom20" "zo1" "timelapse_wt2_s2")

for i in "${arr[@]}"
do
Expand Down

0 comments on commit eb76e47

Please sign in to comment.