Skip to content

Commit

Permalink
docs: Fix units configuration docs for bam files (#104)
Browse files Browse the repository at this point in the history
Just a quick PR to update the docs for the recent changes from #94.
  • Loading branch information
fxwiegand authored Jul 17, 2024
1 parent 8d9773e commit 9b193dc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ For each unit, provide either of the following:
* The path to two pairead-end FASTQ files in the columns `fq1`, `fq2`.
* The path to a single-end FASTQ file in the column `fq1`.
For single-end data, you also need to specify `fragment_len_mean` and `fragment_len_sd`, which should usually be available from your sequencing provider.
* The path to a single-end BAM file in the column `bam_single`
* The path to a paired-end bam BAM file in the column `bam_paired`

Missing values can be specified by empty columns or by writing `NA`.

Expand Down

0 comments on commit 9b193dc

Please sign in to comment.