- Now, contig multiplicity is calculated simply as cov_i / cov_1.
- Now, LQ-coefficient is calculated with no regard to multiplicity of contigs.
1.5.b -> 1.6.a
- Added
.fna
,.fsa
, and.fsa_nt
to possible fasta extentions.
1.5.a -> 1.5.b
- combinator-FQ now can calculate expected genome length and multiplicity of contigs based on number of overlaps, if no coverage information is present in sequence headers.
- Minor output formatting fixes.
1.4.a -> 1.5.a
- performed total refactoring. Memory usage is reduced. Made some cosmetic fixes.
- Moved combinator-FQ to the separate (this) repository from https://github.com/masikol/cager-misc.
1.3.f -> 1.4.a
- bug fix (combinator used to ternimate in the end if it couldn't extract ordinal number of contig from contig's name);
1.3.e -> 1.3.f
-o
option addded.
1.3.d -> 1.3.e
- combinator-FQ now rounds coverage with 2 trailing digits.
1.3.c --> 1.3.d
- errorneous handling of SPADEs's
NODE_1
with zero coverage fixed;
1.3.b --> 1.3.c
- compatibility with a5 improved;
1.3.a --> 1.3.b
- calculating of expected genome length is improved;
1.2.b --> 1.3.a
;
- a5-compatibility bug fixed;
1.2.a --> 1.2.b
- calculating of expected genome length is embedded once again -- not considering contigs multiplicity;
- fasta-GC-content is added;
1.1.c --> 1.2.a
- calculating of expected genome length is disabled because it's impossible to handle high-copy replicons properly;
1.1.b --> 1.1.c
- calculation of expected genome length fixed;
1.1.a --> 1.1.b
- output file separated into three:
adjacent_contigs
.full_matching_log
andsummary
; - A5-coverage summary bug fixed;
1.0.a --> 1.1.a
- combinator-FQ version
1.0.a
added;