You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
git clone git@github.com:UKCEH-MolecularEcology/its_classification.git
cd its_classification
Create the conda environment
# create the environment
conda env create -f requirements.yaml
# Activate the environment
conda activate its_classifier
Set up the run
Edit the config/config.yaml
Following items in the config.yaml file need USER input
STEPS: run either 'rdp' or 'blast' or both as needed
amplicon_type: choose from ITS1 or ITS2
fasta: provide the path to the ASV FASTA file
data_dir and results_dir need to be provided
confidence: adjust the values as needed (between 0 to 1)
Running the workflow
# dry-run to check if everything is in order
snakemake -s workflow/Snakefile --configfile config/config.yaml --use-conda --cores 24 -rpn
# full run
snakemake -s workflow/Snakefile --configfile config/config.yaml --use-conda --cores 24 -rp
About
Snakemake workflow to run RDP classifier on ITS1 or ITS2 FASTA files