Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dfornika authored Oct 14, 2022
1 parent 8754861 commit 2888143
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ flowchart TD
primers[primer.bed]
primer_pairs[primer_pairs.tsv]
fastq[fastq_dir]
fastq --> performHostFilter(performHostFilter)
fastq --> normalizeDepth(normalizeDepth)
composite_ref --> performHostFilter
normalizeDepth(normalizeDepth) --> performHostFilter(performHostFilter)
performHostFilter(performHostFilter) --> readTrimming(readTrimming)
Expand Down

0 comments on commit 2888143

Please sign in to comment.