目录

fastq-anonymous

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
关于

用于匿名化FASTQ格式的测序数据,移除或替换其中的样本标识信息

34.0 KB
邀请码