mantis icon indicating copy to clipboard operation
mantis copied to clipboard

A package to annotate protein sequences

Results 11 mantis issues
Sort by recently updated
recently updated
newest added

Hello developer, First of all thank you very much for this great pipeline. Now, I ran Mantis on a gene prediction made by Braker. But the gff output is wrong....

Hi, I installed mantis using conda install which went fine: conda create -p /tools/Miniconda3/envs/mantis_annotate -c conda-forge -c bioconda mantis_pfa However, when I run: mantis setup I get the following error:...

bug

On two very different systems I'm getting stuck at the same place in the setup. ``` mantis setup ... Merging profiles in /lizardfs/erikg/miniconda3/lib/python3.8/site-packages/References/NCBI/986/to_merge/ Concatenating files into /lizardfs/erikg/miniconda3/lib/python3.8/site-packages/References/NCBI/986/986_merged.hmm ``` The setup...

bug

Mantis seems to spawn more processes than available cores and to run out of memory during the setup step. I ran it with 5 cores and 20 Gb, and during...

bug

Add putative operon prediction by coordinate and functional clustering

enhancement

As pointed out by @hbckleikamp Diamond needs to be setup differently in order to annotate peptides. See https://github.com/bbuchfink/diamond/discussions/469 for details from author.

enhancement

http://www.essentialgene.org/

enhancement

E.g., if using a tigrfam custom DB then if the custom db has `tigrfam` in its name then issues will arise: elif 'tigrfam' in hmm_file: self.get_link_tigrfam(dict_hmms) self.is_essential(dict_hmms)

bug

![image](https://github.com/PedroMTQ/mantis/assets/88032525/1f99570e-aafa-4d8e-a961-7e8cdac7d109) I just fetched the package from bioconda the mantis_pfa=1.5.5, but when I try to run it, this error above pops out that it never happened before. I don't know...

The purpose of this PR is to overhaul the codebase via multiple steps: - improve architecture and class inheritance (e.g., better procedure separation) - re-organizing codebase for clearer role separation...