- Pull the docker image:
docker pull qianxuanshe/mgjw-sep2023-s9:latest
- Run the docker image in an interactive mode:
docker run -it qianxuanshe/mgjw-sep2023-s9:latest
- Download the k2_standard_08gb_20231009 database:
bash download_db.sh
- Create a new Sunbeam project:
sunbeam init sunbeam_demonstration --data_fp /MGJW_metagenomics/reads
- Replace the sunbeam_config.yml:
cp sunbeam_config.yml /MGJW_metagenomics/sunbeam_demonstration
- Run Sunbeam:
sunbeam run --profile sunbeam_demonstration/ all_classify
- You can use the R script to replicate the results shared by Dr. Ceylan Tanes
- Turn on "Rosetta for x86/amd64 emulation on Apple silicon" in Docker settings if you are using M1 or M2 Apple CPUs.
- Allocate 16GB RAM in the Docker settings.
- The results will be under /MGJW_metagenomics/sunbeam_demonstration/sunbeam_output