-
Notifications
You must be signed in to change notification settings - Fork 3
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
meta issue for high-level error checking #110
Comments
I think in the Not sure yet how to check if something has already been run (e.g. trimmomatic). Maybe don't check, but add a |
the To get around this, maybe we instead create input/output categories that go in each something like this?
|
see #103 (comment) for initial motivation --
I think we need a modular way to do high-level correctness checking.
e.g.,
quantify
is run, either some assembly thingy needs to be specified OR a reference transcriptome needs to be providedgene_trans_map
is true, the gene trans map file should existget_data
target assumes input data is gzipped. #30I don't think
run_eelpond
should have this error checking in it directly, tho! Maybe we could put in something that when a particular rule file is included, it has some high level checks that it runs, or maybe that should be connected in some way to the higher level workflows mentioned inpipeline_defaults.yaml
?The text was updated successfully, but these errors were encountered: