|
| 1 | +name: samplesheetparser_info |
| 2 | +description: | |
| 3 | + Display a structured JSON summary of an Illumina SampleSheet.csv (V1 or V2) |
| 4 | + including format version, sample count, lanes, index type, read lengths, |
| 5 | + adapter sequences, experiment name, and instrument platform. |
| 6 | + Useful for logging run metadata or conditional branching in pipelines. |
| 7 | +keywords: |
| 8 | + - illumina |
| 9 | + - samplesheet |
| 10 | + - metadata |
| 11 | + - bclconvert |
| 12 | + - bcl2fastq |
| 13 | + - genomics |
| 14 | +tools: |
| 15 | + - samplesheet-parser: |
| 16 | + description: | |
| 17 | + Format-agnostic parser for Illumina SampleSheet.csv files. |
| 18 | + Supports IEM V1 (bcl2fastq) and BCLConvert V2 with auto-detection, |
| 19 | + bidirectional conversion, index validation, and Hamming distance checking. |
| 20 | + homepage: https://github.com/chaitanyakasaraneni/samplesheet-parser |
| 21 | + documentation: https://illumina-samplesheet.readthedocs.io |
| 22 | + tool_dev_url: https://github.com/chaitanyakasaraneni/samplesheet-parser |
| 23 | + doi: "10.5281/zenodo.18989694" |
| 24 | + licence: |
| 25 | + - "Apache-2.0" |
| 26 | + identifier: biotools:samplesheet-parser |
| 27 | +input: |
| 28 | + - - meta: |
| 29 | + type: map |
| 30 | + description: | |
| 31 | + Groovy Map containing sample information. |
| 32 | + Use [ id:'run_id' ] to identify the sheet. |
| 33 | + - samplesheet: |
| 34 | + type: file |
| 35 | + description: Illumina SampleSheet.csv (V1 or V2 format, auto-detected) |
| 36 | + pattern: "*.{csv,CSV}" |
| 37 | + ontologies: |
| 38 | + - edam: "http://edamontology.org/format_3752" |
| 39 | +output: |
| 40 | + json: |
| 41 | + - - meta: |
| 42 | + type: map |
| 43 | + description: Groovy Map containing sample information |
| 44 | + - "*.info.json": |
| 45 | + type: file |
| 46 | + description: | |
| 47 | + JSON summary with file, format, sample_count, lanes, index_type, |
| 48 | + read_lengths, adapters, experiment_name, and instrument fields. |
| 49 | + pattern: "*.info.json" |
| 50 | + ontologies: |
| 51 | + - edam: http://edamontology.org/format_3464 |
| 52 | + versions_samplesheetparser: |
| 53 | + - - ${task.process}: |
| 54 | + type: string |
| 55 | + description: The name of the process |
| 56 | + - samplesheet-parser: |
| 57 | + type: string |
| 58 | + description: The name of the tool |
| 59 | + - samplesheet --version | sed 's/samplesheet-parser //': |
| 60 | + type: eval |
| 61 | + description: The expression to obtain the version of the tool |
| 62 | +topics: |
| 63 | + versions: |
| 64 | + - - ${task.process}: |
| 65 | + type: string |
| 66 | + description: The name of the process |
| 67 | + - samplesheet-parser: |
| 68 | + type: string |
| 69 | + description: The name of the tool |
| 70 | + - samplesheet --version | sed 's/samplesheet-parser //': |
| 71 | + type: eval |
| 72 | + description: The expression to obtain the version of the tool |
| 73 | +authors: |
| 74 | + - "@chaitanyakasaraneni" |
| 75 | +maintainers: |
| 76 | + - "@chaitanyakasaraneni" |
0 commit comments