Skip to content

Commit

Permalink
Update version to 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fmaccha committed Aug 25, 2024
1 parent 5ac1d83 commit 1c01096
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 13 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "tataki"
authors = ["Tazro Ohta ([email protected])"]
version = "0.4.0"
version = "0.4.1"
edition = "2021"
repository = "https://github.com/sapporo-wes/tataki"
license = "apache-2.0"
Expand Down
30 changes: 19 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,23 +103,31 @@ Options:
-h, --help Print help
-V, --version Print version

Version: v0.4.0
Version: v0.4.1
```

## Detailed Usage

Table of Contents

- [Reading from Standard Input](#reading-from-standard-input)
- [Changing the Number of Records to Read](#changing-the-number-of-records-to-read)
- [Reading the Whole Lines from the Input](#reading-the-whole-lines-from-the-input)
- [Handling Compressed Files](#handling-compressed-files)
- [BGZF Compressed Files](#bgzf-compressed-files)
- [Determining Formats in Your Preferred Order](#determining-formats-in-your-preferred-order)
- [Executing a CWL Document with External Extension Mode](#executing-a-cwl-document-with-external-extension-mode)
- [1. Prepare a CWL Document](#1-prepare-a-cwl-document)
- [2. Add Path to Configuration File](#2-add-path-to-configuration-file)
- [3. Execute Tataki with `--tidy` Option](#3-execute-tataki-with---tidy-option)
- [Tataki](#tataki)
- [Installation](#installation)
- [Quick Start](#quick-start)
- [Usage](#usage)
- [Detailed Usage](#detailed-usage)
- [Reading from Standard Input](#reading-from-standard-input)
- [Changing the Number of Records to Read](#changing-the-number-of-records-to-read)
- [Reading the Whole Lines from the Input](#reading-the-whole-lines-from-the-input)
- [Handling Compressed Files](#handling-compressed-files)
- [BGZF Compressed Files](#bgzf-compressed-files)
- [Determining Formats in Your Preferred Order](#determining-formats-in-your-preferred-order)
- [Executing a CWL Document with External Extension Mode](#executing-a-cwl-document-with-external-extension-mode)
- [1. Prepare a CWL Document](#1-prepare-a-cwl-document)
- [2. Add Path to Configuration File](#2-add-path-to-configuration-file)
- [3. Execute Tataki with `--tidy` Option](#3-execute-tataki-with---tidy-option)
- [Potentially Unexpected Behaviors](#potentially-unexpected-behaviors)
- [Contributing](#contributing)
- [License](#license)

### Reading from Standard Input

Expand Down

0 comments on commit 1c01096

Please sign in to comment.