You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Jupyter notebooks contain segmented python scripts with their outputs. Currently, they are used for many analysis steps for which simple scripts are better suited. Ideally, they should be reserved for plotting and quality control, and elsewhere replaced with scripts.
The text was updated successfully, but these errors were encountered:
A possible path forwards for this could be to take individual functions that are typically run from the jupyter notebook and package the functions into another container. For instance, we could make a new freebayes app that calls the freebayes caller script.
We could then generate apps for other commonly used functions like the vcf_to_tables function or the repool function.
Jupyter notebooks contain segmented python scripts with their outputs. Currently, they are used for many analysis steps for which simple scripts are better suited. Ideally, they should be reserved for plotting and quality control, and elsewhere replaced with scripts.
The text was updated successfully, but these errors were encountered: