Sequence Alignment Plugin for CountESS, based in Minimap2
Project description
CountESS MiniMap2 Plugin v0.0.10
This is a plugin to allow MiniMap2 to be used from within CountESS
This might be useful, but it also stands as a handy example of how to write a CountESS plugin which wraps an external Python library.
Parameters
Output Column Prefix
The default output column prefix is mm
but this can be changed.
Ref FA / Ref MMI
A local FASTA or MMI file to look up the sequences in. Acceptable formats are MMI or FASTA, optionally gzipped.
Req Sequence
Alternatively, enter a single reference DNA sequence directly here.
Preset
Minimum Match Length
Reject matches with an overall length (mm_r_en - mm_r_st
) less than this.
Drop Unmatched
Rows with no matches will be dropped.
Output Columns
mm_ctg
The matched location.
mm_r_st
, mm_r_en
Start and end positions of the matched sequence.
mm_strand
1
if query/target on the same strand.
-1
if opposite.
0
if unknown.
mm_cigar
CIGAR string expressing the differences within the match. Note that not all differences are encoded in the CIGAR string, for a more detailed description of what variations are present see the next two fields.
mm_cs
A difference string as documented in the Minimap2 Output Format section.
mm_hgvs
The difference string translated into HGVS format relative to the matched location.
License
BSD 3-clause. See LICENSE.txt
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
Built Distribution
Hashes for countess_minimap2-0.0.13-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2a0f9dc0834fa6e45fc316a6970e3246708e39da08b833ecb9647dd7edfe9d93 |
|
MD5 | a019ed86a3f5db01a35f708ab03646e2 |
|
BLAKE2b-256 | 7d29bf5dfa01b2ea565a24041023441d6a2efc1120639de575c4e34816bbc0e5 |