Skip to content

Commit

Permalink
fixed biopython incompatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
ialbert committed Jan 5, 2024
1 parent 7921329 commit 676bcec
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion biorun/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#
import sys
# Global package version
VERSION = "1.6.0"
VERSION = "1.6.1"

try:
from signal import signal, SIGPIPE, SIG_DFL
Expand Down
2 changes: 1 addition & 1 deletion biorun/data/search_assembly.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"gbrs_paired_asm": "GCF_000003085.2",
"paired_asm_comp": "identical",
"ftp_path": "https://ftp.ncbi.nlm.nih.gov/genomes/all/GCA/000/003/085/GCA_000003085.2_ASM308v2",
"excluded_from_refseq": "superseded by newer assembly for species",
"excluded_from_refseq": "",
"relation_to_type_materialasm_not_live_date": ""
}
]
1 change: 0 additions & 1 deletion biorun/data/search_srr.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"sample_description": "Zaire ebolavirus genome sequencing from 2014 outbreak in Sierra Leone",
"first_public": "2015-06-05",
"country": "Sierra Leone",
"tax_id": "186538",
"scientific_name": "Zaire ebolavirus",
"fastq_bytes": "699204879;605646780",
"base_count": "1685747974",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
biopython >= 1.80
biopython == 1.81
requests
tqdm
pytest
Expand Down

0 comments on commit 676bcec

Please sign in to comment.