Skip to content

Commit

Permalink
Prepares release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sven1103 committed Sep 30, 2019
1 parent 6940ba0 commit 59dd353
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@

## 0.3.0
- Removes r channel
- Requires bioconda and conda-forge as manadatory channels
- Template has been adjusted to pass linting

## 0.1.1: Hotfix
- Fix failing PyPi deployment

Expand Down
3 changes: 2 additions & 1 deletion rmageddon/lint.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,8 @@ def check_conda_environment(self):
# Define the mandatory conda channels (min. requirement)
mand_channel_settings = [
'defaults',
'r'
'conda-forge',
'bioconda'
]

# Check that the mandatory conda env declarations are there
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from setuptools import setup, find_packages
import sys

version = '0.2.2'
version = '0.3.0'

with open('README.md') as f:
readme = f.read()
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: qtest000_1_ranalysis_123
channels:
- bioconda
- r
- conda-forge
- defaults
dependencies:
- r-base=3.4.3
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: qtest000_1_ranalysis
channels:
- bioconda
- r
- conda-forge
- defaults
dependencies:
- r-base=3.4.3
Expand Down

0 comments on commit 59dd353

Please sign in to comment.