1 | | When the Variant calling pipeline has been fully implemented (#1199), we also need to update the release exporter plug-in to export some of the data. Details are not yet available. |
| 1 | When the Variant calling pipeline has been fully implemented (#1199), we also need to update the release exporter plug-in to export some of the data. |
| 2 | |
| 3 | Most annotations from the `VariantCall` raw bioassay should be exported: |
| 4 | |
| 5 | * `VariantsPassedFilter` |
| 6 | * All `MutationSignatureXX` annotations |
| 7 | * All `GENE_Variants` annotations |
| 8 | * And also some common techincal annotations: `Pipeline`, `DataFilesFolder`, `Software` |
| 9 | |
| 10 | We should also export annotations from the Alignment: |
| 11 | |
| 12 | * `CallableBases` |
| 13 | * `VariantsRaw` |
| 14 | |
| 15 | Files: |
| 16 | * `variants-filtered.vcf` |
| 17 | * `variants-annotated.vcf.gz` |
| 18 | |
| 19 | |