Skip to content

Latest commit

 

History

History
16 lines (16 loc) · 402 Bytes

order of operations.md

File metadata and controls

16 lines (16 loc) · 402 Bytes
  • io-worker:
    • parse FASTQ
    • put reads into channel
  • processing worker
    • align 3p linker
    • test isContaminant?
    • if yes:
      • align again
      • test again
    • if no:
      • put final read in read structure
      • put into output channel
  • io-worker
    • take final read structure:
      • extract data and write to file
      • extract data and write to file