-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Minor update with notes for catalog v2 integration
- Loading branch information
1 parent
abdcfac
commit bdb85c9
Showing
2 changed files
with
20 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
It would be good to merge "v2" style catalog creation with v3 style, | ||
so that discovery needs to take place just once. Right now the code | ||
has support for this at a lower level, but upper level scripts make this | ||
difficult (e.g., hard coded catalog output filename). | ||
|
||
To make this work, need to run discovery and catalog scripts independently. | ||
Specifically, discovery creates per-case aliquot, read group, etc. data | ||
|
||
Catalog2 creation creates per-case catalog2 files, and then merges them to create final v2 catalog | ||
Catalog3 creation creates per-case catalog3 files, and creates final v3 catalog | ||
|
||
Continue this work on branch TCGA. Make sure latest revisions are brought over from | ||
v2 branch |