MicroHapulator generates numerous data files, analysis results, and statistics to facilitate interpretation. The space required to store these files can reach into the dozens of gigabytes for a sufficiently large run.
In this PR, I've modified the workflow and the working directory structure to enable a practical and more easily-shared report directory. In short:
the report.html and marker-details-report.html files are now written to a new dedicated report/ directory
all .png image files are copied to this directory as a final step of the Snakemake workflow
Bootstrap CSS and Jquery JavaScript files are now bundled with MicroHapulator and copied to the report/ directory so it will render correctly even without an internet connection
To share, just zip the report/ file and send!
[x] Changes are clearly described above
[x] Any relevant issue threads are referenced in the description
[x] Any new features are tested (see the development manual for details)
MicroHapulator generates numerous data files, analysis results, and statistics to facilitate interpretation. The space required to store these files can reach into the dozens of gigabytes for a sufficiently large run.
In this PR, I've modified the workflow and the working directory structure to enable a practical and more easily-shared report directory. In short:
report.html
andmarker-details-report.html
files are now written to a new dedicatedreport/
directory.png
image files are copied to this directory as a final step of the Snakemake workflowreport/
directory so it will render correctly even without an internet connectionTo share, just zip the
report/
file and send!