Add the whole blog
This commit is contained in:
parent
0d2f58ce7a
commit
c4f23c1529
418 changed files with 15708 additions and 0 deletions
|
@ -0,0 +1,20 @@
|
|||
---
|
||||
author: einar
|
||||
categories:
|
||||
- General
|
||||
- Science
|
||||
comments: true
|
||||
date: "2006-01-26T20:40:09Z"
|
||||
header:
|
||||
image_fullwidth: banner_other.jpg
|
||||
slug: badly-written-software-or-policy
|
||||
title: Badly written software, or policy?
|
||||
disable_share: true
|
||||
wordpress_id: 31
|
||||
---
|
||||
|
||||
Today while working I got stuck in what probably is an intentional flaw of the software we're using. When we scan [Affymetrix](http://www.affymetrix.com)'s GeneChips there are a number of files produced by the GeneChip Operating Software (GCOS in short) including raw acquisition images and various analyses. Now, a certain number of people need to use those data to work (including myself), but I don't want people to fiddle on the scanner workstation unless they know what they're doing. So I bought a network hard drive a week ago and I decided to sync the data from the workstation to the network drive. Affymetrix has a proprietary solution to access data in a centralized fashion, but it costs € 65,000, plus the MS SQL2000 Enterprise Edition license and not including the actual server machine! They also have a stand alone tool (Data Transfer Tool) but it doesn't support unattended operations (obviously). I thought by copying over files and using one mode of operation of this software to transfer data to the other machines (some data are stored in a database, that's why you can't just copy the flles over).
|
||||
|
||||
I was wrong because the software "detected" the type of files and refused to proceed further. I really wanted to put an unattended sync from the scanner to the network drive, but it's impossible now. I need to manually make special archive files and then copy them over.
|
||||
|
||||
Poor programming practice, or vested interests in selling the server class product?
|
Loading…
Add table
Add a link
Reference in a new issue