-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
recurrent access still unsolved in the github version #174
Comments
SideNote: after updating conda I get some warnings. my command:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I open this case last year (#155) but after a fresh install today notice that the recursive access to the subfolders of fast5 is not working for me.
My only fix was to create a folder with symlinks to the 500000 fast5 files which took time and is not really efficient.
My installed version using pip and or git and python ./setup.py install is 0.6.0 while the conda version is 0.6.1a1
I uninstalled with pip and installed with conda which returns 0.6.0 with --version BUT does the recursive search with a command like (fast5 being a folder of folders with no .fast5 in the base level)
poretools yield_plot --quiet --theme-bw --plot-type reads ./fast5 --saveas yield_plot.png
Is it possible that the git version (here) be outdated?
Thanks for looking into this
Stephane
PS: unless some old version is over-seeding the fresh install!!
The text was updated successfully, but these errors were encountered: