Skip to content

Commit ad15664

Browse files
author
Jon Palmer
committed
Merge branch 'development'
2 parents 98d4d3f + 92444a0 commit ad15664

File tree

149 files changed

+17777
-72254
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

149 files changed

+17777
-72254
lines changed

.gitignore

+2-8
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,5 @@
22
*.pyc
33
*/.DS_Store
44
*/*.pyc
5-
dockerbuild/tmhmm-2.0c.Linux.tar.gz
6-
dockerbuild/signalp-4.1c.Linux.tar.Z
7-
dockerbuild/phobius.tar.gz
8-
dockerbuild/gm_key_64.gz
9-
dockerbuild/funannotate-genemark.tar.gz
10-
dockerbuild/funannotate-braker.tar.gz
11-
dockerbuild/RepBaseRepeatMaskerEdition-20170127.tar.gz
12-
sample_data/*
5+
dockerbuild/
6+
sample_data/

MANIFEST.in

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
include README.md
2+
include LICENSE.md
3+
include docs/*
4+
include funannotate/aux_scripts/*
5+
include funannotate/config/*
6+
include funannotate/utilities/*
7+
include funannotate/html_template/*
8+
include funannotate/html_template/css/*
9+
include funannotate/html_template/js/*
10+
include scripts/*

README.md

+18
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,21 @@
22
[![DOI](https://zenodo.org/badge/48254740.svg)](https://zenodo.org/badge/latestdoi/48254740)
33

44
funannotate is a pipeline for genome annotation (built specifically for fungi, but will also work with higher eukaryotes). Installation, usage, and more information can be found at [http://funannotate.readthedocs.io](http://funannotate.readthedocs.io)
5+
6+
#### Quickstart:
7+
8+
COMING SOON: the pipeline can be installed with conda (via bioconda):
9+
```
10+
#add appropriate channels
11+
conda config --add channels defaults
12+
conda config --add channels bioconda
13+
conda config --add channels conda-forge
14+
15+
#then create environment
16+
conda create -n funannotate funannotate
17+
```
18+
19+
To install just the python funannotate package, you can do this with pip:
20+
```
21+
pip install funannotate
22+
```

0 commit comments

Comments
 (0)