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.1.12.tar.gz
(11.6 kB
view hashes)
Built Distribution
seqalign-0.1.12-py3-none-any.whl
(14.2 kB
view hashes)
Close
Hashes for seqalign-0.1.12-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 57a200f6e9bb61d73a540f4b9d51662863b72cc3007dec651f01315307a8a4fe |
|
MD5 | 2f9a59a604084fad3302bccade9ed06a |
|
BLAKE2b-256 | 94cf807fed9578c426b47989b7818515afc3fd9eca1651dd6eb36a8bc876b596 |