You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

apscale

Package Overview
Dependencies
Maintainers
1
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

apscale - pypi Package Compare versions

Comparing version
4.2.3
to
4.3.0
+1
-1
apscale.egg-info/PKG-INFO
Metadata-Version: 2.4
Name: apscale
Version: 4.2.3
Version: 4.3.0
Summary: Advanced Pipeline for Simple yet Comprehensive AnaLysEs of DNA metabarcoding data

@@ -5,0 +5,0 @@ Home-page: https://github.com/DominikBuchner/apscale

@@ -456,4 +456,5 @@ import streamlit as st

sequence_ids = [row[0] for row in sequence_ids]
sequence_chunks = more_itertools.chunked(sequence_ids, max_rows_per_chunk)
sequence_chunks = more_itertools.chunked(
sorted(sequence_ids), max_rows_per_chunk
)
# write the output to parquet in chunks

@@ -463,3 +464,2 @@ # SEQUENCES

min_idx, max_idx = min(chunk), max(chunk)
# create a temp filename for output

@@ -466,0 +466,0 @@ temp_filename = Path(

Metadata-Version: 2.4
Name: apscale
Version: 4.2.3
Version: 4.3.0
Summary: Advanced Pipeline for Simple yet Comprehensive AnaLysEs of DNA metabarcoding data

@@ -5,0 +5,0 @@ Home-page: https://github.com/DominikBuchner/apscale

@@ -8,3 +8,3 @@ import setuptools

name="apscale",
version="4.2.3",
version="4.3.0",
author="Dominik Buchner",

@@ -11,0 +11,0 @@ author_email="dominik.buchner524@googlemail.com",