-
Notifications
You must be signed in to change notification settings - Fork 17
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
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@ElDeveloper conflicts resolved |
...I don't understand why its showing conflicts still? I do not see these locally... |
When you click on the "Resolve Conflicts" button on the web UI, do you
see any of those locally?
…On (Aug-21-17|19:06), Daniel McDonald wrote:
...I don't understand why its showing conflicts still? I do not see these locally...
--
You are receiving this because you were mentioned.
Reply to this email directly or view it on GitHub:
#22 (comment)
|
Nope
On Mon, Aug 21, 2017 at 12:10 PM, Yoshiki Vázquez Baeza <
[email protected]> wrote:
… When you click on the "Resolve Conflicts" button on the web UI, do you
see any of those locally?
On (Aug-21-17|19:06), Daniel McDonald wrote:
> ...I don't understand why its showing conflicts still? I do not see
these locally...
>
> --
> You are receiving this because you were mentioned.
> Reply to this email directly or view it on GitHub:
> #22
issuecomment-323825339
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#22 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAc8svS7i8oBpAicrY_S_sWf28gMlseBks5sadYfgaJpZM4O6l_x>
.
|
(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'] |
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. |
Closing this in favor of #24 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Depends on #20