Releases: AmpliconSuite/AmpliconClassifier
Releases · AmpliconSuite/AmpliconClassifier
v1.2.1
v1.2.0
v1.1.4
AC version 1.1.4
- Remove unused check for AC_SRC in
feature_similarity.py
- Add ecDNA context to result table
- Bugfixes for annotation file reading
- Correct off-by-one error in cycle length calculation (was 1bp too short)
- Do not allow
--filter_similar
with--ref GRCh38_viral
as viral amplicon boundaries are conserved and this would filter oncoviral cases inappropriately.
v1.1.3
v1.1.2
v1.1.1
v1.1.0
v1.0.0
- adds ecDNA genomic context reporting to enable analysis of ecDNA origins
- refactor to place library files into a directory (will simplify conda packaging)
- add warning if input file cannot be generated
- tweak filtering criteria for
--filter_similar
argument
Version incremented to 1.0.0 as method is becoming stable.
v0.5.4
- Incorporates functionality of
make_input.sh
directly into amplicon_classifier.py - Users can now give a directory of AA outputs to the classifier with
--AA_results
, bypasing the need to make the .input file. - Makes reading of graph file more robust
- Tweaks
--filter_similar
multiple comparisons p-val adjustment - Bugfix to gene names changed for hg38
- Documentation updates