JoseBlanca / seq_crumbs

Little sequence file utilities meant to work within Unix pipelines
Other
37 stars 10 forks source link

setup.py errors - Missing doc/links.txt from source download #1

Closed abrenner closed 11 years ago

abrenner commented 11 years ago

While running python setup.py install the script omits errors IOError: [Errno 2] No such file or directory: 'doc/links.txt'.. The folder download from http://bioinf.comav.upv.es/_downloads/seq_crumbs-0.1.6.tar.gz does not contain a links.txt file within the doc folder.

The end result: Exiting due to level-4 (SEVERE) system message.

JoseBlanca commented 11 years ago

Thanks for the report. We didn't catch that problem in our test system. Maybe you're trying to build the docs when you're installing it. Anyway, we've included that missing file in the distribution and we've released a new version 0.1.7. I'm closing the issue, but if the error were not fixed even including the missing file, please reopen it. Thanks again for the report.