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.2.tar.gz
(4.2 MB
view details)
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
ezfastq-0.2-py3-none-any.whl
(4.3 MB
view details)
File details
Details for the file ezfastq-0.2.tar.gz.
File metadata
- Download URL: ezfastq-0.2.tar.gz
- Upload date:
- Size: 4.2 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8efb341a6fa8de3f875755142f368d314ef25d8886c1505a0dbdece834095465
|
|
| MD5 |
bce2b4acb24782949e77d681b3d12b2e
|
|
| BLAKE2b-256 |
00ee0744274fbcc954799fe83af5f1e7332605fed3a3a909029135c92fddcbcc
|
File details
Details for the file ezfastq-0.2-py3-none-any.whl.
File metadata
- Download URL: ezfastq-0.2-py3-none-any.whl
- Upload date:
- Size: 4.3 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c9201d5a73fab9d59f73906db99cb8f4077b2e6bee2e4c938272dbd900f340ba
|
|
| MD5 |
b8beef4f007cf48a2b73f7c331a3561d
|
|
| BLAKE2b-256 |
204cb80a63cd1ed6bd94aa25111e84c2b91a5eb3ed0e59ac3da9e3068b383b83
|