|
550 | 550 | }, |
551 | 551 | "kallisto_quant_fraglen": { |
552 | 552 | "type": "integer", |
553 | | - "description": "In single-end mode Kallisto requires an estimated fragment length. Specify a default value for that here. TODO: use existing RSeQC results to do this dynamically.", |
| 553 | + "description": "In single-end mode Kallisto requires an estimated fragment length (in base pairs). Specify a default value for that here.", |
554 | 554 | "default": 200, |
555 | 555 | "fa_icon": "fas fa-ruler-horizontal" |
556 | 556 | }, |
557 | 557 | "kallisto_quant_fraglen_sd": { |
558 | 558 | "type": "integer", |
559 | | - "description": "In single-end mode, Kallisto requires an estimated standard error for fragment length. Specify a default value for that here. TODO: use existing RSeQC results to do this dynamically.", |
| 559 | + "description": "In single-end mode, Kallisto requires an estimated standard error for fragment length (in base pairs). Specify a default value for that here.", |
560 | 560 | "default": 200, |
561 | 561 | "fa_icon": "fas fa-sort-amount-up-alt" |
562 | 562 | }, |
|
802 | 802 | }, |
803 | 803 | "skip_dupradar": { |
804 | 804 | "type": "boolean", |
| 805 | + "default": false, |
805 | 806 | "fa_icon": "fas fa-fast-forward", |
806 | | - "description": "Skip dupRadar." |
| 807 | + "description": "Skip dupRadar. Has no effect under `--use_rustqc` (experimental)." |
807 | 808 | }, |
808 | 809 | "skip_qualimap": { |
809 | 810 | "type": "boolean", |
| 811 | + "default": false, |
810 | 812 | "fa_icon": "fas fa-fast-forward", |
811 | | - "description": "Skip Qualimap." |
| 813 | + "description": "Skip Qualimap. Has no effect under `--use_rustqc` (experimental)." |
812 | 814 | }, |
813 | 815 | "skip_rseqc": { |
814 | 816 | "type": "boolean", |
| 817 | + "default": false, |
815 | 818 | "fa_icon": "fas fa-fast-forward", |
816 | | - "description": "Skip RSeQC." |
| 819 | + "description": "Skip RSeQC. Has no effect under `--use_rustqc` (experimental)." |
817 | 820 | }, |
818 | 821 | "skip_biotype_qc": { |
819 | 822 | "type": "boolean", |
| 823 | + "default": false, |
820 | 824 | "fa_icon": "fas fa-fast-forward", |
821 | | - "description": "Skip additional featureCounts process for biotype QC." |
| 825 | + "description": "Skip additional featureCounts process for biotype QC. Has no effect under `--use_rustqc` (experimental)." |
822 | 826 | }, |
823 | 827 | "skip_deseq2_qc": { |
824 | 828 | "type": "boolean", |
| 829 | + "default": false, |
825 | 830 | "fa_icon": "fas fa-fast-forward", |
826 | 831 | "description": "Skip DESeq2 PCA and heatmap plotting." |
827 | 832 | }, |
|
0 commit comments