An easy and convenient way to import data from the sra database and creating OTU and Taxonomy tables.
Project description
SRA-Importer
An easy and convenient way to import data from the sra database and creating OTU and Taxonomy tables.
Importing is divided to 2 stages:
Create Visualization
The first stage is in charge of taking the data from the sra database and make a visualization of the reads. The visualization purpose is to make better assessment of the range in which one should trim and truncate the reads generated by qiime2.
Parameters
--sra-study: SRA experiment code.--acc-list: Accession list file. This file must be stored locally.--output-vis-path: An output path for the visualisation. (Optional)
Note: Only one of the following must be given --sra-study/--acc-list. If both are given, an error will be raised.
Usage:
create_visualization --sra-study <sra-study-code> --acc-list <accession-list-file-path> --output-vis-path <final-output-path-of-visualisation>
Export Data
The second stage is in charge of creating OTU and Taxonomy tables and export them into a usable file formats.
Parameters
--output-dir: The path of the directory created by the first stage.--otu-output-file: An output path for the OTU table. The directory must exist, and the file's format must betxt/tsv.--taxonomy-output-file: An output path for the taxonomy table. The directory must exist, and the file's format must betsv.
DADA2 parameters
--trim: a non-negative integer of the right edge of the trimming range. If the reads are both forward and reverse 2 values should be given seperated with comma:20,28--trunc: a non-negative integer of the left edge of the truncating range. If the reads are both forward and reverse 2 values should be given seperated with comma:200,220--threads: Number of threads to run on. Default is12. (Optional)
Note: All the parameters except --threads must be given.
Usage:
export-data --output-dir <output-directory-path> --trim <trim-from> --trunc <trunc-to> --threads <number-of-threads-to-use> --otu-output-file <otu-output-file-path> --taxonomy-output-file <taxonomy-output-file-path>
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file SRA-Importer-0.0.5.tar.gz.
File metadata
- Download URL: SRA-Importer-0.0.5.tar.gz
- Upload date:
- Size: 7.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5a64d67376b69c69b4967b07760ce879b92140d60fc6bec31416d4019874215c
|
|
| MD5 |
5419f3a47264edbb19a4b1bd63324e8a
|
|
| BLAKE2b-256 |
63259b8e8ac2343d4e5aa09544258bef34f9ef12f3169bf690148a76c6664d4f
|
File details
Details for the file SRA_Importer-0.0.5-cp39-cp39-win_amd64.whl.
File metadata
- Download URL: SRA_Importer-0.0.5-cp39-cp39-win_amd64.whl
- Upload date:
- Size: 8.9 kB
- Tags: CPython 3.9, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5c203d7a331fb73167584b6eb6340befdfafa3739ea0d0d4a58b61a1c6c53752
|
|
| MD5 |
956d9962dabf36badb55127d838e1829
|
|
| BLAKE2b-256 |
8fb8bbbe116f49b4c5f9202186cc6baf01762e2d460de2c5d0cb8c7aa700968a
|