hillst / DeMi

1 stars 0 forks source link

Parameterize and wrap the demultiplexing code #2

Open hillst opened 7 years ago

hillst commented 7 years ago

The reading of data (from fastqs/barcode files, whatever) should be decoupled from the main unit of work (demultiplexing). Using the generator your wrote for FASTQs, write a method that accepts a fastq record and barcode collection that returns a barcode assignment

rafischulman commented 7 years ago

Last step: help message and kick out with wrong arguments

hillst commented 7 years ago

Switch to the argparse module in python

rafischulman commented 7 years ago

Last step before closing this: switch to argparse

rafischulman commented 7 years ago

Started implementing argparse, need to finish. Add optional argument: len of cutsite report. It should have default.