Skip to content

Fix analysis tests #1106

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

Merged
merged 17 commits into from
Apr 28, 2015
Merged

Conversation

josenavas
Copy link
Contributor

Built on top of #1099

The test database was incomplete. We were missing the prep template file and the qiime mapping file for the prep template that was already in the database. I've added those and I fixed the tests for the analysis object.

After this PR, all tests in the qiita_db folder should be passing. However, there will be still some errors on qiita_ware, which I will fix in another PR.

@josenavas josenavas added this to the Alpha 0.1 milestone Apr 25, 2015
@josenavas josenavas mentioned this pull request Apr 25, 2015
@josenavas
Copy link
Contributor Author

just pushed from upstream

@ElDeveloper
Copy link
Contributor

Thanks @josenavas, I'm gonna start reviewing right now. @squirrelo, quick reminder that you should also review this one.


# write mapping file out
if len(samples) != len(set(samples)):
duplicates = [s for s in samples if samples.count(s) > 1]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done!

@ElDeveloper
Copy link
Contributor

@josenavas, this looks in really good shape.

@squirrelo
Copy link
Contributor

Good to go after @ElDeveloper comments addressed.

@josenavas
Copy link
Contributor Author

Ready for another round!

@ElDeveloper
Copy link
Contributor

Thanks @josenavas

ElDeveloper added a commit that referenced this pull request Apr 28, 2015
@ElDeveloper ElDeveloper merged commit b604ae1 into qiita-spots:relax-md-req Apr 28, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants