Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: pnnl/hundo
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.2.5
Choose a base ref
...
head repository: pnnl/hundo
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 6 commits
  • 3 files changed
  • 2 contributors

Commits on Jul 8, 2019

  1. bump blast to 2.9.0

    colinbrislawn authored Jul 8, 2019

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    7d41b84 View commit details
  2. 1
    Copy the full SHA
    42574f4 View commit details

Commits on Aug 5, 2019

  1. pins multiple python packages

    brwnj committed Aug 5, 2019
    Copy the full SHA
    a1e6b09 View commit details
  2. updates versions

    brwnj committed Aug 5, 2019
    Copy the full SHA
    c3fa596 View commit details
  3. bumps version

    brwnj committed Aug 5, 2019
    Copy the full SHA
    ea50608 View commit details

Commits on Aug 8, 2019

  1. Update setup.py

    brwnj authored Aug 8, 2019
    Copy the full SHA
    fecb33e View commit details
Showing with 9 additions and 7 deletions.
  1. +1 −1 hundo/__init__.py
  2. +7 −5 hundo/environment.yml
  3. +1 −1 setup.py
2 changes: 1 addition & 1 deletion hundo/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.2.5"
__version__ = "1.2.8"
12 changes: 7 additions & 5 deletions hundo/environment.yml
Original file line number Diff line number Diff line change
@@ -4,20 +4,22 @@ channels:
- bioconda
- defaults
dependencies:
- python>=3.6
- python>=3.7
- bbmap=37.17
- biom-format=2.1.6
- biopython
- blast=2.6.0
- biom-format=2.1.7
- biopython=1.74
- blast=2.9.0
- bzip2=1.0.6
- click=6.7
- docutils=0.14
- mafft=7.313
- fasttree=2.1.10
- numpy>=1.14.0
- numpy=1.16.2
- pandas=0.24.2
- pigz=2.3.4
- pyyaml>=3.12
- scipy=1.2.1
- six=1.12.0
- vsearch=2.6.0
- zip=3.0
- pip
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -23,7 +23,7 @@ def get_version(relpath):
url='https://github.com/pnnl/hundo',
license='MIT',
author='Joe Brown',
author_email='joe.brown@pnnl.gov',
author_email='brwnjm@gmail.com',
description='Amplicon processing protocol',
long_description=long_description,
packages=['hundo'],