sepp icon indicating copy to clipboard operation
sepp copied to clipboard

Ensemble of HMM methods (SEPP, TIPP, UPP)

Results 31 sepp issues
Sort by recently updated
recently updated
newest added

I'm running sepp, through busco and am currently experiencing the following with the included pplacer: ``` pplacer Segmentation fault ``` If I install the latest version of pplacer from bioconda,...

Unable to install sepp, configuration error. Suggestions. python setup.py install --user running install running bdist_egg running egg_info writing sepp.egg-info/PKG-INFO writing dependency_links to sepp.egg-info/dependency_links.txt writing requirements to sepp.egg-info/requires.txt writing top-level names...

In https://github.com/smirarab/sepp/blob/654a181565ba497fd79160ed74b1d22d1d4e2577/sepp/alignment.py#L29 `Mapping` is imported directly from `collections`. This has been deprecated since python 3.3: ``` # python3 Python 3.8.10 (default, Nov 26 2021, 20:14:08) [GCC 9.3.0] on linux Type...

Hello, I keep having the following error installing sepp from its conda recipe: ResolvePackageNotFound: - python=3.1 Is this really the case? that is a pretty old version...

Hi @smirarab, some of my labmates have followed the instructions here to make a reference database of our own, which resulted in the 3 files you describe: original alignment, final...

Log the following: - Input size - Output size - All input parameters, including those in config files. - Number of threads used

Hi, SEPP is now a dependency for installing the latest version of QIIME2 via conda (v2019.10, https://data.qiime2.org/distro/core/qiime2-2019.10-py36-linux-conda.yml). The bioconda recipe for SEPP 4.3.10 (https://github.com/bioconda/bioconda-recipes/blob/master/recipes/sepp/meta.yaml) calls for a very specific dependency...

The TIPP2 readme states that SEPP must be installed to run TIPP2 (but doesn't list SEPP in the requirements). I installed SEPP via bioconda (it's the best approach, given that...

Hi, I`ve installed sepp and pasta from bioconda and have been trying to execute run_upp.py under conda environment, but I get the following error: [10:38:24] config.py (line 349): INFO: Seed...

this is testing if unit tests will also pass, if hmmer version 3.1 is used instead of the bundled binaries. If so, bioconda package should be able to relax dependencies...