kyclark
BA/MS; Author: Command-Line Rust (O'Reilly), Mastering Python for Bioinformatics (O'Reilly), Tiny Python Projects (Manning)
DNAnexusTucson, AZ
Pinned Repositories
biofx_python
Code for Mastering Python for Bioinformatics (O'Reilly, 2021, ISBN 9781098100889)
bioinformatics_primer
Bioinformatics with Unix, bash, Make, Python, and parallel
command-line-rust
Code for Command-Line Rust (O'Reilly, 2024, ISBN 9781098109417)
csvchk
Rust version of csvchk
excel2txt-py
Excel to delimited text (Python version)
make-tutorial
Tutorial on using Makefiles
metagenomics-book
Example code from metagenomics book (https://www.gitbook.com/book/kyclark/metagenomics/details)
new.py
Python program to write new Python programs
sysadminshow
Code for Sysadmin Show Podcast
tiny_python_projects
Code for Tiny Python Projects (Manning, 2020, ISBN 1617297518). Learning Python through test-driven development of games and puzzles.
kyclark's Repositories
kyclark/command-line-rust
Code for Command-Line Rust (O'Reilly, 2024, ISBN 9781098109417)
kyclark/tiny_python_projects
Code for Tiny Python Projects (Manning, 2020, ISBN 1617297518). Learning Python through test-driven development of games and puzzles.
kyclark/biofx_python
Code for Mastering Python for Bioinformatics (O'Reilly, 2021, ISBN 9781098100889)
kyclark/new.py
Python program to write new Python programs
kyclark/make-tutorial
Tutorial on using Makefiles
kyclark/cutr
Rust version of `cut` that respects delimiters
kyclark/commr
Rust version of `comm`
kyclark/rust-algorithms
Learning Algorithms in Rust
kyclark/csvchk
Rust version of csvchk
kyclark/rust-atomics
kyclark/tiny_elm_projects
Tiny Elm Projects
kyclark/csvchk-py
Check one record of a delimited text file
kyclark/advent2021
Advent of Code 2021
kyclark/asciir
Rust program to print ASCII table/values
kyclark/be434-fall-2021
BE434/535 Fall 2021
kyclark/biofx_rust
Rosalind challenges in Rust
kyclark/CaPS-SA
Cache-friendly, Parallel, and Samplesort-based Constructor for Suffix Arrays and LCP Arrays
kyclark/dotfiles
vimrc
kyclark/dxapp-editor
Elm-based editor for dxapp.json
kyclark/dxapp_json_elm
Elm editor for dxapp.json
kyclark/dxrs
Rust implementation of DNAnexus dx toolkit
kyclark/elm-json-editor
Elm JSON editor
kyclark/krust
counts k-mers, written in rust
kyclark/kseq-rs
A FASTA/FASTQ format parser library
kyclark/kyclark.blog
kyclark/kyclark.github.io
kyclark/myproject
Working with Nathan
kyclark/nail
Nail is an Alignment Inference tooL
kyclark/pfb2024
Programming for Biology @ CSHL 2024
kyclark/python-radix-sort
Python radix sort