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
But note that later steps in the pipeline will need a version of this data that is processed up to that point in the pipeline. So we will need to work on these functions sequentially.
General approach
Take each Rmd linked above, and try to make functions to automate as much of the steps as possible.
Add software dependency items to the Docker image as they are needed.
Additional goals as we are functionalizing.
Minimize software dependencies as much as possible
Look for places where customizations and options may be needed this includes but are not limited to:
parameter changes
different data structures
different annotations needed
The text was updated successfully, but these errors were encountered:
Issue Description
First we need to functionalize all of the steps from https://github.com/FredHutch/GI_mapping/tree/main/workflow/scripts
Input data
We will be building the pipeline to work on this dataset first:
PP_pgPEN_HeLa_counts.txt
But note that later steps in the pipeline will need a version of this data that is processed up to that point in the pipeline. So we will need to work on these functions sequentially.
General approach
Additional goals as we are functionalizing.
The text was updated successfully, but these errors were encountered: