Change the sequence of a fastq file to enable sharing of confidential information, for troubleshooting of tools.
Project description
Change the sequence and identifier of a fastq file to enable sharing of confidential information for troubleshooting
INSTALLATION
pip install fastq-anonymous
USAGE
Reads from stdin and writes to stdout. Sequences are by default
replaced by random nucleotides.
Fastq identifiers and description are also anonymized.
Read lengths and quality strings are preserverd.
optional arguments: -h, --help show this help message and exit -v, --version Print version and exit. -m, --mask Mask all nucleotides using N
EXAMPLES
cat reads.fastq.gz | fastq-anonymous > anonymous_reads.fastq
gunzip -c reads.fastq.gz | fastq-anonymous > anonymous_reads.fastq
gunzip -c reads.fastq.gz | fastq-anonymous | gzip > anonymous_reads.fastq.gz
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
fastq-anonymous-1.0.1.tar.gz
(2.4 kB
view details)
File details
Details for the file fastq-anonymous-1.0.1.tar.gz
.
File metadata
- Download URL: fastq-anonymous-1.0.1.tar.gz
- Upload date:
- Size: 2.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8636162798aa0a69f7e4f3e3ae02fe8aafa559d5ff22f74ce447521355bdbb14 |
|
MD5 | a1836e720f04af4232ca515852e3ffd0 |
|
BLAKE2b-256 | 5c4cc41ec18367919df5c093e54d30ed10fb7a71e67dccb8eba7ad872ac5e19b |