davidpng / FCS_Database

Program to scrape an FCS directory of metadata
GNU General Public License v3.0
3 stars 2 forks source link

Need to capture in TubeCases table a "reason" for being 'empty' #29

Closed hermands closed 9 years ago

hermands commented 9 years ago

Let's do this before crawling through a lot of data.

davidpng commented 9 years ago

Sure; what were you think of doing? Should we set up categories for failure and log them or do you want to dump the errors into the database directly?

On Mon, Dec 29, 2014 at 1:25 AM, Daniel Herman notifications@github.com wrote:

Let's do this before crawling through a lot of data.

— Reply to this email directly or view it on GitHub https://github.com/davidpng/FCS_Database/issues/29.

hermands commented 9 years ago

I was thinking of capturing the error message (e) and pushing it to the routine that loads empty FCS. Then pushing that error_message to the meta db in TubeCases.

davidpng commented 9 years ago

That sounds reasonable; will there be problems storing such a large message in the database without a priori knowing what the size of the message will be?

On Mon, Dec 29, 2014 at 8:30 AM, Daniel Herman notifications@github.com wrote:

I was thinking of capturing the error message (e) and pushing it to the routine that loads empty FCS. Then pushing that error_message to the meta db in TubeCases.

— Reply to this email directly or view it on GitHub https://github.com/davidpng/FCS_Database/issues/29#issuecomment-68272247 .

hermands commented 9 years ago

no On Dec 29, 2014, at 8:36 AM, David Ng notifications@github.com wrote:

That sounds reasonable; will there be problems storing such a large message in the database without a priori knowing what the size of the message will be?

On Mon, Dec 29, 2014 at 8:30 AM, Daniel Herman notifications@github.com wrote:

I was thinking of capturing the error message (e) and pushing it to the routine that loads empty FCS. Then pushing that error_message to the meta db in TubeCases.

— Reply to this email directly or view it on GitHub https://github.com/davidpng/FCS_Database/issues/29#issuecomment-68272247 .

— Reply to this email directly or view it on GitHub.

Daniel Herman, M.D., Ph.D. Laboratory Medicine Resident, PGY2 Office: (206) 598-0254 Cell: (914) 960-1004 hermands@uw.edu

hermands commented 9 years ago

TubeCases has an 'error_message'