|
877 | 877 | "description": "Turn on damage rescaling of BAM files using mapDamage2 to probabilistically remove damage.", |
878 | 878 | "help_text": "Turns on mapDamage2's BAM rescaling functionality. This probablistically replaces Ts back to Cs depending on the likelihood this reference-mismatch was originally caused by damage. If the library is specified to be single stranded, this will automatically use the `--single-stranded` mode.\n\nThis functionality does not have any MultiQC output.\n\n:warning: rescaled libraries will not be merged with non-scaled libraries of the same sample for downstream genotyping, as the model may be different for each library. If you wish to merge these, please do this manually and re-run nf-core/eager using the merged BAMs as input. \n\n> Modifies the `--rescale` parameter of mapDamage2" |
879 | 879 | }, |
880 | | - "rescale_length_5p": { |
| 880 | + "rescale_seqlength": { |
881 | 881 | "type": "integer", |
882 | 882 | "default": 12, |
883 | | - "fa_icon": "fas fa-balance-scale-right", |
884 | | - "description": "Length of read for mapDamage2 to rescale from 5p end.", |
885 | | - "help_text": "Specify the length from the end of the read that mapDamage should rescale.\n\n> Modifies the `--rescale-length-5p` parameter of mapDamage2." |
| 883 | + "fa_icon": "fas fa-ruler-horizontal", |
| 884 | + "description": "Length of read sequence to use from each side for rescaling. Can be overridden by --rescale_length_*p.", |
| 885 | + "help_text": "Specify the length from the end of the read that mapDamage should rescale at both ends.\n\n> Modifies the `--seq-length` parameter of mapDamage2." |
| 886 | + }, |
| 887 | + "rescale_length_5p": { |
| 888 | + "type": "integer", |
| 889 | + "default": 0, |
| 890 | + "fa_icon": "fas fa-balance-scale-right", |
| 891 | + "description": "Length of read for mapDamage2 to rescale from 5p end. Only used if not 0 otherwise --rescale_seqlength used.", |
| 892 | + "help_text": "Specify the length from the end of the read that mapDamage should rescale. Overrides `--rescale_seqlength`.\n\n> Modifies the `--rescale-length-5p` parameter of mapDamage2." |
886 | 893 | }, |
887 | 894 | "rescale_length_3p": { |
888 | | - "type": "integer", |
889 | | - "default": 12, |
890 | | - "fa_icon": "fas fa-balance-scale-left", |
891 | | - "description": "Length of read for mapDamage2 to rescale from 3p end.", |
892 | | - "help_text": "Specify the length from the end of the read that mapDamage should rescale.\n\n> Modifies the `--rescale-length-3p` parameter of mapDamage2." |
893 | | - } |
| 895 | + "type": "integer", |
| 896 | + "default": 0, |
| 897 | + "fa_icon": "fas fa-balance-scale-left", |
| 898 | + "description": "Length of read for mapDamage2 to rescale from 3p end. Only used if not 0 otherwise --rescale_seqlength used..", |
| 899 | + "help_text": "Specify the length from the end of the read that mapDamage should rescale.\n\n> Modifies the `--rescale-length-3p` parameter of mapDamage2." |
| 900 | + } |
894 | 901 | }, |
895 | 902 | "fa_icon": "fas fa-chart-line", |
896 | 903 | "help_text": "More documentation can be seen in the follow links for:\n\n- [DamageProfiler](https://github.com/Integrative-Transcriptomics/DamageProfiler)\n- [PMDTools documentation](https://github.com/pontussk/PMDtools)\n\nIf using TSV input, DamageProfiler is performed per library, i.e. after lane\nmerging. PMDtools and BAM Trimming is run after library merging of same-named\nlibrary BAMs that have the same type of UDG treatment. BAM Trimming is only\nperformed on non-UDG and half-UDG treated data.\n" |
|
0 commit comments