From a2dac872257e44df27c75e571fb205501a94a07d Mon Sep 17 00:00:00 2001 From: nf-core-bot Date: Wed, 4 Dec 2024 14:03:23 +0000 Subject: [PATCH] [automated] Fix code linting --- CHANGELOG.md | 60 ++++++++++++++++++++++++++-------------------------- 1 file changed, 30 insertions(+), 30 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ec05c64e..1fa69957a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1033,14 +1033,14 @@ Note, since the pipeline is now using Nextflow DSL2, each process will be run wi ### Parameters -| Old parameter | New parameter | -| --------------------------- | -------------------------------------- | -| `--fc_extra_attributes` | `--gtf_extra_attributes` | -| `--fc_group_features` | `--gtf_group_features` | -| `--fc_count_type` | `--gtf_count_type` | -| `--fc_group_features_type` | `--gtf_group_features_type` | -| | `--singularity_pull_docker_container` | -| `--skip_featurecounts` | | +| Old parameter | New parameter | +| -------------------------- | ------------------------------------- | +| `--fc_extra_attributes` | `--gtf_extra_attributes` | +| `--fc_group_features` | `--gtf_group_features` | +| `--fc_count_type` | `--gtf_count_type` | +| `--fc_group_features_type` | `--gtf_group_features_type` | +| | `--singularity_pull_docker_container` | +| `--skip_featurecounts` | | > **NB:** Parameter has been **updated** if both old and new parameter information is present. > **NB:** Parameter has been **added** if just the new parameter information is present. @@ -1118,28 +1118,28 @@ Note, since the pipeline is now using Nextflow DSL2, each process will be run wi #### Updated -| Old parameter | New parameter | -| ----------------------------- | --------------------------- | -| `--reads` | `--input` | -| `--igenomesIgnore` | `--igenomes_ignore` | -| `--removeRiboRNA` | `--remove_ribo_rna` | -| `--rRNA_database_manifest` | `--ribo_database_manifest` | -| `--save_nonrRNA_reads` | `--save_non_ribo_reads` | -| `--saveAlignedIntermediates` | `--save_align_intermeds` | -| `--saveReference` | `--save_reference` | -| `--saveTrimmed` | `--save_trimmed` | -| `--saveUnaligned` | `--save_unaligned` | -| `--skipAlignment` | `--skip_alignment` | -| `--skipBiotypeQC` | `--skip_biotype_qc` | -| `--skipDupRadar` | `--skip_dupradar` | -| `--skipFastQC` | `--skip_fastqc` | -| `--skipMultiQC` | `--skip_multiqc` | -| `--skipPreseq` | `--skip_preseq` | -| `--skipQC` | `--skip_qc` | -| `--skipQualimap` | `--skip_qualimap` | -| `--skipRseQC` | `--skip_rseqc` | -| `--skipTrimming` | `--skip_trimming` | -| `--stringTieIgnoreGTF` | `--stringtie_ignore_gtf` | +| Old parameter | New parameter | +| ---------------------------- | -------------------------- | +| `--reads` | `--input` | +| `--igenomesIgnore` | `--igenomes_ignore` | +| `--removeRiboRNA` | `--remove_ribo_rna` | +| `--rRNA_database_manifest` | `--ribo_database_manifest` | +| `--save_nonrRNA_reads` | `--save_non_ribo_reads` | +| `--saveAlignedIntermediates` | `--save_align_intermeds` | +| `--saveReference` | `--save_reference` | +| `--saveTrimmed` | `--save_trimmed` | +| `--saveUnaligned` | `--save_unaligned` | +| `--skipAlignment` | `--skip_alignment` | +| `--skipBiotypeQC` | `--skip_biotype_qc` | +| `--skipDupRadar` | `--skip_dupradar` | +| `--skipFastQC` | `--skip_fastqc` | +| `--skipMultiQC` | `--skip_multiqc` | +| `--skipPreseq` | `--skip_preseq` | +| `--skipQC` | `--skip_qc` | +| `--skipQualimap` | `--skip_qualimap` | +| `--skipRseQC` | `--skip_rseqc` | +| `--skipTrimming` | `--skip_trimming` | +| `--stringTieIgnoreGTF` | `--stringtie_ignore_gtf` | #### Added