ARUP-NGS / BMFtools

Barcoded Molecular Families
MIT License
22 stars 8 forks source link

bmftools dmp: read from multiple fastqs per read #49

Closed dnbaker closed 8 years ago

dnbaker commented 8 years ago

Add capability to work with multiple fastqs, e.g., in the case of HiSeq CASAVA 1.8.*, where fastqs are split by lane.

dnbaker commented 8 years ago

I think this is unnecessary. One can simply <(zcat fqr1_1.fq.gz fqr1_2.fq.gz fqr1_3.fq.gz) <(zcat fqr2_1.fq.gz fqr2_2.fq.gz fqr2_3.fq.gz).

@BrettKennedy