samplesheet-parser 0.3.1__tar.gz → 0.3.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- samplesheet_parser-0.3.2/.zenodo.json +30 -0
- {samplesheet_parser-0.3.1 → samplesheet_parser-0.3.2}/CHANGELOG.md +8 -0
- samplesheet_parser-0.3.2/CITATION.cff +25 -0
- {samplesheet_parser-0.3.1 → samplesheet_parser-0.3.2}/PKG-INFO +2 -2
- {samplesheet_parser-0.3.1 → samplesheet_parser-0.3.2}/README.md +1 -1
- {samplesheet_parser-0.3.1 → samplesheet_parser-0.3.2}/pyproject.toml +1 -1
- {samplesheet_parser-0.3.1 → samplesheet_parser-0.3.2}/.github/workflows/ci.yml +0 -0
- {samplesheet_parser-0.3.1 → samplesheet_parser-0.3.2}/.github/workflows/copilot-instructions.md +0 -0
- {samplesheet_parser-0.3.1 → samplesheet_parser-0.3.2}/.gitignore +0 -0
- {samplesheet_parser-0.3.1 → samplesheet_parser-0.3.2}/CONTRIBUTING.md +0 -0
- {samplesheet_parser-0.3.1 → samplesheet_parser-0.3.2}/LICENSE +0 -0
- {samplesheet_parser-0.3.1 → samplesheet_parser-0.3.2}/examples/demo_merger.py +0 -0
- {samplesheet_parser-0.3.1 → samplesheet_parser-0.3.2}/examples/parse_examples.py +0 -0
- {samplesheet_parser-0.3.1 → samplesheet_parser-0.3.2}/examples/sample_sheets/ProjectAlpha_SampleSheet.csv +0 -0
- {samplesheet_parser-0.3.1 → samplesheet_parser-0.3.2}/examples/sample_sheets/ProjectBeta_SampleSheet.csv +0 -0
- {samplesheet_parser-0.3.1 → samplesheet_parser-0.3.2}/examples/sample_sheets/ProjectDelta_SampleSheet_collision.csv +0 -0
- {samplesheet_parser-0.3.1 → samplesheet_parser-0.3.2}/examples/sample_sheets/ProjectGamma_SampleSheet.csv +0 -0
- {samplesheet_parser-0.3.1 → samplesheet_parser-0.3.2}/examples/sample_sheets/README.md +0 -0
- {samplesheet_parser-0.3.1 → samplesheet_parser-0.3.2}/examples/sample_sheets/combined_clean.csv +0 -0
- {samplesheet_parser-0.3.1 → samplesheet_parser-0.3.2}/examples/sample_sheets/combined_collision_forced.csv +0 -0
- {samplesheet_parser-0.3.1 → samplesheet_parser-0.3.2}/examples/sample_sheets/combined_mixed_formats.csv +0 -0
- {samplesheet_parser-0.3.1 → samplesheet_parser-0.3.2}/examples/sample_sheets/v1_dual_index.csv +0 -0
- {samplesheet_parser-0.3.1 → samplesheet_parser-0.3.2}/examples/sample_sheets/v1_multi_lane.csv +0 -0
- {samplesheet_parser-0.3.1 → samplesheet_parser-0.3.2}/examples/sample_sheets/v1_single_index.csv +0 -0
- {samplesheet_parser-0.3.1 → samplesheet_parser-0.3.2}/examples/sample_sheets/v1_with_lab_qc_settings.csv +0 -0
- {samplesheet_parser-0.3.1 → samplesheet_parser-0.3.2}/examples/sample_sheets/v1_with_manifests.csv +0 -0
- {samplesheet_parser-0.3.1 → samplesheet_parser-0.3.2}/examples/sample_sheets/v2_nextseq_single_index.csv +0 -0
- {samplesheet_parser-0.3.1 → samplesheet_parser-0.3.2}/examples/sample_sheets/v2_novaseq_x_dual_index.csv +0 -0
- {samplesheet_parser-0.3.1 → samplesheet_parser-0.3.2}/examples/sample_sheets/v2_with_cloud_settings.csv +0 -0
- {samplesheet_parser-0.3.1 → samplesheet_parser-0.3.2}/examples/sample_sheets/v2_with_index_umi.csv +0 -0
- {samplesheet_parser-0.3.1 → samplesheet_parser-0.3.2}/examples/sample_sheets/v2_with_pipeline_settings.csv +0 -0
- {samplesheet_parser-0.3.1 → samplesheet_parser-0.3.2}/examples/sample_sheets/v2_with_read_umi.csv +0 -0
- {samplesheet_parser-0.3.1 → samplesheet_parser-0.3.2}/images/samplesheet_parser_overview.png +0 -0
- {samplesheet_parser-0.3.1 → samplesheet_parser-0.3.2}/samplesheet_parser/__init__.py +0 -0
- {samplesheet_parser-0.3.1 → samplesheet_parser-0.3.2}/samplesheet_parser/cli.py +0 -0
- {samplesheet_parser-0.3.1 → samplesheet_parser-0.3.2}/samplesheet_parser/converter.py +0 -0
- {samplesheet_parser-0.3.1 → samplesheet_parser-0.3.2}/samplesheet_parser/diff.py +0 -0
- {samplesheet_parser-0.3.1 → samplesheet_parser-0.3.2}/samplesheet_parser/enums.py +0 -0
- {samplesheet_parser-0.3.1 → samplesheet_parser-0.3.2}/samplesheet_parser/factory.py +0 -0
- {samplesheet_parser-0.3.1 → samplesheet_parser-0.3.2}/samplesheet_parser/merger.py +0 -0
- {samplesheet_parser-0.3.1 → samplesheet_parser-0.3.2}/samplesheet_parser/parsers/__init__.py +0 -0
- {samplesheet_parser-0.3.1 → samplesheet_parser-0.3.2}/samplesheet_parser/parsers/v1.py +0 -0
- {samplesheet_parser-0.3.1 → samplesheet_parser-0.3.2}/samplesheet_parser/parsers/v2.py +0 -0
- {samplesheet_parser-0.3.1 → samplesheet_parser-0.3.2}/samplesheet_parser/validators.py +0 -0
- {samplesheet_parser-0.3.1 → samplesheet_parser-0.3.2}/samplesheet_parser/writer.py +0 -0
- {samplesheet_parser-0.3.1 → samplesheet_parser-0.3.2}/scripts/demo_converter.py +0 -0
- {samplesheet_parser-0.3.1 → samplesheet_parser-0.3.2}/scripts/demo_diff.py +0 -0
- {samplesheet_parser-0.3.1 → samplesheet_parser-0.3.2}/scripts/demo_writer.py +0 -0
- {samplesheet_parser-0.3.1 → samplesheet_parser-0.3.2}/tests/__init__.py +0 -0
- {samplesheet_parser-0.3.1 → samplesheet_parser-0.3.2}/tests/conftest.py +0 -0
- {samplesheet_parser-0.3.1 → samplesheet_parser-0.3.2}/tests/fixtures/SampleSheet_v1_dual_index.csv +0 -0
- {samplesheet_parser-0.3.1 → samplesheet_parser-0.3.2}/tests/fixtures/SampleSheet_v2_dual_index.csv +0 -0
- {samplesheet_parser-0.3.1 → samplesheet_parser-0.3.2}/tests/fixtures/SampleSheet_v2_modified.csv +0 -0
- {samplesheet_parser-0.3.1 → samplesheet_parser-0.3.2}/tests/test_cli.py +0 -0
- {samplesheet_parser-0.3.1 → samplesheet_parser-0.3.2}/tests/test_converter.py +0 -0
- {samplesheet_parser-0.3.1 → samplesheet_parser-0.3.2}/tests/test_diff.py +0 -0
- {samplesheet_parser-0.3.1 → samplesheet_parser-0.3.2}/tests/test_factory.py +0 -0
- {samplesheet_parser-0.3.1 → samplesheet_parser-0.3.2}/tests/test_merger.py +0 -0
- {samplesheet_parser-0.3.1 → samplesheet_parser-0.3.2}/tests/test_parsers/__init__.py +0 -0
- {samplesheet_parser-0.3.1 → samplesheet_parser-0.3.2}/tests/test_parsers/test_v1.py +0 -0
- {samplesheet_parser-0.3.1 → samplesheet_parser-0.3.2}/tests/test_parsers/test_v2.py +0 -0
- {samplesheet_parser-0.3.1 → samplesheet_parser-0.3.2}/tests/test_validators/__init__.py +0 -0
- {samplesheet_parser-0.3.1 → samplesheet_parser-0.3.2}/tests/test_validators/test_hamming.py +0 -0
- {samplesheet_parser-0.3.1 → samplesheet_parser-0.3.2}/tests/test_validators/test_validators.py +0 -0
- {samplesheet_parser-0.3.1 → samplesheet_parser-0.3.2}/tests/test_writer.py +0 -0
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
{
|
|
2
|
+
"title": "samplesheet-parser: A Python library for parsing, validating, converting, and merging Illumina SampleSheet V1 and V2 files",
|
|
3
|
+
"description": "Open-source Python library providing format auto-detection, bidirectional V1/V2 conversion, structural and index validation, sheet diffing, and cross-project merging for Illumina SampleSheet files.",
|
|
4
|
+
"upload_type": "software",
|
|
5
|
+
"access_right": "open",
|
|
6
|
+
"license": "Apache-2.0",
|
|
7
|
+
"version": "0.3.1",
|
|
8
|
+
"keywords": [
|
|
9
|
+
"bioinformatics", "Illumina", "SampleSheet", "BCLConvert",
|
|
10
|
+
"demultiplexing", "genomics", "sequencing", "Python"
|
|
11
|
+
],
|
|
12
|
+
"creators": [
|
|
13
|
+
{
|
|
14
|
+
"name": "Kasaraneni, Chaitanya Krishna",
|
|
15
|
+
"orcid": "0000-0001-5792-1095"
|
|
16
|
+
}
|
|
17
|
+
],
|
|
18
|
+
"related_identifiers": [
|
|
19
|
+
{
|
|
20
|
+
"identifier": "https://github.com/chaitanyakasaraneni/samplesheet-parser",
|
|
21
|
+
"relation": "isSupplementTo",
|
|
22
|
+
"scheme": "url"
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
"identifier": "https://pypi.org/project/samplesheet-parser/",
|
|
26
|
+
"relation": "isIdenticalTo",
|
|
27
|
+
"scheme": "url"
|
|
28
|
+
}
|
|
29
|
+
]
|
|
30
|
+
}
|
|
@@ -6,6 +6,14 @@ The format follows [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
|
|
6
6
|
|
|
7
7
|
---
|
|
8
8
|
|
|
9
|
+
## [0.3.2] - 2026-03-12
|
|
10
|
+
|
|
11
|
+
### Added
|
|
12
|
+
- `.zenodo.json` metadata file for automatic Zenodo archival and DOI
|
|
13
|
+
minting on GitHub releases
|
|
14
|
+
- `CITATION.cff` file enabling GitHub's "Cite this repository" button
|
|
15
|
+
and standardized software citation for downstream users
|
|
16
|
+
|
|
9
17
|
## [0.3.1] - 2026-03-11
|
|
10
18
|
|
|
11
19
|
### Fixed
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
cff-version: 1.2.0
|
|
2
|
+
message: "If you use this software, please cite it as below."
|
|
3
|
+
type: software
|
|
4
|
+
title: "samplesheet-parser"
|
|
5
|
+
version: 0.3.2
|
|
6
|
+
date-released: 2026-03-12
|
|
7
|
+
license: Apache-2.0
|
|
8
|
+
url: "https://github.com/chaitanyakasaraneni/samplesheet-parser"
|
|
9
|
+
repository-code: "https://github.com/chaitanyakasaraneni/samplesheet-parser"
|
|
10
|
+
abstract: >
|
|
11
|
+
A Python library for parsing, validating, converting, and merging
|
|
12
|
+
Illumina SampleSheet V1 and V2 files for BCLConvert and bcl2fastq.
|
|
13
|
+
keywords:
|
|
14
|
+
- bioinformatics
|
|
15
|
+
- Illumina
|
|
16
|
+
- SampleSheet
|
|
17
|
+
- BCLConvert
|
|
18
|
+
- demultiplexing
|
|
19
|
+
- genomics
|
|
20
|
+
- Python
|
|
21
|
+
authors:
|
|
22
|
+
- family-names: Kasaraneni
|
|
23
|
+
given-names: Chaitanya Krishna
|
|
24
|
+
email: kc.kasaraneni@gmail.com
|
|
25
|
+
orcid: "https://orcid.org/0000-0001-5792-1095"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: samplesheet-parser
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.2
|
|
4
4
|
Summary: Format-agnostic parser for Illumina SampleSheet.csv files — supports IEM V1 and BCLConvert V2
|
|
5
5
|
Project-URL: Homepage, https://github.com/chaitanyakasaraneni/samplesheet-parser
|
|
6
6
|
Project-URL: Documentation, https://illumina-samplesheet.readthedocs.io
|
|
@@ -584,7 +584,7 @@ See [CONTRIBUTING.md](CONTRIBUTING.md) for the full local testing guide and PR c
|
|
|
584
584
|
title = {samplesheet-parser: Format-agnostic parser for Illumina SampleSheet.csv},
|
|
585
585
|
year = {2026},
|
|
586
586
|
url = {https://github.com/chaitanyakasaraneni/samplesheet-parser},
|
|
587
|
-
version = {0.3.
|
|
587
|
+
version = {0.3.2}
|
|
588
588
|
}
|
|
589
589
|
```
|
|
590
590
|
|
|
@@ -533,7 +533,7 @@ See [CONTRIBUTING.md](CONTRIBUTING.md) for the full local testing guide and PR c
|
|
|
533
533
|
title = {samplesheet-parser: Format-agnostic parser for Illumina SampleSheet.csv},
|
|
534
534
|
year = {2026},
|
|
535
535
|
url = {https://github.com/chaitanyakasaraneni/samplesheet-parser},
|
|
536
|
-
version = {0.3.
|
|
536
|
+
version = {0.3.2}
|
|
537
537
|
}
|
|
538
538
|
```
|
|
539
539
|
|
|
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "samplesheet-parser"
|
|
7
|
-
version = "0.3.
|
|
7
|
+
version = "0.3.2"
|
|
8
8
|
description = "Format-agnostic parser for Illumina SampleSheet.csv files — supports IEM V1 and BCLConvert V2"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
license = { file = "LICENSE" }
|
|
File without changes
|
{samplesheet_parser-0.3.1 → samplesheet_parser-0.3.2}/.github/workflows/copilot-instructions.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{samplesheet_parser-0.3.1 → samplesheet_parser-0.3.2}/examples/sample_sheets/combined_clean.csv
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{samplesheet_parser-0.3.1 → samplesheet_parser-0.3.2}/examples/sample_sheets/v1_dual_index.csv
RENAMED
|
File without changes
|
{samplesheet_parser-0.3.1 → samplesheet_parser-0.3.2}/examples/sample_sheets/v1_multi_lane.csv
RENAMED
|
File without changes
|
{samplesheet_parser-0.3.1 → samplesheet_parser-0.3.2}/examples/sample_sheets/v1_single_index.csv
RENAMED
|
File without changes
|
|
File without changes
|
{samplesheet_parser-0.3.1 → samplesheet_parser-0.3.2}/examples/sample_sheets/v1_with_manifests.csv
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{samplesheet_parser-0.3.1 → samplesheet_parser-0.3.2}/examples/sample_sheets/v2_with_index_umi.csv
RENAMED
|
File without changes
|
|
File without changes
|
{samplesheet_parser-0.3.1 → samplesheet_parser-0.3.2}/examples/sample_sheets/v2_with_read_umi.csv
RENAMED
|
File without changes
|
{samplesheet_parser-0.3.1 → samplesheet_parser-0.3.2}/images/samplesheet_parser_overview.png
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{samplesheet_parser-0.3.1 → samplesheet_parser-0.3.2}/samplesheet_parser/parsers/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{samplesheet_parser-0.3.1 → samplesheet_parser-0.3.2}/tests/fixtures/SampleSheet_v1_dual_index.csv
RENAMED
|
File without changes
|
{samplesheet_parser-0.3.1 → samplesheet_parser-0.3.2}/tests/fixtures/SampleSheet_v2_dual_index.csv
RENAMED
|
File without changes
|
{samplesheet_parser-0.3.1 → samplesheet_parser-0.3.2}/tests/fixtures/SampleSheet_v2_modified.csv
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{samplesheet_parser-0.3.1 → samplesheet_parser-0.3.2}/tests/test_validators/test_validators.py
RENAMED
|
File without changes
|
|
File without changes
|