HumanCellAtlas / secondary-analysis

Secondary Analysis Service of the Human Cell Atlas Data Coordination Platform
https://pipelines.data.humancellatlas.org/ui/
BSD 3-Clause "New" or "Revised" License
3 stars 2 forks source link

Add the script for debugging inconsistent bundle lists. #835

Closed rexwangcc closed 5 years ago

rexwangcc commented 5 years ago

Purpose

Changes

Review Instructions

samanehsan commented 5 years ago

I think this script could live in the run_analysis directory since it helps us identify which bundles we need to re-send to Lira for analysis. And then, you could import any functions that are already in utils.py like format_bundle and get_bundles

rexwangcc commented 5 years ago

Based on an offline discussion, moving the script under run_analysis will require updating the Cromwell-tools version the other script is using, and should not block this script from merging in. I will do that in a follow-up PR.