david vilanova wrote:
> Hi,
> I'm importing the following plate information through the plate 
> "384_wells import plate".
> 
> 384_number 384_column 384_row 384_position oligo_id
> plate_1 1 A A1 SEQ12345
> plate_1 2 A A2 SEQ12346
> plate_1 3 A A3 SEQ12347
> 
> The importing works fine but the row letters are converted into strings 
> and +1 is added to the column values.
> 
> For example the row value "A" is converted into 0 and the col value "1" 
> is converted into "0". Is this the expected behaviour ?

Yes. The coordinate system for wells used in BASE is numeric and 
0-based. The import plugin converts the alphanumeric coordinates during 
the import. For example A1 --> 0,0, B2 --> 1,1

> How can i resolve this issus.?
 >
> Also note the the "testfile" option available through the importer does 
> get the values properly without changing anything.

This function doesn't know anything about the meaning of the values. It 
just displays them as they are.

/Nicklas

> 
> thanks ,
> 
> david
> 
> 
> ------------------------------------------------------------------------
> 
> -------------------------------------------------------------------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys - and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> The BASE general discussion mailing list
> basedb-users@lists.sourceforge.net
> unsubscribe: send a mail with subject "unsubscribe" to
> [EMAIL PROTECTED]


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
The BASE general discussion mailing list
basedb-users@lists.sourceforge.net
unsubscribe: send a mail with subject "unsubscribe" to
[EMAIL PROTECTED]

Reply via email to