Details
-
Bug
-
Status: Resolved
-
Blocker
-
Resolution: Fixed
-
AStalavista 3.1 (API 1.21)
Description
In the SAM format we have no sense/antisense information on the reads.
We can implement stranded annotation mapping using additional information provided by the user.
Implement the following new parameter structure to better define the information:
READ_DESCRIPTOR -> [NONE, // default SIMPLE, PAIRED, STRANDED ] READ_STRAND -> [NONE, // default SENSE, ASENSE, MATE1_SENSE, MATE2_SENSE ] ANNOTATION_MAPPING -> [AUTO, // default, maximum information SINGLE, PAIRED, SINGLE_STRANDED, PAIR_STRANDED ]
BAM files with mixed single/paired/stranded/unstranded reads are not supported so far.