Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jethror1 committed Nov 2, 2023
1 parent d67846f commit 708e774
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,20 +40,20 @@ This outputs the full TSO500 local app, including all analysis files and interme
| Field | Type | Path | Notes |
|--------------------- |------- |--------------------------------------------------------- |-------------------------------------------------------------- |
| `fastqs` | FASTQ | `/DemultiplexOutput/Logs_Intermediates/FastqGeneration` | The FASTQs as output from bclconvert |
| `dna_bams` | BAM | `/Analysis/*/Logs_Intermediates/StitchedRealigned/` | The 'final' BAM file upon which variant calling is performed |
| `dna_bam_index` | BAI | `/Analysis/*/Logs_Intermediates/StitchedRealigned/` | Index of the above BAM |
| `rna_bam` | BAM | `/Analysis/*/Logs_Intermediates/RnaAlignment/*` | Downsampled and trimmed BAM aligned by STAR aligner |
| `rna_bam_index` | BAI | `/Analysis/*/Logs_Intermediates/RnaAlignment/*` | Index of the above BAM |
| `dna_bams` | BAM | `/Analysis/*/Logs_Intermediates/StitchedRealigned/` | The 'final' BAM files upon which variant calling is performed |
| `dna_bam_index` | BAI | `/Analysis/*/Logs_Intermediates/StitchedRealigned/` | Index of the above BAMs |
| `rna_bam` | BAM | `/Analysis/*/Logs_Intermediates/RnaAlignment/*` | Downsampled and trimmed BAMs aligned by STAR aligner |
| `rna_bam_index` | BAI | `/Analysis/*/Logs_Intermediates/RnaAlignment/*` | Index of the above BAMs |
| `msi_metrics` | JSON | `/Analysis/*/Logs_Intermediates/Msi/*` | MSI metrics in JSON format |
| `tmb_metrics` | JSON | `/Analysis/*/Logs_Intermediates/Tmb/*` | TMB metrics in JSON format |
| `fusions` | CSV | `/Results/Results/*/*` | CSV of all identified fusions from RNA analysis |
| `small_variant_annotation` | JSON | `/Results/Results/*/*` | Annotated variant JSON |
| `fusions` | CSV | `/Results/Results/*/*` | CSVs of all identified fusions from RNA analysis |
| `small_variant_annotation` | JSON | `/Results/Results/*/*` | Annotated variants in JSON |
| `splice_variant_annotation` | JSON | `/Results/Results/*/*` | Annotated splice variants from RNA analysis in JSON |
| `cvo` | TSV | `/Results/Results/*/*` | CombinedVariantOutput TSV file |
| `cvo` | TSV | `/Results/Results/*/*` | CombinedVariantOutput TSV files |
| `metricsOutput` | TSV | `/Results/Results/` | Final MetricsOutput TSV file for the run |
| `cnv_vcfs` | VCF | `/Results/Results/*/*` | Final CNV VCF from Results directory |
| `gvcfs` | VCF | `/Results/Results/*/*` | Genome VCF from the merging step |
| `splice_variants_vcf` | VCF | `/Results/Results/*/*` | VCF of splice variants from RNA analysis |
| `cnv_vcfs` | VCF | `/Results/Results/*/*` | Final CNV VCFs from Results directory |
| `gvcfs` | VCF | `/Results/Results/*/*` | Genome VCFs from the merging step |
| `splice_variants_vcf` | VCF | `/Results/Results/*/*` | VCFs of splice variants from RNA analysis |



Expand Down

0 comments on commit 708e774

Please sign in to comment.