The Capture-Seq assembler
capture is an assembler developed to recover complete genome from ultra-high coverage samples
The repository is a work in progress and the assembler is not functional yet. Thanks for your interest and come back soon!
Installation
capture requires the following to be installed:
- python >= 3.6
- SPAdes
TODO
Quickstart
# paired-end reads, Illumina MiSeq
capture assemble -f reads_R1.fastq.gz -r reads_R2.fastq.gz \
--genome_size 35000 --mean 300 -o output_dir
# compressed paired-end reads, Illumina HiSeq
capture assemble -f reads_R1.fastq.gz -r reads_R2.fastq.gz \
--genome_size 35000 --mean 125 -o output_dir
# single end reads, Ion Torrent
capture assemble -u reads.fastq.gz \
--genome_size 35000 --mean 240 -o output_dir
# reads in bam format
capture assemble --bam reads.bam \
--genome_size 35000 --mean 240 -o output_dir
# full list of subcommands and options
capture -h
# full list of options for a subcommand
capture assemble -h
License
Code is under the MIT license
Contributing
We welcome contributions from the community! See our Contributing guide.
Release files for capture-assembler 0.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| capture-assembler-0.1.0.tar.gz | 1.6 MB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| capture_assembler-0.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 1.6 MB
Release files / capture-assembler-0.1.0.tar.gz
| Download URL | capture-assembler-0.1.0.tar.gz |
|---|---|
| Size | 1.6 MB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
ca1489ebd3659bad4ae273cb6810f8c75b00d24d7743a471d0ed60074f0fd100
|
|
BLAKE2b-256 checksum How to use checksums |
d56af2540c495ab028fb89d9998bb7fdf66a3a8734f3326e713e8c9916790ebe
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / capture_assembler-0.1.0-py3-none-any.whl
| Download URL | capture_assembler-0.1.0-py3-none-any.whl |
|---|---|
| Size | 13.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
6da6051abd51b51d0b633896b80a6547c1d469e73f29e2698b807e5d8f8a2955
|
|
BLAKE2b-256 checksum How to use checksums |
6452713f80e1928e92d92149ad56a2c5cd40496ab6053e078de6e495336e4137
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |