Closed anoronh4 closed 1 month ago
https://github.com/mskcc/tempo/blob/2ea61ff7e0012112426df3d35a03ca4879024e14/modules/process/Facets/DoFacetsPreviewQC.nf#L24
the DoFacetsPreviewQC module copies the facets_qc.txt and only publishes the copy. This file is not recognized by Facets Preview
DoFacetsPreviewQC
facets_qc.txt
Also facets_manifest.txt should ideally be generated for ease of use with facets preview, although i'm not sure how to generate that.
facets_manifest.txt
Addressed this issue in facets preview. Facets preview will now accept any file that contains facets_qc.txt as part of its file name.
https://github.com/mskcc/tempo/blob/2ea61ff7e0012112426df3d35a03ca4879024e14/modules/process/Facets/DoFacetsPreviewQC.nf#L24
the
DoFacetsPreviewQC
module copies thefacets_qc.txt
and only publishes the copy. This file is not recognized by Facets PreviewAlso
facets_manifest.txt
should ideally be generated for ease of use with facets preview, although i'm not sure how to generate that.