Releases: lpantano/seqcluster
Releases · lpantano/seqcluster
umi error fixed
v.1.2.8
v1.2.7
v1.2.5
- Fix error when the precursor is too long to ignore RNAfold calculation. Thanks to @ZhuZhuoHSPH and @kthlnktng
v1.2.4
- Fix multiple errors when running in python 3 due to
map
function. - Fix error in collapsing fasta files.
- Fix end of line character for counts_sequence.tsv.
- Remove
map
function from quality class in collapse function to avoid seg.fault in python3. - Use DESeq2 normalization strategy.
- Fix more errors in python3 env.
- Fix UMI checking when the input file is a gzip file. Thanks to @rbatorsky-claritas.
- Fix header bug
- Initiate migration to py3*. Thanks to @smoe.
- Include mirtop annotation.
- Fix upgrade command.
- Fix UMIs detection to count using unique seq + umi. Thanks to @mshadbolt
- Remove Cpy code and use biopython
- Clean test examples
- Fix UMI error when sequences have different sizes. Thanks to @mshadbolt
- Support UMI tag when collapsing
- Add count matrix for each sequence
- Remove HTML report
- Allow size parameter during collapsing reads
- Fix reporting DB when precursor is masked
- Add conflict to output
- Fix bug in prepare sample that will setup min-shared
to samples size always.
v1.2.4a3
v1.2.3
Improve bedtools usage
- 1.2.2
- Use bedtools for bamtobed and clustering
- Only update seqcluster code when upgrading
- Add beter logging to prepare sub-command
seqcluster-v1.2.1
- 1.2.1
- Fix expression profile when no sequence at that position
- Fix reading from profile file to avoid calculation
- 1.2.0
- Add function to map SNPs to genome coordinate
- Add RNAfold to report for html vis.
- Adapt C code to macosx
- Improve test functions