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
Add PlotSVCountsPerSample subworkflow to the end of ClusterBatch and FilterBatchSites (#567)
* Update README to link to SV callers used.
* Imported PlotSVCountsPerSample.wdl into ClusterBatch.wdl and FilterBatchSites.wdl. Added the N_IQR_cutoff input to the workflow with a default value of 6 to both wdls. Call PlotSVCountsPerSample as a subworkflow at the end of each workflow, passing the final VCF's as the input and the batch as the prefix. Added the outputs of PlotSVCountsPerSample to the workflows' outputs with unique names. Updated the JSON templates for ClusterBatch and FilterBatchSites in test and terra to include the N_IQR_cuffott input with a value of 6. Then validated ClusterBatch and FilterBatchSites wofkflows with womtool and the Terra validation script, and ran the updated workflows on the ref_panel_1kg test data. There was successful completion and decent outputs.
* integrate PlotSVCountsPerSample into ClusterBatch and FilterBatchSites directly
* integrate PlotSVCountsPerSample into ClusterBatch and FilterBatchSites directly
* fixed issues from miniwdl
* fixed issues from miniwdl
* fixed issues from miniwdl
* fixed issues from miniwdl
* fixed issues from miniwdl
* fixed issues from miniwdl
* fixed issues from miniwdl
* fixed issues from miniwdl
* fixed issues from miniwdl
* fixed issues from miniwdl
* make edits to location of parameters called
* make edits to location of parameters called
---------
Co-authored-by: Kirtana Veeraraghavan <[email protected]>
0 commit comments