We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8200e8 commit 85c9f75Copy full SHA for 85c9f75
pyfaidx/__init__.py
@@ -431,7 +431,8 @@ def __init__(self,
431
raise UnsupportedCompressionFormat(
432
"Compressed FASTA is only supported in BGZF format. Use "
433
"the samtools bgzip utility (instead of gzip) to "
434
- "compress your FASTA."
+ "compress your FASTA. "
435
+ "For example: zcat file.fa.gz | samtools bgzip -c > file.fa.bgz"
436
)
437
elif self.filename.lower().endswith(('.bz2', '.zip')):
438
0 commit comments