alexis
Results
3
issues of
alexis
Existing code in ```RNAseq/Workflow_Documentation/NF_RCP-F/workflow_code/bin/dp_tools__NF_RCP/checks.py```: ```python def check_dge_table_group_columns_constraints( dge_table: Path, runsheet: Path, samples: set[str], **_ ) -> FlagEntry: FLOAT_TOLERANCE = ( 0.001 # Percent allowed difference due to float precision differences...
- Fix ADD GENE ANNOTATIONS process break when no organism-specific annotation table is used - Improve log2fc VV DGE log entry - Add workflow version to software table - Update...