This repo contains analysis workflow for Oxford Nanopore reads.
You can use this program to generate monkeypox whole genome from your "*.fastq" files obtained as a result of metagenomic analysis.
conda config --add channels conda-forge\
conda config --add channels bioconda\
conda config --add channels daler\
conda config --add channels defaults\
git clone https://github.com/cinnetcrash/Lymra-Ont.git
cd Lymra-Ont
conda env create -f environment.yaml
conda activate Lymra-Ont
chmod +x *.{py,sh}
pip install -r pip-requirements.txt
mamba create -c conda-forge -c bioconda -n snakemake snakemake
conda activate snakemake
snakemake -s Snakefile --use-conda --cores 12
Gültekin Ünal, 2022. Lymra Oxford Nanopore Monkeypox Anaylsis Tool https://github.com/cinnetcrash/Lymra-Ont