Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Should check for sample abundance rather than sample_alt_id #1

Open
timothyjlaurent opened this issue Jan 3, 2014 · 0 comments
Open

Comments

@timothyjlaurent
Copy link

Problem

must use --reload to re-run samples that whose runs have failed for some reason.

Proposed solution

--reload should still 'rerun' a sample but you could check for existence of sample_alt_id joined with the abundance table and not require reload to 'rerun' these.
This could enable batching of sample runs and without the risk of re analyzing data.

select sample_alt_id from abundances join samples on abundances.sample_id =
 samples.sample_id and sample_alt_id = $sample;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant