Add scripts cigar_maplen.py
v1.0.a and samtool_setop.py
v1.0.a.
Add verbose mode to sum-up-snv.awk
- sum-up-snv.awk:
0.1.c -> 0.2.a
Rewrite seqator.py
compeletely to add flexibility.
- seqator:
2.0.a -> 3.0.a
most-freq-subseq
can now count subsequences either on positive strand or on both strands of input sequences (see option --both-strands
). Default behaviour is to count subsequences only on positive strand.
- most-freq-subseq:
1.1.b -> 1.2.a
seqator now takes input files from directory ./contigs/DNA Files
if directory ./contigs
contains no "SPAdes-like" .dna
files.
- seqator:
1.0.a -> 1.1.a
Moved combinator-FQ to the separate repository: https://github.com/masikol/combinator-FQ.
- fasta-GC-content: output files now contains "Coverage" column.
- fasta-GC-content: renames column "S (G or C)" to "S (degenerate)".
- fasta-GC-content:
1.1.a -> 1.1.b -> 1.1.c
- combinator-FQ: bug fix (combinator used to ternimate in the end if it couldn't extract ordinal number of contig from contig's name);
- combinator-FQ:
1.3.e -> 1.3.f
- kromsatel: fixed bug that would cause kromsatel to prefer minor amplicons over major ones.
- kromsatel:
1.2.e -> 1.3.a
- combinator-FQ:
-o
option addded.
- combinator-FQ:
1.3.d -> 1.3.e
- kromsatel: output files naming changed: now "cleaned" is suffix, not prefix.
- kromsatel:
1.2.d -> 1.2.e
- kromsatel now works 2 times faster.
- kromsatel:
1.2.c -> 1.2.d
- kromsatel: performance improved.
- kromsatel:
1.2.b -> 1.2.c
- kromsatel version
1.2.a
added, then added version1.2.b
with code commented and some optimized operations.
- pub: checked algorithm of finding color ballanced set of barcodes: now pub reclusters all barcodes except of the one having minimal silhouette score.
- pub:
1.0.a --> 1.1.a
- sum-up-snv (version
0.1.c
) added.
- combinator-FQ now rounds coverage with 2 trailing digits.
- combinator-FQ:
1.3.c --> 1.3.d
- dedupl-fastq.py added.
- pub.R added.
- combinator-FQ: errorneous handling of SPADEs's
NODE_1
with zero coverage fixed;
- combinator-FQ:
1.3.b --> 1.3.c
- combinator-FQ: compatibility with a5 improved;
- combinator-FQ:
1.3.a --> 1.3.b
- fastq-read-count: now counts number of bases additionaly;
- fastq-read-count:
1.0.a --> 1.1.a
;
- combinator-FQ: calculating of expected genome length is improved;
- combinator-FQ:
1.2.b --> 1.3.a
;
- find-seq script added;
- NOS added;
- packer-dna-to-fasta added;
- seqator added;
- fasta-GC-content: format of output file changed to tab-separated table with summary in the end;
- mean-qual script added;
- fastq2fasta script added;
- fastq-read-count script added;
- dna-summary script added;
- most-freq-subseq script added;
- combinator-FQ: a5-compatibility bug fixed;
- combinator-FQ:
1.2.a --> 1.2.b
- combinator-FQ: calculating of expected genome length is embedded once again -- not considering contigs multiplicity;
- fasta-GC-content is added;
- combinator-FQ:
1.1.c --> 1.2.a
- combinator-FQ: calculating of expected genome length is disabled because it's impossible to handle high-copy replicons properly;
- combinator-FQ:
1.1.b --> 1.1.c
- combinator-FQ: calculation of expected genome length fixed;
- combinator-FQ:
1.1.a --> 1.1.b
- combinator-FQ: output file separated into three:
adjacent_contigs
.full_matching_log
andsummary
; - combinator-FQ: A5-coverage summary bug fixed;
- combinator-FQ:
1.0.a --> 1.1.a
- combinator-FQ version
1.0.a
added;