EGA-archive / ont2cram

Oxford Nanopore HDF/Fast5 to CRAM conversion tool
Apache License 2.0
22 stars 2 forks source link

Working from nested folders #6

Closed mattloose closed 4 years ago

mattloose commented 5 years ago

Nanopore write reads into a variety of sub folders. An entire run will contain fast5_pass, fast5_fail and possibly fast5_skip. As far as I can tell at present ont2cram can only capture individual folders.

There is a gotcha - files in each subfolder share the same basename and then an incremental counter. However the basename is common across all folders. So you end up with up to three files with the same name but containing different data.

Similar folder structures exist for fastq - namely fastq_pass and fastq_fail.

AlexanderVi commented 4 years ago

Fixed in 7d4aff1