Release 1.3.0
Fixed:
-
Adjacent variants were not merged as MNVs successfully. The function always exited with nothing.
-
Because of the updating to on-disk GTF, the coding transcripts were not generated and saved successfully.
filterFasta
is the only command affected. -
Updated
splitFasta
andsummarizeFasta
to accept source combinations in--order-source
. -
Fixed
parseCIRCexplorer
so the exon/intron indices in variant IDs are sorted correctly. -
Fixed
parseVEP
to handle insertions in start-inclusion. #840 -
Fixed
callVariant
of 'no reference out node found'. #842 -
Fixed
mergeFasta
to remove redundant FASTA header entries. #846 -
Fixed
GenomicAnnotation
to parse ENSEMBL style UTR correctly. #687 -
Switch to use python's
logging
package for logging. -
Print basic summary to
callVariant
output. #412