YOLO Microbiome Analysis System
Project description
YaMAS (YOLO Microbiome Analysis System)
YaMAS is a package designed to easily download DNA datasets from the NCBI SRA,ENA and qiita websites. It is developed by the YOLO lab team, and is designed to be simple, efficient, and easy to use for non-programmers.
Dependencies
Before proceeding with the installation and execution of YaMAS, please ensure that you have a clean environment set up on your system, with all dependencies installed. To create one, follow the steps below:
- Create a new qiime2 environment using conda. Make sure you name it 'qiime2'.
- Download the SRA-toolkit and Entrez packages to the environment.
- Download the metaphlan package. Make sure the database works properly before proceeding.
- Exporting a 16S project requires a downloaded classifier file.
- Get YaMAS ready.
You are now ready to run and install YaMAS in the newly created and activated qiime2 environment.
Installation
To install YaMAS, you can use pip:
pip install YMS
Getting Started
YaMAS provides an easy-to-use interface in the terminal.
First, get the dependencies ready.
Then, follow the steps below.
Get YaMAS ready
yamas --ready <operating_system_type>
Arguments:
- operating_system_type: Ubuntu/CentOS
Pay attention to the output of the command.
If the environment is ready, you will need to run one more command.
If not, follow the output guidelines.
To download a project from NCBI SRA or from ENA, qiita, use the one of the following templates:
Downloading a project
Download from NCBI SRA
yamas --download <dataset_id> --type <data_type>
Arguments:
- dataset_id: the dataset id from the NCBI SRA website. For example: PRJEB01234
- data_type: choose one of the following types: 16S / 18S / Shotgun
Continue data downloading
- Continue downloading project after downloading SRA before converting to .fastq.
Use the following command:
yamas --continue_from_fastq <dataset_id> <project_path> <data_type>
Arguments:
- dataset_id: the dataset id from the NCBI SRA website. For example: PRJEB01234
- project_path: path to the project directory (created by YaMAS, if you started downloading data in the past).
- data_type: choose one of the following types: 16S / 18S / Shotgun
- Continue downloading project after downloading SRA and after converting them to .fastq.
Use the following command:
yamas --continue_from <dataset_id> <project_path> <data_type>
Arguments:
- dataset_id: the dataset id from the NCBI SRA website. For example: PRJEB01234
- project_path: path to the project directory (created by YaMAS, if you started downloading data in the past).
- data_type: choose one of the following types: 16S / 18S / Shotgun
Download from ENA
yamas --qiita <preprocessed_fastq_path> <metadata_path> <data_type>
Arguments: All can be found in https://qiita.ucsd.edu/
- data_type : choose one of the following types: 16S / 18S
- Where preprocessed fastq can be found?
Click the study description --> in the graph click on 'demultiplexed' --> scroll down and download 'preprocessed fastq' --> rename the file to be: "forward.fastq.gz" - Where metadata can be found? Click the study description --> download 'Prep info' --> rename the file to be: "metadata.tsv"
- The new data will be created in the folder of the fastq and metadata, so it is recommended to be organized.
Download using fastq files
yamas --fastq <preprocessed_fastq_path> <barcode_path> <metadata_path> <data_type>
Arguments:
- preprocessed_fastq_path: path to the preprocessed fastq file. rename the file to be: "preprocessed_fastq_path"
- barcode_path: path to the barcode file. rename the file to be: "barcodes.fastq.gz"
- metadata_path: path to the metadata file. rename the file to be: "metadata.tsv". The metadata should contains column names: "barcode".
- data_type: choose one of the following types: 16S / 18S / Shotgun
Exporting a project
To export an OTU (Operational Taxonomic Unit), taxonomy, phylogeny tree and a tree.nwk for a single project, use the following command:
yamas --export <project_path> <data_type> <start> <end> <classifier_file> <threads>
Arguments:
- project_path: path to the project directory (created by YaMAS in the previous step).
- data_type: choose one of the following types: 16S / 18S / Shotgun
- classifier_file: path to the trained classifier file.
- start & end: choose graph edges.
- threads: specifies the number of threads to use for parallel processing, which can speed up the export process (default is 12).
Arguments and configurations
- config: You can add a configuration file in order to save the data in a different folder, and change other configurations.
- verbose: To get more information about a downloading process, use the verbose option (this is highly recommended).
- Listing more than one project will download them one by one into different folders.
Cite us
If you are using our package, YaMAS for any purpose, please cite us; Shtossel Oshrit, Sondra Turjeman, Alona Riumin, Michael R. Goldberg, Arnon Elizur, Yarin Bekor, Hadar Mor, Omry Koren, and Yoram Louzoun. "Recipient-independent, high-accuracy FMT-response prediction and optimization in mice and humans." Microbiome 11, no. 1 (2023): 181. https://link.springer.com/article/10.1186/s40168-023-01623-w
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file YMS-1.2.14.tar.gz
.
File metadata
- Download URL: YMS-1.2.14.tar.gz
- Upload date:
- Size: 16.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b18b08bbce52a1a56ffd10dab34a6c274a7a9af83a3a0c1c71857c8c729dd256 |
|
MD5 | 5691ea2f87095f4f65f85ef727146451 |
|
BLAKE2b-256 | a1268e912d8a9e364454c405b3aca2513cd5e9f00929875259a41b0ca23931ce |
File details
Details for the file YMS-1.2.14-py3-none-any.whl
.
File metadata
- Download URL: YMS-1.2.14-py3-none-any.whl
- Upload date:
- Size: 20.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7a5e5565981b01b4cd8d46007f10c35f605722b10445d1632ed27b76da60d321 |
|
MD5 | be84f82dbc67f4a481ab42dc5ffcee19 |
|
BLAKE2b-256 | 9d2a8737cd8159b70dc690b8d3745156591977952516cef573eb7c14cc8c023c |