DEmultiplexing MOnitoring Report Tool
Project description
demort
evaluates demultiplexed fastq files by computing various metrics.
DEPENDENCIES
You need to install python 3.7 and depencies. Check version by typing on:
python3 --version
python3 depencies :
USAGE
demort
check fastq files into specified folder(s) then count number of reads for each fastq files for each folder and finally return a summary csv
table and a pdf
boxplot picture.
(process a list of folder as a strings)
demort.py -d folder/folder1,folder/folder2,folder/folder3 \
-t 8 \
-p results.pdf \
-o results.csv
(process a list of folder into a file)
demort.py -d example/folder_to_process.txt \
-t 8 \
-p results.pdf \
-o results.csv
COMMAND-LINE ARGUMENTS
complete flag argument | short flag | Default value | Summary |
---|---|---|---|
--inputFolder |
-d |
NA | a string of folderpath separated by coma , OR a file containing a list |
--threads |
-t |
1 | Number of available cores |
--output_pdf |
-p |
NA | path of the file where to write a pdf boxplot picture |
--output_csv |
-o |
NA | path of the file where to write a csv table |
INPUT
folder/
├── folder1
│ ├── fqfileA.fq.gz
│ ├── fqfileB.fq.gz
│ └── fqfileC.fq.gz
├── folder2
│ ├── fqfileD.fq.gz
│ └── fqfileE.fq.gz
└── folder3
├── fqfileF.fq.gz
├── fqfileG.fq.gz
└── fqfileH.fq.gz
OUTPUTS
- summary
csv
table [foldername, filename, number of reads] pdf
boxplot picture
SYSTEM REQUIREMENTS
Linux (64-bit and 32-bit with slightly limited functionality) and macOS (OS X) are supported.
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 Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
File details
Details for the file demort-0.2.4-py3-none-any.whl
.
File metadata
- Download URL: demort-0.2.4-py3-none-any.whl
- Upload date:
- Size: 4.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.6.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 60691f15aef17d64bce8aa7ca5231c46159f095244e43699bc3ea5d16a524543 |
|
MD5 | a3aff1302ef7fd70de5e8d2efbf559a9 |
|
BLAKE2b-256 | f2c90b879acabaa6507f2a9957e69f6b7d16233a3cc0ed1eef1ce76d07d845ed |