Skip to content

Commit 86abc78

Browse files
committed
use uBAM in docs and provide link to explanation
1 parent e4bab5c commit 86abc78

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ The processing and quantification described here was performed using a publicly
6565

6666
# 🚀 Features
6767
- Processing (`results/`)
68-
- Alignment of both single-end and paired-end reads in raw/unaligned BAM format with Bowtie2.
68+
- Alignment of both single-end and paired-end reads in raw/unaligned/unmapped [uBAM](https://gatk.broadinstitute.org/hc/en-us/articles/360035532132-uBAM-Unmapped-BAM-Format) format with Bowtie2.
6969
- Filtering using `samtools view` can be configured using [SAM Flags](https://broadinstitute.github.io/picard/explain-flags.html) (`SAM_flag`).
7070
- Peak calling with `MACS2`.
7171
- Duplicate handling can be configured using `macs2_keep_dup`.

config/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ You need one configuration file and one annotation file to run the complete work
66
- annotation.csv: CSV file consisting of one technical sequencing unit per row (i.e., one sample can include multiple sequencing units, hence mutliple rows) and 4 mandatory columns:
77
- sample_name (first column!)
88
- read_type: "single" or "paired".
9-
- bam_file: path to the raw/unaligned BAM file.
9+
- bam_file: path to the raw/unaligned/unmapped [uBAM](https://gatk.broadinstitute.org/hc/en-us/articles/360035532132-uBAM-Unmapped-BAM-Format) file.
1010
- pass_qc: number between 0 (not used for downstream steps e.g., quantification) and 1. Every sample with pass_qc>0 is included in the downstream quantification and annotation steps.
1111
- (optional) additional sample metadata columns can be added and indicated for inclusion in the report.
1212

0 commit comments

Comments
 (0)