- Modified
prepare-emase
so it can process the newest Ensembl gene annotation (Release 84) - The script
prepare-emase
can process gzipped files - Updated documentation
- Uploaded to Anaconda.org
- Updated documentation
- Added option to not having rname when loading/saving
AlignmentPropertyMatrix
- Documentation updated to reflect recent changes (e.g., processing paired-end data etc.)
run-emase
report file names changed (effective -> expected)run-emase
report file can have notes
- Minor change in documentation
- Fixed readthedocs compiling fails
- Added
pull_alignments_from
method inAlignmentPropertyMatrix
class - Added a script
pull-out-unique-reads
that unsets emase pseudo-alignments that are not uniquely aligning
- Fixed a bug in
run-emase
on handling inbred (reference or one haplotype) alignments
- Added
get-common-alignments
: To compute intersection between each of paired ends
AlignmentMatrixFactory
can handle unmapped reads
- Fixed a bug in
simulate-reads
: No more duplicate read ID's
- Added
create-hybrid
: Build hybrid target directly using custom transcripts - Added
simulate-reads
: Four nested models
AlignmentPropertyMatrix
can represent an equivalence class- Fixed a bug in length normalization
- Swapped Model ID's between 1 and 2
- Model 1: Gene->Allele->Isoform (*)
- Model 2: Gene->Isoform->Allele (*)
- Model 3: Gene->Isoform*Allele
- Model 4: Gene*Isoform*Allele (RSEM model)
- Fixed length normalization: Depth = Count / (Transcript_Length - Read_Length + 1)
- Fixed a bug in
prepare-emase
- Fixed a bug in Model 2 of handling multireads
run-emase
checks absolute sum of error (in TPM) for termination
- Added three more models of handling multireads
- Model 1: Gene->Isoform->Allele
- Model 2: Gene->Allele->Isoform
- Model 3: Gene->Isoform*Allele
- Model 4: Gene*Isoform*Allele (RSEM model)
- First release on PyPI
- Only implements RSEM model for handling Multiply-mapping reads (or multireads)