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.tar.gz
(4.2 MB
view details)
File details
Details for the file ezfastq-0.1.tar.gz.
File metadata
- Download URL: ezfastq-0.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 |
ba8558eaf89e59beea71adf2c0b057b3b06b097f355398f4026b91edaeab575f
|
|
| MD5 |
95575bcb0429e5b3e89226b32dfa41b7
|
|
| BLAKE2b-256 |
d3385a7956b9fc84e55cc1673703c68655129900cfc40fcbadc9b83544f69b0b
|