A tool to work with sequencing run and sample info from MISO LIMS Pinery JSON data
Project description
miso-tool
Table of Contents
About
The miso-tool helps you to parse the samples and sequencing runs info from MISO Pinery JSON files and generate Nextflow samplesheets, sample run info tables, and other useful files.
Installation
Install from PyPI using pip with:
pip install miso-tool
Usage
miso-tool --help
Usage: miso-tool [OPTIONS]
Parse the samples and sequencing runs info from MISO Pinery JSON files and generate Nextflow samplesheets and other files
──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
By default, all samples are processed. Use --samples-list to specify a list of samples to process.
▌ NOTE: An Illumina Nextflow samplesheet.csv will only be generated if specified and if all Illumina runs have a SampleSheet.csv file that can be read. The output directory will contain the following files:
• runs_without_rundir.txt: list of MISO run IDs without a corresponding run directory
• all_sample_run_info.csv: table of all samples and their associated sequencing runs
• original_to_clean_sample_id.txt: table of original sample IDs and their clean versions
• nanopore_nextflow_samplesheet_{clean,original}.csv: Nextflow samplesheet for Nanopore runs with clean and original sample names
• illumina_nextflow_samplesheet_{clean,original}.csv: Nextflow samplesheet for Illumina runs with clean and original sample names
• sample_run_info.csv: table of user-specified samples and their associated sequencing runs
╭─ Options ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
│ * --samples-json -s PATH MISO Pinery Samples JSON file │
│ [default: None] │
│ [required] │
│ * --runs-json -r PATH MISO Pinery Runs JSON file │
│ [default: None] │
│ [required] │
│ --samples-list -l PATH Samples to retrieve (one per line) │
│ [default: None] │
│ --outdir -o PATH Output directory │
│ [default: miso-tool-outdir] │
│ --sample-run-info-csv -S PATH MISO Pinery Sample Run Info CSV file │
│ [default: None] │
│ --nanopore-nextflow-samplesheet -N PATH Nanopore Nextflow samplesheet │
│ [default: None] │
│ --illumina-nextflow-samplesheet -I PATH Illumina Nextflow samplesheet │
│ [default: None] │
│ --force -f Overwrite existing files │
│ --verbose -v │
│ --version -V Print 'gfflu version 0.0.2' and exit │
│ --install-completion [bash|zsh|fish|powershell|pwsh] Install completion for the specified shell. │
│ [default: None] │
│ --show-completion [bash|zsh|fish|powershell|pwsh] Show completion for the specified shell, to copy it or customize the installation. │
│ [default: None] │
│ --help Show this message and exit. │
╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
miso-tool version 0.0.2; Python 3.11.5
Typical usage:
miso-tool \
--samples-json /path/to/samples.json \
--runs-json /path/to/runs.json \
--samples-list /path/to/samples.txt \
--sample-run-info-csv sample-run-info.csv \
--nanopore-nextflow-samplesheet nanopore-samplesheet.csv \
--illumina-nextflow-samplesheet illumina-samplesheet.csv \
--outdir miso-tool-outdir
License
miso-tool is distributed under the terms of the Apache License 2.0.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file miso_tool-0.0.6.tar.gz.
File metadata
- Download URL: miso_tool-0.0.6.tar.gz
- Upload date:
- Size: 20.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c52996ac24dea7e524770e6b1c2d5009254b7ba8a530b1cc9a395ad19e703b5e
|
|
| MD5 |
4ad89ee082594bf00412a7086d79eef8
|
|
| BLAKE2b-256 |
0fdc0d62fe47213377c71ca4047746b2249b0dd9b97ac5496ab845a2438071fa
|
File details
Details for the file miso_tool-0.0.6-py3-none-any.whl.
File metadata
- Download URL: miso_tool-0.0.6-py3-none-any.whl
- Upload date:
- Size: 22.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
789d194118a83fee7d34508782f7bae4f2419d6816b02f3e541404cbbafcbea1
|
|
| MD5 |
29510a385284d140edd709109640d7e5
|
|
| BLAKE2b-256 |
4caf11a2ee2313f6979cc86c5a72f8de2becf2a6de4435f3582d6e36cbe3664a
|