Manage sequence alignments
Project description
seqalign
Manage sequence alignments
Installation
pip3 install seqalign
or
pip3 install --user seqalign
Examples
with SequenceAlignment(<path to input BAM or FASTQ file>) as sa:
sa.cleans_up_bam = False
sa.remove_supplementary_alignments()
sa.samtools_sort(memory_limit=10)
sa.samtools_index()
sa.write(<path to output BAM file>)
Notes
The input_file argument to SequenceAlignment() should be a string for
single-end reads or for data that is already aligned. For raw paired-end reads,
it should be a tuple containing two strings giving the paths to the two
FASTA / FASTQ files.
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
seqalign-0.0.1.tar.gz
(9.2 kB
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
seqalign-0.0.1-py3-none-any.whl
(10.2 kB
view details)
File details
Details for the file seqalign-0.0.1.tar.gz.
File metadata
- Download URL: seqalign-0.0.1.tar.gz
- Upload date:
- Size: 9.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.21.0 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2456852e36e5986314d03ae688a2aaf3a942bd00dd4a870712272baa3778ec6c
|
|
| MD5 |
f26d3eb618857611ea4c1dccf1ffc531
|
|
| BLAKE2b-256 |
02d8611d62f3b58aba356416815c519c31b56d9c7eef151acdeb1a1add6ef734
|
File details
Details for the file seqalign-0.0.1-py3-none-any.whl.
File metadata
- Download URL: seqalign-0.0.1-py3-none-any.whl
- Upload date:
- Size: 10.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.21.0 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
31ff4f8cf2ef8966fbd414e59f7d4aa4d569052646f7af40e57e3022523849c1
|
|
| MD5 |
568da384155477ff58d499103bf9d6f9
|
|
| BLAKE2b-256 |
89d79e2be37bff474eea1f389fe2939bbe4a7c8c569673c107e904ab178e04bd
|