aryarm / varCA

Use an ensemble of variant callers to call variants from ATAC-seq data
MIT License
23 stars 7 forks source link

output figures in a snakemake report #7

Open aryarm opened 4 years ago

aryarm commented 4 years ago

The classify pipeline creates several figures as part of its output. Snakemake has a report() function for marking these figures as such. Consider using it.

That way, the user could have the option of whether to generate the plots (rather than making them required outputs at the end of the classify pipeline). And, we could keep them in a nice, tidy HTML file for them to peruse whenever they're trying to test a trained model.