-
Notifications
You must be signed in to change notification settings - Fork 1
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
determine the exact output files from the start for complete compatibility #12
Comments
Idea 1: pre-generate all feature list names
Idea 2: use checkpoints
Idea 3: use for loops around the rule
Idea 4: input = output?
Idea 5: adapt enrichmnet_analysis input
Idea 6: Split up the feature list generation per group
|
Goal: Run analyses from rAw/reAds to pathwayZ/enrichmentZ i.e., close the gap between dea_limma/_seurat and enrichment-anlaysis module if explicit pre generation of file names, then Snakemake 8 is required
|
predetermining result names potential problem |
Annotations coming from previous outputs should be copied to the respective config folder. Best practice usage should be working through a project module by module and thereby creating the respective annotation files. Only at the end a ring from A to Z should be possible for rerunning not investigation/exploration. |
from dlaehnemann (Snakemake Dev) on Discord
|
DEA modules with explicit output to enable usage as module with subsequent modules (avoiding missing input exception) e.g., for enrichment analysis as input.
Requires loading all metadata files and explicitly defining final output files using limma /lmfit variable naming scheme.
Pro:
Con
if done, do the same in dea_seurat.
The text was updated successfully, but these errors were encountered: