- There will be many bugs (please let us know about any that you find).
- There are several missing features that are still to be added (please let us know about things that you would like).
- File formats will change. Before opening a new issue here, please check the appropriate already exits issues and commenting on a thread there.
megmap help you perform metegenomic analysis against special purpose database
If you use megmap in your work, please cite the megmap paper:
- DIAMOND
Please install the required software in a location in your
$PATH
1. Create environment and install.
conda create --name megmap -c anupam__gautam megmap -c conda-forge -c anaconda -c etetoolkit -c bioconda -c defaults megmap
2. Activate environment and use.
conda activate megmap
1. Clone megmap git.
git clone https://github.com/husonlab/megmap.git
2. Move to the megmap directory.
cd megmap`
3. Create conda environment with require dependency.
conda env create -n megmap --file megmap_2022.09_py10_conda.yaml
conda activate megmap
megmap -h
Usage: megmap [options] infile
GPL-3.0
Free Software!