Skip to content

Conversation

@josenavas
Copy link
Contributor

I removed scikit-bio's dependency by copying here the code that was used in scikit-bio 0.2.3. I've also adapted the needed code to work with Python 3.

We can potentially improve the code and the speed of the code here if we make the code less general. At this moment, this code is expecting a split libraries output from Qiime 1, so it is not a general FASTQ format. Given this, we may be able to speed up the parsers if we assume that the FASTQ are 4 lines per sequence. However, the amount of code copied over is significant, and I was uncomfortable doing all this optimizations at this moment.

@antgonza antgonza merged commit d27fd4e into qiita-spots:master Oct 10, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants