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

Atlas #13514

Merged
merged 29 commits into from
Feb 7, 2019
Merged

Atlas #13514

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
e46d182
add genome-properties
SilasK Nov 21, 2018
46c507a
added packages to host
SilasK Nov 21, 2018
09addf1
removed import test
SilasK Nov 21, 2018
8d05bd6
Merge pull request #1 from SilasK/genome-properties
SilasK Nov 22, 2018
9c475f2
cat version
SilasK Dec 7, 2018
e7d7108
Merge pull request #3 from bioconda/master
SilasK Dec 12, 2018
b91ce0b
Merge remote-tracking branch 'upstream/master'
SilasK Dec 30, 2018
2617dcc
Merge branch 'master' of https://github.com/bioconda/bioconda-recipes
SilasK Feb 6, 2019
3885394
add recipie
SilasK Feb 6, 2019
7a5bddc
remove genomeprop
SilasK Feb 6, 2019
c504618
added correct shasum
SilasK Feb 6, 2019
84c5748
new try
SilasK Feb 6, 2019
a179126
add import
SilasK Feb 6, 2019
c18dc5d
use snakemake v.5.4 because v5.2 doen't install gitpython
SilasK Feb 6, 2019
5979b94
only help messages
SilasK Feb 6, 2019
8e518eb
Merge branch 'master' of https://github.com/bioconda/bioconda-recipes…
SilasK Feb 6, 2019
6cf5d0b
Update meta.yaml
SilasK Feb 6, 2019
3bfc335
Update meta.yaml
SilasK Feb 6, 2019
a150589
Delete meta.yaml
SilasK Feb 6, 2019
1a77f71
Merge branch 'atlas' of https://github.com/SilasK/bioconda-recipes in…
SilasK Feb 6, 2019
67f0b2f
corrected cat
SilasK Feb 6, 2019
234f09a
add git
SilasK Feb 6, 2019
e6c42c8
v.2.0.1
SilasK Feb 6, 2019
0e06e8d
add unicode prefix
SilasK Feb 6, 2019
52bbc4a
add LC_ALL=en_US.utf8 LANG=en_US.utf8
SilasK Feb 6, 2019
f999d7b
commented out atlas tests only include
SilasK Feb 6, 2019
77ea3d0
extended cont
SilasK Feb 6, 2019
01b36cf
no commands
SilasK Feb 7, 2019
07a41cd
skip osx
SilasK Feb 7, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions recipes/metagenome-atlas/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/bash
$PYTHON setup.py install --single-version-externally-managed --record=record.txt
65 changes: 65 additions & 0 deletions recipes/metagenome-atlas/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
{% set version = "2.0.1" %}
{% set sha256 = "3dbf2283b963237df1181fe4ecfae2fc2cbb6bfde97c01052655a0c508f505bd" %}

package:
name: metagenome-atlas
version: {{ version }}

source:
url: https://github.com/metagenome-atlas/atlas/archive/v{{ version }}.tar.gz # [linux]
sha256: {{ sha256 }} # [linux]

build:
skip: True # [osx]
number: 0
entry_points:
- atlas=atlas.main:cli

requirements:
build:
- python=3.6
- setuptools
- snakemake=5.4
- pandas=0.23
- click=7
- ruamel.yaml=0.15
- biopython>=1.70
- git # this is apparently needed for snakemake
run:
- python=3.6
- snakemake=5.4
- pandas=0.23
- click=7
- ruamel.yaml=0.15
- biopython>=1.70
- bbmap=37.78
- git

test:
imports:
atlas
# commands:
# - atlas --version
# - atlas init --help
# - atlas run --help
# extra:
# container:
# # click requires a unicode locale when used with Python 3
# # extended-base generates en_US.UTF-8 locale and sets LC_ALL, LANG properly
# extended-base: true

about:
home: https://github.com/metagenome-atlas
license: BSD-3-Clause
license_family: BSD
summary: |
ATLAS - Three commands to start analysing your metagenome data
dev_url: https://github.com/metagenome-atlas/atlas
doc_url: https://metagenome-atlas.rtfd.io
extra:
recipe-maintainers:
- silask
- brwnj
# identifiers:
# - biotools:Spades
# - doi:10.1089/cmb.2012.0021