rsgalloway / pyseq

Compressed sequence string module for Python
https://pyseq.rsgalloway.com/
Other
123 stars 36 forks source link

pyseq.walk sets item.path to current directory, not root #37

Closed broganross closed 7 years ago

broganross commented 7 years ago

When pyseq.walk calls get_sequences it just hands off the file names not the full file path. get_sequences converts the file names into Items which abspaths the file name. Easy fix should be to join the file names to root directory in walk.