File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 2222
2323# db_dialects
2424POSTGRES_DIALECT = "postgresql+psycopg"
25+
26+ BEDBASE_MAX_SIZE = "500MB"
Original file line number Diff line number Diff line change 1111
1212import peppy
1313
14- from geopephub .const import LAST_UPDATE_DATES
14+ from geopephub .const import LAST_UPDATE_DATES , BEDBASE_MAX_SIZE
1515from geopephub .utils import get_agent , get_base_db_engine
1616from geopephub .models import StatusModel , CycleModel
1717from geopephub .utils import run_geofetch , add_link_to_description
@@ -191,7 +191,7 @@ def _upload_gse_project(
191191 if target == "bedbase" :
192192 geofetcher_obj = geofetch .Geofetcher (
193193 filter = "\.(bed|bigBed|narrowPeak|broadPeak)\." ,
194- filter_size = "25MB" ,
194+ filter_size = BEDBASE_MAX_SIZE ,
195195 data_source = "samples" ,
196196 processed = True ,
197197 )
You can’t perform that action at this time.
0 commit comments