Skip to content

Commit

Permalink
Fix link in DemuxFastqs.scala (#938)
Browse files Browse the repository at this point in the history
Fix markdown syntax
  • Loading branch information
PeteHaitch authored Sep 25, 2023
1 parent 2af51ac commit 4c1917b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/com/fulcrumgenomics/fastq/DemuxFastqs.scala
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ object DemuxFastqs {
|If multiple FASTQs are present for each sub-read, then the FASTQs for each sub-read should be concatenated together
|prior to running this tool (ex. `cat s_R1_L001.fq.gz s_R1_L002.fq.gz > s_R1.fq.gz`).
|
|(Read structures)[https://github.com/fulcrumgenomics/fgbio/wiki/Read-Structures] are made up of `<number><operator>`
|[Read structures](https://github.com/fulcrumgenomics/fgbio/wiki/Read-Structures) are made up of `<number><operator>`
|pairs much like the `CIGAR` string in BAM files. Four kinds of operators are recognized:
|
|1. `T` identifies a template read
Expand Down

0 comments on commit 4c1917b

Please sign in to comment.