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 e5d6d72 commit 8754861
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ flowchart TD
fastq[fastq_dir]
fastq --> performHostFilter(performHostFilter)
composite_ref --> performHostFilter
performHostFilter(performHostFilter) --> normalizeDepth(normalizeDepth)
readTrimming(readTrimming) --> filterResidualAdapters(filterResidualAdapters)
normalizeDepth(normalizeDepth) --> readTrimming(readTrimming)
normalizeDepth(normalizeDepth) --> performHostFilter(performHostFilter)
performHostFilter(performHostFilter) --> readTrimming(readTrimming)
readTrimming(readTrimming) --> filterResidualAdapters(filterResidualAdapters)
filterResidualAdapters --> readMapping(readMapping)
ref --> readMapping(readMapping)
readMapping(readMapping) --> trimPrimerSequences(trimPrimerSequences)
Expand Down

0 comments on commit 8754861

Please sign in to comment.