Skip to content
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

Metagenomic unifrac #22

Closed
wants to merge 27 commits into from
Closed

Metagenomic unifrac #22

wants to merge 27 commits into from

Conversation

wasade
Copy link
Member

@wasade wasade commented Aug 17, 2017

Depends on #20

@wasade
Copy link
Member Author

wasade commented Aug 21, 2017

@ElDeveloper conflicts resolved

@wasade
Copy link
Member Author

wasade commented Aug 21, 2017

...I don't understand why its showing conflicts still? I do not see these locally...

@ElDeveloper
Copy link
Member

ElDeveloper commented Aug 21, 2017 via email

@wasade
Copy link
Member Author

wasade commented Aug 21, 2017 via email

@wasade
Copy link
Member Author

wasade commented Aug 21, 2017

(qiime2-2017.6) 12:08:04 (mcdonadt@codinator):q2-state-unifrac@master$ git pull origin master
From github.com:wasade/q2-state-unifrac
 * branch            master     -> FETCH_HEAD
Already up-to-date.
(qiime2-2017.6) 12:20:55 (mcdonadt@codinator):q2-state-unifrac@master$ git checkout meta
Switched to branch 'meta'
(qiime2-2017.6) 12:20:58 (mcdonadt@codinator):q2-state-unifrac@meta$ git merge master
Already up-to-date.
(qiime2-2017.6) 12:21:03 (mcdonadt@codinator):q2-state-unifrac@meta$ git pull origin master
From github.com:wasade/q2-state-unifrac
 * branch            master     -> FETCH_HEAD
Already up-to-date.

# a "conflicted" file
(qiime2-2017.6) 12:21:10 (mcdonadt@codinator):q2-state-unifrac@meta$ cat q2_state_unifrac/__init__.py
# ----------------------------------------------------------------------------
# Copyright (c) 2016-2017, QIIME 2 development team.
#
# Distributed under the terms of the Modified BSD License.
#
# The full license is in the file LICENSE, distributed with this software.
# ----------------------------------------------------------------------------

import pkg_resources

from q2_state_unifrac._methods import (unweighted,
                                       weighted_normalized,
                                       weighted_unnormalized,
                                       generalized, meta)


__version__ = pkg_resources.get_distribution('q2-state-unifrac').version
__all__ = ['unweighted', 'weighted_normalized', 'weighted_unnormalized',
           'generalized', 'meta']

@wasade
Copy link
Member Author

wasade commented Aug 21, 2017

also:

(qiime2-2017.6) 12:21:16 (mcdonadt@codinator):q2-state-unifrac@meta$ git pull origin meta
From github.com:wasade/q2-state-unifrac
 * branch            meta       -> FETCH_HEAD
Already up-to-date.

@ElDeveloper
Copy link
Member

Closing this in favor of #24

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