Skip to content

Commit

Permalink
A number of small improvements (#3)
Browse files Browse the repository at this point in the history
* Add --illumina option

This allows output FASTQs to be written according to Illumina file
naming standards.

* fix command line ordering in the usage

* Fix output FASTQ and do not require output directory to exist

* update README to remove in-line usage

* remove windows-latest from CI/CD

* Update cargo

* add license
  • Loading branch information
nh13 authored Jul 30, 2022
1 parent 0514930 commit e6abd17
Show file tree
Hide file tree
Showing 6 changed files with 267 additions and 238 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macOS-latest, windows-latest]
os: [ubuntu-latest, macOS-latest]
steps:
- name: Checkout sources
uses: actions/checkout@v2
Expand Down
Loading

0 comments on commit e6abd17

Please sign in to comment.