From fbbdca375e86c22ad9bbb6ae703130a7765e3502 Mon Sep 17 00:00:00 2001 From: Diane Trout Date: Sat, 7 Mar 2009 00:54:50 +0000 Subject: [PATCH] Lorian asked that the library size default to 225 when porting from our old database --- docs/conv_caltech_v0.1_to_htsw.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conv_caltech_v0.1_to_htsw.py b/docs/conv_caltech_v0.1_to_htsw.py index ed80943..e69d9fa 100644 --- a/docs/conv_caltech_v0.1_to_htsw.py +++ b/docs/conv_caltech_v0.1_to_htsw.py @@ -142,7 +142,7 @@ select library_id,library_id,library_name,library_species_id, 0, 1, 1, 1, 1, made_by,creation_date, made_for,stopping_point,amplified_from_sample_id, undiluted_concentration,ten_nM_dilution,successful_pM, - 0,notes from fctracker_library;'''); + 225,notes from fctracker_library;'''); # mark gel isolates as "hidden" c.execute('''update samples_library set hidden=1 -- 2.30.2