You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
R Markdown sidebar now is messed up in render output.
Consider reworking AcidMarkdown defaults to address this.
Consider rounding raw counts to integer.
This better matches conventions used in internal bcbio-nextgen R script.
Non-integer counts tend to confuse people.
Only want to implement this at gene level.
Inform the user in the QC template which aligner was used for QC (e.g. STAR, HISAT2).
Look into tximeta integration.
Consider adding an alert message that fast mode doesn’t support functional analysis.
Recommend that organism, genomeBuild, ensemblRelease are defined.
Improve error message when user passes in incorrect genome.
e.g. Ensembl 105 when using bcbio default hg38 genome.
See logs from 2022-04-05 for debugging.
Consider reexporting defunct flatFiles here so we don’t break bcbio 1.2.8.
In bcbioRNASeq class checks, consider allowing NULL tx2gene when level = “transcripts”.
In internal `.tximport` function, need to dynamically set `ignoreTxVersion`?
In internal `.tximport` function, allow NULL tx2gene input when level = “transcripts”.
Need to improve code coverage of kallisto and sailfish import.
Supporting loading of multiple bcbio runs into a single object?