diff --git a/app/scripts/files/files.controllers.ts b/app/scripts/files/files.controllers.ts index 08b7c9a17..2f2e86634 100755 --- a/app/scripts/files/files.controllers.ts +++ b/app/scripts/files/files.controllers.ts @@ -33,12 +33,12 @@ module ngApp.files.controllers { CoreService.setPageTitle("File", file.file_name); var toDisplayLogic = { - 'Raw Sequencing Data': ['workflow', 'referenceGenome', 'readGroup', 'downstreamAnalysis'], - 'Transcriptome Profiling': ['workflow', 'referenceGenome', 'downstreamAnalysis'], - 'Simple Nucleotide Variation': ['workflow', 'referenceGenome', 'downstreamAnalysis'], - 'Copy Number Variation': ['workflow', 'referenceGenome', 'downstreamAnalysis'], - 'Structural Rearrangement': ['workflow', 'referenceGenome', 'downstreamAnalysis'], - 'DNA Methylation': ['workflow', 'referenceGenome', 'downstreamAnalysis'], + 'Raw Sequencing Data': ['analysis', 'referenceGenome', 'readGroup', 'downstreamAnalysis'], + 'Transcriptome Profiling': ['analysis', 'referenceGenome', 'downstreamAnalysis'], + 'Simple Nucleotide Variation': ['analysis', 'referenceGenome', 'downstreamAnalysis'], + 'Copy Number Variation': ['analysis', 'referenceGenome', 'downstreamAnalysis'], + 'Structural Rearrangement': ['analysis', 'referenceGenome', 'downstreamAnalysis'], + 'DNA Methylation': ['analysis', 'referenceGenome', 'downstreamAnalysis'], 'Clinical': [], 'Biospecimen': [] } diff --git a/app/scripts/files/templates/file.html b/app/scripts/files/templates/file.html index 1192dbc52..2aa8b4e53 100755 --- a/app/scripts/files/templates/file.html +++ b/app/scripts/files/templates/file.html @@ -166,21 +166,21 @@
Data Category | Data Type | Data Format | -Analysis Workflow | +Analysis workflow | File Size | Action |
---|