arq5x / poretools

a toolkit for working with Oxford nanopore data
MIT License
239 stars 90 forks source link

poretools not following symolic links... #166

Open nickschurch opened 6 years ago

nickschurch commented 6 years ago

I have a directory A and within it symbolic links for data directories B & C, both of which contain the standard fast5 output directories. Running poretools fastq --type all A/ doesn't recurse into B or C and doesn't find any of the files.

Running poretools fastq --type all B/ or poretools fastq --type all C/ works fine.