Scan directories for FASTQ files and associate with sample names
Project description
ezfastq
Search a source directory for FASTQ files matching a list of given sample names and copy to a destination directory.
# Shell
ezfastq /path/to/data/ sample1 sample2 sample3 --workdir=path/to/dest/
ezfastq /opt/seq/ samplenames.txt --workdir=out/
# Python
import ezfastq
samples = ["sample1", "sample2", "sample3"]
source = "/path/to/seqs/"
dest = "new/path/"
ezfastq.api.copy(samples, source, workdir=dest)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ezfastq-0.1.1.tar.gz
(4.2 MB
view details)
File details
Details for the file ezfastq-0.1.1.tar.gz.
File metadata
- Download URL: ezfastq-0.1.1.tar.gz
- Upload date:
- Size: 4.2 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7a33402af2aaa506bfc6e73bb95227b477a95f1faf6c8dc4419aa058ed7fa197
|
|
| MD5 |
7898f05b7979074161ba8516e1ea6141
|
|
| BLAKE2b-256 |
80a2b60eda66170c91473c3dc7c02b77d392c4ddd78c1586ad838040cf5fb00b
|