- V4 release (
711ad95
)
- all TSV result headers are now PascalCase.
--split-by-rg
is now the default forstrandedness
andendedness
. Percentages are now returned when 'Pct' is used in the header.strandedness
now adds anoverall
entry when--split-by-rg
. Read Groups are compared in the header definition and those found while sampling sequences. Discrepancies between the two are logged as an error. Header RGs without sequences are added as ZERO results to the output.endedness
no longer exits with an ERROR onUnknown
cases. (711ad95
)
- endedness: Missing key for dictionary (
b077893
)
- encoding:
n-samples
->n-reads
(665d1d2
)
- junction-annotation: By default discard unannotated contigs (#96) (
d2f2e18
) - Adds Dockerfile (#97) (
26242b2
)
- Always annotate as
unannotated_reference
in the junctions file. By default, exclude from the summary report. With flag, call them "novel" in the summary (d2f2e18
)
- Set default
n-genes
to 1000 for improved accuracy (914525d
)
- Clarify other important improvement regarding disambiguation of… (#15) (
5d58156
) - Refactor to exclude junction-annotation from "best guess" notice (#13) (
c8e208e
)
- strandedness Make
--max-iterations-per-try
dynamic, based on--n-genes
instead of a static default of1000
(#88)
- This removes the
--delimiter
commandline arg (fbe382d
)
- junction-annotation: Capitalize
file
in result outfile (fa01f8b
)