diff --git a/README.md b/README.md index 6d25113..ee45c64 100644 --- a/README.md +++ b/README.md @@ -123,8 +123,10 @@ results/ │ ├── map-to-remove/ │ │ ├── .mapped.fastq.gz │ │ ├── .unmapped.fastq.gz -│ │ ├── .mapped.bam -│ │ ├── .unmapped.bam +│ │ ├── .sorted.bam +│ │ ├── .sorted.bam.bai +│ │ ├── .sorted.flagstat.txt +│ │ ├── .sorted.idxstats.tsv │ │ ├── strict-dcs/ │ │ │ ├── .no-dcs.bam │ │ │ ├── .true-dcs.bam @@ -132,18 +134,22 @@ results/ │ │ └── soft-clipped/ │ │ ├── .soft-clipped.bam │ │ └── .passed-clipped.bam -│ └── map-to-keep/ -│ ├── .mapped.fastq.gz -│ ├── .unmapped.fastq.gz -│ ├── .mapped.bam -│ ├── .unmapped.bam -│ ├── strict-dcs/ -│ │ ├── .no-dcs.bam -│ │ ├── .true-dcs.bam -│ │ └── .false-dcs.bam -│ └── soft-clipped/ -│ ├── .soft-clipped.bam -│ └── .passed-clipped.bam +│ ├── map-to-keep/ +│ │ ├── .mapped.fastq.gz +│ │ ├── .unmapped.fastq.gz +│ │ ├── .sorted.bam +│ │ ├── .sorted.bam.bai +│ │ ├── .sorted.flagstat.txt +│ │ ├── .sorted.idxstats.tsv +│ │ ├── strict-dcs/ +│ │ │ ├── .no-dcs.bam +│ │ │ ├── .true-dcs.bam +│ │ │ └── .false-dcs.bam +│ │ └── soft-clipped/ +│ │ ├── .soft-clipped.bam +│ │ └── .passed-clipped.bam +| ├── host.fa.fai +| └── host.fa.gz ├── logs/*.html └── qc/multiqc_report.html ``` @@ -152,6 +158,10 @@ The most important files you are likely interested in are `results/clean/