We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea71daf commit 3754377Copy full SHA for 3754377
fgpyo/fasta/builder.py
@@ -49,7 +49,6 @@ def samtools_dict(*args: Any) -> None:
49
def samtools_faidx(*args: Any) -> None:
50
pass
51
52
-
53
else:
54
from pysam import dict as samtools_dict
55
from pysam import faidx as samtools_faidx
0 commit comments