This repository contains a Python script containerized using Docker to briefly analyze taxonomic data.
.
├── README.md
└── app
├── code
│ ├── Dockerfile
│ ├── README.md
│ ├── analysis_script.py
│ ├── requirements.txt
│ └── run.sh
├── data
│ ├── README.md
│ ├── intermediate
│ │ ├── README.md
│ │ └── validated_taxonomic_data.csv
│ ├── output
│ │ ├── REAMDE.md
│ │ ├── phylum_counts_bar_chart.png
│ │ └── phylum_summary.csv
│ ├── raw
│ │ ├── README.md
│ │ └── taxonomic_data.csv
│ └── taxonomic_data.csv
└── docs
├── README.md
└── Test_Prepaire.pdf
- Docker installed on your system.
- Git installed to clone the repository.
git clone https://github.com/Jungal10/Test-taxonomic.git
cd Test-taxonomic/app/code/
docker build -t taxonomic-analysis:latest .
chmod +x ./app/code/run.sh
./app/code/run.sh