We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c37170 commit 7c52e89Copy full SHA for 7c52e89
2 files changed
.github/workflows/build.yml
@@ -38,11 +38,11 @@ jobs:
38
biopython \
39
matplotlib \
40
biotite \
41
+ hmmlearn \
42
clint \
43
"cyvcf2>=0.6.5" \
44
"intervaltree" \
45
jinja2 \
- "pomegranate" \
46
"bwa>=0.7.12" \
47
"samtools>=1.10" \
48
"bcftools>=1.10" \
requirements.txt
@@ -9,7 +9,6 @@ docopt
9
biopython==1.77
10
logzero
11
biotite
12
-# pomegranate
13
hmmlearn
14
clint
15
requests
0 commit comments