From 7b7685ea4ffd9e0fe4e0bb4b131e72a06fbb808d Mon Sep 17 00:00:00 2001 From: nf-core-bot Date: Fri, 28 Apr 2023 14:25:28 +0000 Subject: [PATCH 01/14] Template update for nf-core/tools version 2.8 --- .devcontainer/devcontainer.json | 27 + .editorconfig | 5 +- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- .github/PULL_REQUEST_TEMPLATE.md | 3 +- .github/workflows/awsfulltest.yml | 10 +- .github/workflows/awstest.yml | 11 +- .github/workflows/branch.yml | 2 +- .github/workflows/ci.yml | 35 +- .github/workflows/clean-up.yml | 24 + .github/workflows/fix-linting.yml | 55 ++ .github/workflows/linting.yml | 2 +- .gitignore | 1 - .gitpod.yml | 14 + .nf-core.yml | 1 - .pre-commit-config.yaml | 5 + .prettierignore | 12 + .prettierrc.yml | 1 + CITATIONS.md | 68 +-- README.md | 102 ++-- assets/adaptivecard.json | 67 +++ assets/methods_description_template.yml | 25 + assets/multiqc_config.yaml | 11 - assets/multiqc_config.yml | 13 + assets/samplesheet.csv | 5 +- assets/schema_input.json | 8 +- assets/slackreport.json | 34 ++ bin/check_samplesheet.py | 352 ++++++++---- bin/write_samplesheet.sh | 8 - conf/base.config | 33 +- conf/igenomes.config | 88 +-- conf/modules.config | 507 +----------------- conf/test.config | 25 +- conf/test_full.config | 8 +- conf/xanadu.config | 212 -------- docs/output.md | 233 +------- docs/usage.md | 279 ++++------ lib/NfcoreSchema.groovy | 4 +- lib/Utils.groovy | 25 +- lib/WorkflowMain.groovy | 38 +- lib/WorkflowRadseq.groovy | 52 +- main.nf | 26 +- modules.json | 148 +---- modules/local/bedops/merge/main.nf | 33 -- modules/local/bedops/merge/meta.yml | 0 modules/local/cdhit_to_rbdiv.nf | 67 --- modules/local/combine_uniq_forward_reads.nf | 80 --- modules/local/create_intervals.nf | 74 --- modules/local/prepare_forward_reads.nf | 104 ---- modules/local/rainbow/div/rainbow_div.nf | 34 -- modules/local/rainbow/merge/rainbow_merge.nf | 38 -- modules/local/rbmerge2fasta.nf | 67 --- modules/local/samplesheet_check.nf | 8 +- modules/nf-core/bcftools/concat/main.nf | 46 -- modules/nf-core/bcftools/concat/meta.yml | 49 -- .../nf-core/bcftools/sort/bcftools-sort.diff | 18 - modules/nf-core/bcftools/sort/main.nf | 48 -- modules/nf-core/bcftools/sort/meta.yml | 43 -- modules/nf-core/bedtools/bamtobed/main.nf | 35 -- modules/nf-core/bedtools/bamtobed/meta.yml | 38 -- .../bedtools/coverage/bedtools-coverage.diff | 37 -- modules/nf-core/bedtools/coverage/main.nf | 38 -- modules/nf-core/bedtools/coverage/meta.yml | 58 -- modules/nf-core/bedtools/intersect/main.nf | 54 -- modules/nf-core/bedtools/intersect/meta.yml | 47 -- .../makewindows/bedtools-makewindows.diff | 63 --- modules/nf-core/bedtools/makewindows/main.nf | 49 -- modules/nf-core/bedtools/makewindows/meta.yml | 43 -- .../bedtools/merge/bedtools-merge.diff | 54 -- modules/nf-core/bedtools/merge/main.nf | 38 -- modules/nf-core/bedtools/merge/meta.yml | 39 -- .../nf-core/bedtools/sort/bedtools-sort.diff | 32 -- modules/nf-core/bedtools/sort/main.nf | 42 -- modules/nf-core/bedtools/sort/meta.yml | 48 -- modules/nf-core/bwa/index/main.nf | 51 -- modules/nf-core/bwa/index/meta.yml | 42 -- modules/nf-core/bwa/mem/bwa-mem.diff | 102 ---- modules/nf-core/bwa/mem/main.nf | 76 --- modules/nf-core/bwa/mem/meta.yml | 55 -- modules/nf-core/bwamem2/index/main.nf | 49 -- modules/nf-core/bwamem2/index/meta.yml | 40 -- modules/nf-core/bwamem2/mem/bwamem2-mem.diff | 108 ---- modules/nf-core/bwamem2/mem/main.nf | 87 --- modules/nf-core/bwamem2/mem/meta.yml | 54 -- modules/nf-core/cdhit/cdhit/cdhit-cdhit.diff | 92 ---- modules/nf-core/cdhit/cdhit/main.nf | 65 --- modules/nf-core/cdhit/cdhit/meta.yml | 48 -- .../custom/dumpsoftwareversions/main.nf | 6 +- .../custom/dumpsoftwareversions/meta.yml | 2 + .../templates/dumpsoftwareversions.py | 3 +- modules/nf-core/fastp/fastp.diff | 230 -------- modules/nf-core/fastp/main.nf | 201 ------- modules/nf-core/fastp/meta.yml | 73 --- modules/nf-core/freebayes/freebayes.diff | 56 -- modules/nf-core/freebayes/main.nf | 49 -- modules/nf-core/freebayes/meta.yml | 82 --- modules/nf-core/minimap2/align/main.nf | 48 -- modules/nf-core/minimap2/align/meta.yml | 65 --- modules/nf-core/minimap2/index/main.nf | 34 -- modules/nf-core/minimap2/index/meta.yml | 40 -- modules/nf-core/multiqc/meta.yml | 3 +- modules/nf-core/samtools/faidx/main.nf | 44 -- modules/nf-core/samtools/faidx/meta.yml | 47 -- modules/nf-core/samtools/flagstat/main.nf | 35 -- modules/nf-core/samtools/flagstat/meta.yml | 49 -- modules/nf-core/samtools/idxstats/main.nf | 36 -- modules/nf-core/samtools/idxstats/meta.yml | 50 -- modules/nf-core/samtools/index/main.nf | 48 -- modules/nf-core/samtools/index/meta.yml | 53 -- modules/nf-core/samtools/merge/main.nf | 56 -- modules/nf-core/samtools/merge/meta.yml | 62 --- modules/nf-core/samtools/stats/main.nf | 49 -- modules/nf-core/samtools/stats/meta.yml | 53 -- modules/nf-core/seqtk/seq/main.nf | 40 -- modules/nf-core/seqtk/seq/meta.yml | 42 -- modules/nf-core/tabix/tabix/main.nf | 42 -- modules/nf-core/tabix/tabix/meta.yml | 45 -- modules/nf-core/umitools/dedup/main.nf | 45 -- modules/nf-core/umitools/dedup/meta.yml | 63 --- .../umitools/dedup/umitools-dedup.diff | 14 - nextflow.config | 183 +++---- nextflow_schema.json | 47 +- pyproject.toml | 10 + subworkflows/local/bam_intervals_bedtools.nf | 74 --- subworkflows/local/bam_merge_index_samtools | 33 -- .../local/bam_variant_calling_freebayes | 36 -- subworkflows/local/cdhit_rainbow | 85 --- subworkflows/local/fastp_processradtags | 37 -- .../local/fastq_index_align_bwa_minimap | 104 ---- subworkflows/local/input_check.nf | 19 +- .../bam_dedup_stats_samtools_umitools/main.nf | 56 -- .../meta.yml | 56 -- .../nf-core/bam_stats_samtools/main.nf | 32 -- .../nf-core/bam_stats_samtools/meta.yml | 54 -- tower.yml | 5 + workflows/radseq.nf | 142 ++--- 135 files changed, 1095 insertions(+), 6517 deletions(-) create mode 100644 .devcontainer/devcontainer.json create mode 100644 .github/workflows/clean-up.yml create mode 100644 .github/workflows/fix-linting.yml create mode 100644 .gitpod.yml create mode 100644 .pre-commit-config.yaml create mode 100644 .prettierignore create mode 100644 .prettierrc.yml create mode 100644 assets/adaptivecard.json create mode 100644 assets/methods_description_template.yml delete mode 100644 assets/multiqc_config.yaml create mode 100644 assets/multiqc_config.yml create mode 100644 assets/slackreport.json delete mode 100644 bin/write_samplesheet.sh delete mode 100644 conf/xanadu.config mode change 100755 => 100644 lib/Utils.groovy delete mode 100644 modules/local/bedops/merge/main.nf delete mode 100644 modules/local/bedops/merge/meta.yml delete mode 100644 modules/local/cdhit_to_rbdiv.nf delete mode 100644 modules/local/combine_uniq_forward_reads.nf delete mode 100644 modules/local/create_intervals.nf delete mode 100644 modules/local/prepare_forward_reads.nf delete mode 100644 modules/local/rainbow/div/rainbow_div.nf delete mode 100644 modules/local/rainbow/merge/rainbow_merge.nf delete mode 100644 modules/local/rbmerge2fasta.nf delete mode 100644 modules/nf-core/bcftools/concat/main.nf delete mode 100644 modules/nf-core/bcftools/concat/meta.yml delete mode 100644 modules/nf-core/bcftools/sort/bcftools-sort.diff delete mode 100644 modules/nf-core/bcftools/sort/main.nf delete mode 100644 modules/nf-core/bcftools/sort/meta.yml delete mode 100644 modules/nf-core/bedtools/bamtobed/main.nf delete mode 100644 modules/nf-core/bedtools/bamtobed/meta.yml delete mode 100644 modules/nf-core/bedtools/coverage/bedtools-coverage.diff delete mode 100644 modules/nf-core/bedtools/coverage/main.nf delete mode 100644 modules/nf-core/bedtools/coverage/meta.yml delete mode 100644 modules/nf-core/bedtools/intersect/main.nf delete mode 100644 modules/nf-core/bedtools/intersect/meta.yml delete mode 100644 modules/nf-core/bedtools/makewindows/bedtools-makewindows.diff delete mode 100644 modules/nf-core/bedtools/makewindows/main.nf delete mode 100644 modules/nf-core/bedtools/makewindows/meta.yml delete mode 100644 modules/nf-core/bedtools/merge/bedtools-merge.diff delete mode 100644 modules/nf-core/bedtools/merge/main.nf delete mode 100644 modules/nf-core/bedtools/merge/meta.yml delete mode 100644 modules/nf-core/bedtools/sort/bedtools-sort.diff delete mode 100644 modules/nf-core/bedtools/sort/main.nf delete mode 100644 modules/nf-core/bedtools/sort/meta.yml delete mode 100644 modules/nf-core/bwa/index/main.nf delete mode 100644 modules/nf-core/bwa/index/meta.yml delete mode 100644 modules/nf-core/bwa/mem/bwa-mem.diff delete mode 100644 modules/nf-core/bwa/mem/main.nf delete mode 100644 modules/nf-core/bwa/mem/meta.yml delete mode 100644 modules/nf-core/bwamem2/index/main.nf delete mode 100644 modules/nf-core/bwamem2/index/meta.yml delete mode 100644 modules/nf-core/bwamem2/mem/bwamem2-mem.diff delete mode 100644 modules/nf-core/bwamem2/mem/main.nf delete mode 100644 modules/nf-core/bwamem2/mem/meta.yml delete mode 100644 modules/nf-core/cdhit/cdhit/cdhit-cdhit.diff delete mode 100644 modules/nf-core/cdhit/cdhit/main.nf delete mode 100644 modules/nf-core/cdhit/cdhit/meta.yml delete mode 100644 modules/nf-core/fastp/fastp.diff delete mode 100644 modules/nf-core/fastp/main.nf delete mode 100644 modules/nf-core/fastp/meta.yml delete mode 100644 modules/nf-core/freebayes/freebayes.diff delete mode 100644 modules/nf-core/freebayes/main.nf delete mode 100644 modules/nf-core/freebayes/meta.yml delete mode 100644 modules/nf-core/minimap2/align/main.nf delete mode 100644 modules/nf-core/minimap2/align/meta.yml delete mode 100644 modules/nf-core/minimap2/index/main.nf delete mode 100644 modules/nf-core/minimap2/index/meta.yml delete mode 100644 modules/nf-core/samtools/faidx/main.nf delete mode 100644 modules/nf-core/samtools/faidx/meta.yml delete mode 100644 modules/nf-core/samtools/flagstat/main.nf delete mode 100644 modules/nf-core/samtools/flagstat/meta.yml delete mode 100644 modules/nf-core/samtools/idxstats/main.nf delete mode 100644 modules/nf-core/samtools/idxstats/meta.yml delete mode 100644 modules/nf-core/samtools/index/main.nf delete mode 100644 modules/nf-core/samtools/index/meta.yml delete mode 100644 modules/nf-core/samtools/merge/main.nf delete mode 100644 modules/nf-core/samtools/merge/meta.yml delete mode 100644 modules/nf-core/samtools/stats/main.nf delete mode 100644 modules/nf-core/samtools/stats/meta.yml delete mode 100644 modules/nf-core/seqtk/seq/main.nf delete mode 100644 modules/nf-core/seqtk/seq/meta.yml delete mode 100644 modules/nf-core/tabix/tabix/main.nf delete mode 100644 modules/nf-core/tabix/tabix/meta.yml delete mode 100644 modules/nf-core/umitools/dedup/main.nf delete mode 100644 modules/nf-core/umitools/dedup/meta.yml delete mode 100644 modules/nf-core/umitools/dedup/umitools-dedup.diff create mode 100644 pyproject.toml delete mode 100644 subworkflows/local/bam_intervals_bedtools.nf delete mode 100644 subworkflows/local/bam_merge_index_samtools delete mode 100644 subworkflows/local/bam_variant_calling_freebayes delete mode 100644 subworkflows/local/cdhit_rainbow delete mode 100644 subworkflows/local/fastp_processradtags delete mode 100644 subworkflows/local/fastq_index_align_bwa_minimap delete mode 100644 subworkflows/nf-core/bam_dedup_stats_samtools_umitools/main.nf delete mode 100644 subworkflows/nf-core/bam_dedup_stats_samtools_umitools/meta.yml delete mode 100644 subworkflows/nf-core/bam_stats_samtools/main.nf delete mode 100644 subworkflows/nf-core/bam_stats_samtools/meta.yml create mode 100644 tower.yml diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json new file mode 100644 index 0000000..ea27a58 --- /dev/null +++ b/.devcontainer/devcontainer.json @@ -0,0 +1,27 @@ +{ + "name": "nfcore", + "image": "nfcore/gitpod:latest", + "remoteUser": "gitpod", + + // Configure tool-specific properties. + "customizations": { + // Configure properties specific to VS Code. + "vscode": { + // Set *default* container specific settings.json values on container create. + "settings": { + "python.defaultInterpreterPath": "/opt/conda/bin/python", + "python.linting.enabled": true, + "python.linting.pylintEnabled": true, + "python.formatting.autopep8Path": "/opt/conda/bin/autopep8", + "python.formatting.yapfPath": "/opt/conda/bin/yapf", + "python.linting.flake8Path": "/opt/conda/bin/flake8", + "python.linting.pycodestylePath": "/opt/conda/bin/pycodestyle", + "python.linting.pydocstylePath": "/opt/conda/bin/pydocstyle", + "python.linting.pylintPath": "/opt/conda/bin/pylint" + }, + + // Add the IDs of extensions you want installed when the container is created. + "extensions": ["ms-python.python", "ms-python.vscode-pylance", "nf-core.nf-core-extensionpack"] + } + } +} diff --git a/.editorconfig b/.editorconfig index 9554950..b6b3190 100644 --- a/.editorconfig +++ b/.editorconfig @@ -8,12 +8,9 @@ trim_trailing_whitespace = true indent_size = 4 indent_style = space -[*.{yml,yaml}] +[*.{md,yml,yaml,html,css,scss,js}] indent_size = 2 -[*.json] -insert_final_newline = unset - # These files are edited and tested upstream in nf-core/modules [/modules/nf-core/**] charset = unset diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 8625fa0..269917a 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -45,6 +45,6 @@ body: * Nextflow version _(eg. 22.10.1)_ * Hardware _(eg. HPC, Desktop, Cloud)_ * Executor _(eg. slurm, local, awsbatch)_ - * Container engine: _(e.g. Docker, Singularity, Conda, Podman, Shifter or Charliecloud)_ + * Container engine: _(e.g. Docker, Singularity, Conda, Podman, Shifter, Charliecloud, or Apptainer)_ * OS _(eg. CentOS Linux, macOS, Linux Mint)_ * Version of nf-core/radseq _(eg. 1.1, 1.5, 1.8.2)_ diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 64e25d7..60b9ef2 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -15,7 +15,8 @@ Learn more about contributing: [CONTRIBUTING.md](https://github.com/nf-core/rads - [ ] This comment contains a description of changes (with reason). - [ ] If you've fixed a bug or added code that should be tested, add tests! -- [ ] If you've added a new tool - have you followed the pipeline conventions in the [contribution docs](https://github.com/nf-core/radseq/tree/master/.github/CONTRIBUTING.md)- [ ] If necessary, also make a PR on the nf-core/radseq _branch_ on the [nf-core/test-datasets](https://github.com/nf-core/test-datasets) repository. +- [ ] If you've added a new tool - have you followed the pipeline conventions in the [contribution docs](https://github.com/nf-core/radseq/tree/master/.github/CONTRIBUTING.md) +- [ ] If necessary, also make a PR on the nf-core/radseq _branch_ on the [nf-core/test-datasets](https://github.com/nf-core/test-datasets) repository. - [ ] Make sure your code lints (`nf-core lint`). - [ ] Ensure the test suite passes (`nextflow run . -profile test,docker --outdir `). - [ ] Usage Documentation in `docs/usage.md` is updated. diff --git a/.github/workflows/awsfulltest.yml b/.github/workflows/awsfulltest.yml index 72da2f5..8300e7a 100644 --- a/.github/workflows/awsfulltest.yml +++ b/.github/workflows/awsfulltest.yml @@ -14,21 +14,21 @@ jobs: runs-on: ubuntu-latest steps: - name: Launch workflow via tower - uses: nf-core/tower-action@v2 + uses: seqeralabs/action-tower-launch@v1 # TODO nf-core: You can customise AWS full pipeline tests as required # Add full size test data (but still relatively small datasets for few samples) # on the `test_full.config` test runs with only one set of parameters - with: workspace_id: ${{ secrets.TOWER_WORKSPACE_ID }} access_token: ${{ secrets.TOWER_ACCESS_TOKEN }} compute_env: ${{ secrets.TOWER_COMPUTE_ENV }} - pipeline: ${{ github.repository }} - revision: ${{ github.sha }} workdir: s3://${{ secrets.AWS_S3_BUCKET }}/work/radseq/work-${{ github.sha }} parameters: | { "outdir": "s3://${{ secrets.AWS_S3_BUCKET }}/radseq/results-${{ github.sha }}" } profiles: test_full,aws_tower - pre_run_script: 'export NXF_VER=21.10.3' + - uses: actions/upload-artifact@v3 + with: + name: Tower debug log file + path: tower_action_*.log diff --git a/.github/workflows/awstest.yml b/.github/workflows/awstest.yml index d94cac3..a80bb03 100644 --- a/.github/workflows/awstest.yml +++ b/.github/workflows/awstest.yml @@ -10,19 +10,20 @@ jobs: if: github.repository == 'nf-core/radseq' runs-on: ubuntu-latest steps: + # Launch workflow using Tower CLI tool action - name: Launch workflow via tower - uses: nf-core/tower-action@v2 - + uses: seqeralabs/action-tower-launch@v1 with: workspace_id: ${{ secrets.TOWER_WORKSPACE_ID }} access_token: ${{ secrets.TOWER_ACCESS_TOKEN }} compute_env: ${{ secrets.TOWER_COMPUTE_ENV }} - pipeline: ${{ github.repository }} - revision: ${{ github.sha }} workdir: s3://${{ secrets.AWS_S3_BUCKET }}/work/radseq/work-${{ github.sha }} parameters: | { "outdir": "s3://${{ secrets.AWS_S3_BUCKET }}/radseq/results-test-${{ github.sha }}" } profiles: test,aws_tower - pre_run_script: 'export NXF_VER=21.10.3' + - uses: actions/upload-artifact@v3 + with: + name: Tower debug log file + path: tower_action_*.log diff --git a/.github/workflows/branch.yml b/.github/workflows/branch.yml index 8f71233..121c3df 100644 --- a/.github/workflows/branch.yml +++ b/.github/workflows/branch.yml @@ -13,7 +13,7 @@ jobs: - name: Check PRs if: github.repository == 'nf-core/radseq' run: | - { [[ ${{github.event.pull_request.head.repo.full_name }} == nf-core/radseq ]] && [[ $GITHUB_HEAD_REF = "dev" ]]; } || [[ $GITHUB_HEAD_REF == "patch" ]] + { [[ ${{github.event.pull_request.head.repo.full_name }} == nf-core/radseq ]] && [[ $GITHUB_HEAD_REF == "dev" ]]; } || [[ $GITHUB_HEAD_REF == "patch" ]] # If the above check failed, post a comment on the PR explaining the failure # NOTE - this doesn't currently work if the PR is coming from a fork, due to limitations in GitHub actions secrets diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b5d804e..ab9c586 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,41 +10,34 @@ on: env: NXF_ANSI_LOG: false - CAPSULE_LOG: none + +concurrency: + group: "${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}" + cancel-in-progress: true jobs: test: - name: Run workflow tests + name: Run pipeline with test data # Only run on push if this is the nf-core dev branch (merged PRs) - if: ${{ github.event_name != 'push' || (github.event_name == 'push' && github.repository == 'nf-core/radseq') }} + if: "${{ github.event_name != 'push' || (github.event_name == 'push' && github.repository == 'nf-core/radseq') }}" runs-on: ubuntu-latest strategy: matrix: - # Nextflow versions - include: - # Test pipeline minimum Nextflow version - - NXF_VER: '21.10.3' - NXF_EDGE: '' - # Test latest edge release of Nextflow - - NXF_VER: '' - NXF_EDGE: '1' + NXF_VER: + - "22.10.1" + - "latest-everything" steps: - name: Check out pipeline code - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Install Nextflow - env: - NXF_VER: ${{ matrix.NXF_VER }} - # Uncomment only if the edge release is more recent than the latest stable release - # See https://github.com/nextflow-io/nextflow/issues/2467 - # NXF_EDGE: ${{ matrix.NXF_EDGE }} - run: | - wget -qO- get.nextflow.io | bash - sudo mv nextflow /usr/local/bin/ + uses: nf-core/setup-nextflow@v1 + with: + version: "${{ matrix.NXF_VER }}" - name: Run pipeline with test data # TODO nf-core: You can customise CI pipeline run tests as required # For example: adding multiple test runs with different parameters # Remember that you can parallelise this by using strategy.matrix run: | - nextflow run ${GITHUB_WORKSPACE} -profile test,docker + nextflow run ${GITHUB_WORKSPACE} -profile test,docker --outdir ./results diff --git a/.github/workflows/clean-up.yml b/.github/workflows/clean-up.yml new file mode 100644 index 0000000..694e90e --- /dev/null +++ b/.github/workflows/clean-up.yml @@ -0,0 +1,24 @@ +name: "Close user-tagged issues and PRs" +on: + schedule: + - cron: "0 0 * * 0" # Once a week + +jobs: + clean-up: + runs-on: ubuntu-latest + permissions: + issues: write + pull-requests: write + steps: + - uses: actions/stale@v7 + with: + stale-issue-message: "This issue has been tagged as awaiting-changes or awaiting-feedback by an nf-core contributor. Remove stale label or add a comment otherwise this issue will be closed in 20 days." + stale-pr-message: "This PR has been tagged as awaiting-changes or awaiting-feedback by an nf-core contributor. Remove stale label or add a comment if it is still useful." + close-issue-message: "This issue was closed because it has been tagged as awaiting-changes or awaiting-feedback by an nf-core contributor and then staled for 20 days with no activity." + days-before-stale: 30 + days-before-close: 20 + days-before-pr-close: -1 + any-of-labels: "awaiting-changes,awaiting-feedback" + exempt-issue-labels: "WIP" + exempt-pr-labels: "WIP" + repo-token: "${{ secrets.GITHUB_TOKEN }}" diff --git a/.github/workflows/fix-linting.yml b/.github/workflows/fix-linting.yml new file mode 100644 index 0000000..08f094f --- /dev/null +++ b/.github/workflows/fix-linting.yml @@ -0,0 +1,55 @@ +name: Fix linting from a comment +on: + issue_comment: + types: [created] + +jobs: + deploy: + # Only run if comment is on a PR with the main repo, and if it contains the magic keywords + if: > + contains(github.event.comment.html_url, '/pull/') && + contains(github.event.comment.body, '@nf-core-bot fix linting') && + github.repository == 'nf-core/radseq' + runs-on: ubuntu-latest + steps: + # Use the @nf-core-bot token to check out so we can push later + - uses: actions/checkout@v3 + with: + token: ${{ secrets.nf_core_bot_auth_token }} + + # Action runs on the issue comment, so we don't get the PR by default + # Use the gh cli to check out the PR + - name: Checkout Pull Request + run: gh pr checkout ${{ github.event.issue.number }} + env: + GITHUB_TOKEN: ${{ secrets.nf_core_bot_auth_token }} + + - uses: actions/setup-node@v3 + + - name: Install Prettier + run: npm install -g prettier @prettier/plugin-php + + # Check that we actually need to fix something + - name: Run 'prettier --check' + id: prettier_status + run: | + if prettier --check ${GITHUB_WORKSPACE}; then + echo "result=pass" >> $GITHUB_OUTPUT + else + echo "result=fail" >> $GITHUB_OUTPUT + fi + + - name: Run 'prettier --write' + if: steps.prettier_status.outputs.result == 'fail' + run: prettier --write ${GITHUB_WORKSPACE} + + - name: Commit & push changes + if: steps.prettier_status.outputs.result == 'fail' + run: | + git config user.email "core@nf-co.re" + git config user.name "nf-core-bot" + git config push.default upstream + git add . + git status + git commit -m "[automated] Fix linting with Prettier" + git push diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml index 858d622..888cb4b 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -78,7 +78,7 @@ jobs: - uses: actions/setup-python@v4 with: - python-version: "3.7" + python-version: "3.8" architecture: "x64" - name: Install dependencies diff --git a/.gitignore b/.gitignore index 74b56c6..5124c9a 100644 --- a/.gitignore +++ b/.gitignore @@ -6,4 +6,3 @@ results/ testing/ testing* *.pyc -./work diff --git a/.gitpod.yml b/.gitpod.yml new file mode 100644 index 0000000..85d95ec --- /dev/null +++ b/.gitpod.yml @@ -0,0 +1,14 @@ +image: nfcore/gitpod:latest + +vscode: + extensions: # based on nf-core.nf-core-extensionpack + - codezombiech.gitignore # Language support for .gitignore files + # - cssho.vscode-svgviewer # SVG viewer + - esbenp.prettier-vscode # Markdown/CommonMark linting and style checking for Visual Studio Code + - eamodio.gitlens # Quickly glimpse into whom, why, and when a line or code block was changed + - EditorConfig.EditorConfig # override user/workspace settings with settings found in .editorconfig files + - Gruntfuggly.todo-tree # Display TODO and FIXME in a tree view in the activity bar + - mechatroner.rainbow-csv # Highlight columns in csv files in different colors + # - nextflow.nextflow # Nextflow syntax highlighting + - oderwat.indent-rainbow # Highlight indentation level + - streetsidesoftware.code-spell-checker # Spelling checker for source code diff --git a/.nf-core.yml b/.nf-core.yml index 655f7ad..3805dc8 100644 --- a/.nf-core.yml +++ b/.nf-core.yml @@ -1,2 +1 @@ repository_type: pipeline -org_path: ./modules diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml new file mode 100644 index 0000000..0c31cdb --- /dev/null +++ b/.pre-commit-config.yaml @@ -0,0 +1,5 @@ +repos: + - repo: https://github.com/pre-commit/mirrors-prettier + rev: "v2.7.1" + hooks: + - id: prettier diff --git a/.prettierignore b/.prettierignore new file mode 100644 index 0000000..437d763 --- /dev/null +++ b/.prettierignore @@ -0,0 +1,12 @@ +email_template.html +adaptivecard.json +slackreport.json +.nextflow* +work/ +data/ +results/ +.DS_Store +testing/ +testing* +*.pyc +bin/ diff --git a/.prettierrc.yml b/.prettierrc.yml new file mode 100644 index 0000000..c81f9a7 --- /dev/null +++ b/.prettierrc.yml @@ -0,0 +1 @@ +printWidth: 120 diff --git a/CITATIONS.md b/CITATIONS.md index 5982683..7d9663b 100644 --- a/CITATIONS.md +++ b/CITATIONS.md @@ -8,70 +8,28 @@ > Di Tommaso P, Chatzou M, Floden EW, Barja PP, Palumbo E, Notredame C. Nextflow enables reproducible computational workflows. Nat Biotechnol. 2017 Apr 11;35(4):316-319. doi: 10.1038/nbt.3820. PubMed PMID: 28398311. -## [dDocent](https://github.com/jpuritz/dDocent) -> Puritz JB, Hollenbeck CM, Gold JR. dDocent: a RADseq, variant-calling pipeline designed for population genomics of non-model organisms. PeerJ. 2014 Jun 10;2:e431. doi: 10.7717/peerj.431. Epub 2014 Jun 10. PubMed PMID: 24949246; PubMed Central PMCID: PMC4060032. - ## Pipeline tools -- [BEDOPS](https://pubmed.ncbi.nlm.nih.gov/22576172/) - > Neph S, Kuehn MS, Reynolds AP, Haugen E, Thurman RE, Johnson AK, Rynes E, Maurano MT, Vierstra J, Thomas S, Sandstrom R. BEDOPS: high-performance genomic feature operations. Bioinformatics. 2012 Jul 15;28(14):1919-20. doi: 10.1093/bioinformatics/bts277. Epub 2012 May 9. PubMed PMID: 22576172. PubMed Central PMCID: PMC3389768. - -- [BEDTools](https://pubmed.ncbi.nlm.nih.gov/20110278/) - - > Quinlan AR, Hall IM. BEDTools: a flexible suite of utilities for comparing genomic features. Bioinformatics. 2010 Mar 15;26(6):841-2. doi: 10.1093/bioinformatics/btq033. Epub 2010 Jan 28. PubMed PMID: 20110278; PubMed Central PMCID: PMC2832824. - -- [BCFTools](https://pubmed.ncbi.nlm.nih.gov/21903627/) - - > Li H: A statistical framework for SNP calling, mutation discovery, association mapping and population genetical parameter estimation from sequencing data. Bioinformatics. 2011 Nov 1;27(21):2987-93. doi: 10.1093/bioinformatics/btr509. PubMed PMID: 21903627; PubMed Central PMCID: PMC3198575. - -- [BWA-MEM](https://arxiv.org/abs/1303.3997v2) - - > Li H: Aligning sequence reads, clone sequences and assembly contigs with BWA-MEM. arXiv 2013. doi: 10.48550/arXiv.1303.3997 - -* [CD-HIT](https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3516142/) - > Fu L, Niu B, Zhu Z, Wu S, Li W. CD-HIT: accelerated for clustering the next-generation sequencing data. Bioinformatics. 2012 Dec 1;28(23):3150-2. doi: 10.1093/bioinformatics/bts565. Epub 2012 Oct 11. PubMed PMID: 23060610. PubMed Central PMCID: PMC3516142. - -* [FastP](https://pubmed.ncbi.nlm.nih.gov/30423086/) - > Chen S, Zhou Y, Chen Y, Gu J. fastp: an ultra-fast all-in-one FASTQ preprocessor. Bioinformatics. 2018 Sep 1;34(17):i884-90. doi: 10.1093/bioinformatics/bty560. PubMed PMID: PMC6129281. PubMed Central PMCID: 30423086. -* [FastQC](https://www.bioinformatics.babraham.ac.uk/projects/fastqc/) +- [FastQC](https://www.bioinformatics.babraham.ac.uk/projects/fastqc/) -- [FreeBayes](https://arxiv.org/abs/1207.3907) +- [MultiQC](https://pubmed.ncbi.nlm.nih.gov/27312411/) + > Ewels P, Magnusson M, Lundin S, Käller M. MultiQC: summarize analysis results for multiple tools and samples in a single report. Bioinformatics. 2016 Oct 1;32(19):3047-8. doi: 10.1093/bioinformatics/btw354. Epub 2016 Jun 16. PubMed PMID: 27312411; PubMed Central PMCID: PMC5039924. - > Garrison E, Marth G. Haplotype-based variant detection from short-read sequencing. arXiv preprint arXiv:1207.3907 [q-bio.GN] 2012. doi: 10.48550/arXiv.1207.3907 - -* [MultiQC](https://pubmed.ncbi.nlm.nih.gov/27312411/) - > Ewels P, Magnusson M, Lundin S, Käller M. MultiQC: summarize analysis results for multiple tools and samples in a single report. Bioinformatics. 2016 Oct 1;32(19):3047-8. doi: 10.1093/bioinformatics/btw354. Epub 2016 Jun 16. PubMed PMID: 27312411; PubMed Central PMCID: PMC5039924. - -- [Rainbow](https://academic.oup.com/bioinformatics/article/28/21/2732/233132) - > Li YL, Xue DX, Zhang BD, Liu JX. An optimized approach for local de novo assembly of overlapping paired-end RAD reads from multiple individuals. Royal Society Open Science. 2018 Feb 28;5(2):171589. doi: 10.1098/rsos.171589. Epub 2018 Feb 28. PubMed PMID: 29515871. PubMed Central PMCID: PMC5830760. - -- [SAMtools](https://pubmed.ncbi.nlm.nih.gov/19505943/) - - > Li H, Handsaker B, Wysoker A, Fennell T, Ruan J, Homer N, Marth G, Abecasis G, Durbin R; 1000 Genome Project Data Processing Subgroup. The Sequence Alignment/Map format and SAMtools. Bioinformatics. 2009 Aug 15;25(16):2078-9. doi: 10.1093/bioinformatics/btp352. Epub 2009 Jun 8. PubMed PMID: 19505943; PubMed Central PMCID: PMC2723002. - -- [SeqKit](https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5051824/) - > Shen W, Le S, Li Y, Hu F. SeqKit: a cross-platform and ultrafast toolkit for FASTA/Q file manipulation. PloS one. 2016 Oct 5;11(10):e0163962. doi: 10.1371/journal.pone.0163962. PubMed PMID: 27706213. PubMed Central PMCID: PMC5051824. - -- [Tabix](https://academic.oup.com/bioinformatics/article/27/5/718/262743) - - > Li H, Tabix: fast retrieval of sequence features from generic TAB-delimited files, Bioinformatics, Volume 27, Issue 5, 1 March 2011, Pages 718–719, doi: 10.1093/bioinformatics/btq671. PubMed PMID: 21208982. PubMed Central PMCID: PMC3042176. +## Software packaging/containerisation tools -- [UMI-tools](https://pubmed.ncbi.nlm.nih.gov/28100584/) +- [Anaconda](https://anaconda.com) - > Smith T, Heger A, Sudbery I. UMI-tools: modeling sequencing errors in Unique Molecular Identifiers to improve quantification accuracy Genome Res. 2017 Mar;27(3):491-499. doi: 10.1101/gr.209601.116. Epub 2017 Jan 18. PubMed PMID: 28100584; PubMed Central PMCID: PMC5340976. + > Anaconda Software Distribution. Computer software. Vers. 2-2.4.0. Anaconda, Nov. 2016. Web. -## Software packaging/containerisation tools +- [Bioconda](https://pubmed.ncbi.nlm.nih.gov/29967506/) -* [Anaconda](https://anaconda.com) - > Anaconda Software Distribution. Computer software. Vers. 2-2.4.0. Anaconda, Nov. 2016. Web. + > Grüning B, Dale R, Sjödin A, Chapman BA, Rowe J, Tomkins-Tinch CH, Valieris R, Köster J; Bioconda Team. Bioconda: sustainable and comprehensive software distribution for the life sciences. Nat Methods. 2018 Jul;15(7):475-476. doi: 10.1038/s41592-018-0046-7. PubMed PMID: 29967506. -* [Bioconda](https://pubmed.ncbi.nlm.nih.gov/29967506/) - > Grüning B, Dale R, Sjödin A, Chapman BA, Rowe J, Tomkins-Tinch CH, Valieris R, Köster J; Bioconda Team. Bioconda: sustainable and comprehensive software distribution for the life sciences. Nat Methods. 2018 Jul;15(7):475-476. doi: 10.1038/s41592-018-0046-7. PubMed PMID: 29967506. +- [BioContainers](https://pubmed.ncbi.nlm.nih.gov/28379341/) -* [BioContainers](https://pubmed.ncbi.nlm.nih.gov/28379341/) - > da Veiga Leprevost F, Grüning B, Aflitos SA, Röst HL, Uszkoreit J, Barsnes H, Vaudel M, Moreno P, Gatto L, Weber J, Bai M, Jimenez RC, Sachsenberg T, Pfeuffer J, Alvarez RV, Griss J, Nesvizhskii AI, Perez-Riverol Y. BioContainers: an open-source and community-driven framework for software standardization. Bioinformatics. 2017 Aug 15;33(16):2580-2582. doi: 10.1093/bioinformatics/btx192. PubMed PMID: 28379341; PubMed Central PMCID: PMC5870671. + > da Veiga Leprevost F, Grüning B, Aflitos SA, Röst HL, Uszkoreit J, Barsnes H, Vaudel M, Moreno P, Gatto L, Weber J, Bai M, Jimenez RC, Sachsenberg T, Pfeuffer J, Alvarez RV, Griss J, Nesvizhskii AI, Perez-Riverol Y. BioContainers: an open-source and community-driven framework for software standardization. Bioinformatics. 2017 Aug 15;33(16):2580-2582. doi: 10.1093/bioinformatics/btx192. PubMed PMID: 28379341; PubMed Central PMCID: PMC5870671. -* [Docker](https://dl.acm.org/doi/10.5555/2600239.2600241) +- [Docker](https://dl.acm.org/doi/10.5555/2600239.2600241) -* [Singularity](https://pubmed.ncbi.nlm.nih.gov/28494014/) - > Kurtzer GM, Sochat V, Bauer MW. Singularity: Scientific containers for mobility of compute. PLoS One. 2017 May 11;12(5):e0177459. doi: 10.1371/journal.pone.0177459. eCollection 2017. PubMed PMID: 28494014; PubMed Central PMCID: PMC5426675. +- [Singularity](https://pubmed.ncbi.nlm.nih.gov/28494014/) + > Kurtzer GM, Sochat V, Bauer MW. Singularity: Scientific containers for mobility of compute. PLoS One. 2017 May 11;12(5):e0177459. doi: 10.1371/journal.pone.0177459. eCollection 2017. PubMed PMID: 28494014; PubMed Central PMCID: PMC5426675. diff --git a/README.md b/README.md index 657f7f3..d2f4303 100644 --- a/README.md +++ b/README.md @@ -1,86 +1,86 @@ # ![nf-core/radseq](docs/images/nf-core-radseq_logo_light.png#gh-light-mode-only) ![nf-core/radseq](docs/images/nf-core-radseq_logo_dark.png#gh-dark-mode-only) -[![GitHub Actions CI Status](https://github.com/nf-core/radseq/workflows/nf-core%20CI/badge.svg)](https://github.com/nf-core/radseq/actions?query=workflow%3A%22nf-core+CI%22) -[![GitHub Actions Linting Status](https://github.com/nf-core/radseq/workflows/nf-core%20linting/badge.svg)](https://github.com/nf-core/radseq/actions?query=workflow%3A%22nf-core+linting%22) -[![AWS CI](https://img.shields.io/badge/CI%20tests-full%20size-FF9900?labelColor=000000&logo=Amazon%20AWS)](https://nf-co.re/radseq/results) -[![Cite with Zenodo](http://img.shields.io/badge/DOI-10.5281/zenodo.XXXXXXX-1073c8?labelColor=000000)](https://doi.org/10.5281/zenodo.XXXXXXX) +[![AWS CI](https://img.shields.io/badge/CI%20tests-full%20size-FF9900?labelColor=000000&logo=Amazon%20AWS)](https://nf-co.re/radseq/results)[![Cite with Zenodo](http://img.shields.io/badge/DOI-10.5281/zenodo.XXXXXXX-1073c8?labelColor=000000)](https://doi.org/10.5281/zenodo.XXXXXXX) -[![Nextflow](https://img.shields.io/badge/nextflow%20DSL2-%E2%89%A521.10.3-23aa62.svg?labelColor=000000)](https://www.nextflow.io/) +[![Nextflow](https://img.shields.io/badge/nextflow%20DSL2-%E2%89%A522.10.1-23aa62.svg)](https://www.nextflow.io/) [![run with conda](http://img.shields.io/badge/run%20with-conda-3EB049?labelColor=000000&logo=anaconda)](https://docs.conda.io/en/latest/) [![run with docker](https://img.shields.io/badge/run%20with-docker-0db7ed?labelColor=000000&logo=docker)](https://www.docker.com/) [![run with singularity](https://img.shields.io/badge/run%20with-singularity-1d355c.svg?labelColor=000000)](https://sylabs.io/docs/) +[![Launch on Nextflow Tower](https://img.shields.io/badge/Launch%20%F0%9F%9A%80-Nextflow%20Tower-%234256e7)](https://tower.nf/launch?pipeline=https://github.com/nf-core/radseq) -[![Get help on Slack](http://img.shields.io/badge/slack-nf--core%20%23radseq-4A154B?labelColor=000000&logo=slack)](https://nfcore.slack.com/channels/radseq) -[![Follow on Twitter](http://img.shields.io/badge/twitter-%40nf__core-1DA1F2?labelColor=000000&logo=twitter)](https://twitter.com/nf_core) -[![Watch on YouTube](http://img.shields.io/badge/youtube-nf--core-FF0000?labelColor=000000&logo=youtube)](https://www.youtube.com/c/nf-core) +[![Get help on Slack](http://img.shields.io/badge/slack-nf--core%20%23radseq-4A154B?labelColor=000000&logo=slack)](https://nfcore.slack.com/channels/radseq)[![Follow on Twitter](http://img.shields.io/badge/twitter-%40nf__core-1DA1F2?labelColor=000000&logo=twitter)](https://twitter.com/nf_core)[![Follow on Mastodon](https://img.shields.io/badge/mastodon-nf__core-6364ff?labelColor=FFFFFF&logo=mastodon)](https://mstdn.science/@nf_core)[![Watch on YouTube](http://img.shields.io/badge/youtube-nf--core-FF0000?labelColor=000000&logo=youtube)](https://www.youtube.com/c/nf-core) ## Introduction -**nf-core/radseq** is a bioinformatics best-practice variant calling pipeline for RADseq data. +**nf-core/radseq** is a bioinformatics pipeline that ... -The pipeline is built using [Nextflow](https://www.nextflow.io), a workflow tool to run tasks across multiple compute infrastructures in a very portable manner. It uses Docker/Singularity containers making installation trivial and results highly reproducible. The [Nextflow DSL2](https://www.nextflow.io/docs/latest/dsl2.html) implementation of this pipeline uses one container per process which makes it much easier to maintain and update software dependencies. Where possible, these processes have been submitted to and installed from [nf-core/modules](https://github.com/nf-core/modules) in order to make them available to all nf-core pipelines, and to everyone within the Nextflow community! + - -On release, automated continuous integration tests run the pipeline on a full-sized dataset on the AWS cloud infrastructure. This ensures that the pipeline runs on AWS, has sensible resource allocation defaults set to run on real-world datasets, and permits the persistent storage of results to benchmark between pipeline releases and other analysis sources. The results obtained from the full-sized test can be viewed on the [nf-core website](https://nf-co.re/radseq/results). - -## Pipeline summary + + 1. Read QC ([`FastQC`](https://www.bioinformatics.babraham.ac.uk/projects/fastqc/)) -2. Adapter and quality trimming ([`fastp`](https://github.com/OpenGene/fastp)) -3. Choice of constructing psuedoreference (i) or using existing reference (ii) - - i. [`cdhit`](https://sites.google.com/view/cd-hit?pli=1) -> [`rainbow`](https://github.com/ChongLab/rainbow) - - ii. **No Preprossesing** -4. Choice of alignment software - - i. [`BWA`](https://bio-bwa.sourceforge.net/bwa.shtml) +2. Present QC for raw reads ([`MultiQC`](http://multiqc.info/)) - ii. [`BWAMEM2`](https://github.com/bwa-mem2/bwa-mem2) +## Usage -5. UMI-based deduplicated ([`UMI-tools`](https://github.com/CGATOxford/UMI-tools)) +> **Note** +> If you are new to Nextflow and nf-core, please refer to [this page](https://nf-co.re/docs/usage/installation) on how +> to set-up Nextflow. Make sure to [test your setup](https://nf-co.re/docs/usage/introduction#how-to-run-a-pipeline) +> with `-profile test` before running the workflow on actual data. -5. Index, merge and index alignments ([`SAMtools`](https://github.com/samtools/samtools)) + -1. Install [`Nextflow`](https://www.nextflow.io/docs/latest/getstarted.html#installation) (`>=21.10.3`) +Now, you can run the pipeline using: -2. Install any of [`Docker`](https://docs.docker.com/engine/installation/), [`Singularity`](https://www.sylabs.io/guides/3.0/user-guide/), [`Podman`](https://podman.io/), [`Shifter`](https://nersc.gitlab.io/development/shifter/how-to-use/) or [`Charliecloud`](https://hpc.github.io/charliecloud/) for full pipeline reproducibility _(please only use [`Conda`](https://conda.io/miniconda.html) as a last resort; see [docs](https://nf-co.re/usage/configuration#basic-configuration-profiles))_ + -3. Download the pipeline and test it on a minimal dataset with a single command: +```bash +nextflow run nf-core/radseq \ + -profile \ + --input samplesheet.csv \ + --outdir +``` - ```console - nextflow run nf-core/radseq -profile test,YOURPROFILE - ``` +> **Warning:** +> Please provide pipeline parameters via the CLI or Nextflow `-params-file` option. Custom config files including those +> provided by the `-c` Nextflow option can be used to provide any configuration _**except for parameters**_; +> see [docs](https://nf-co.re/usage/configuration#custom-configuration-files). - Note that some form of configuration will be needed so that Nextflow knows how to fetch the required software. This is usually done in the form of a config profile (`YOURPROFILE` in the example command above). You can chain multiple config profiles in a comma-separated string. +For more details, please refer to the [usage documentation](https://nf-co.re/radseq/usage) and the [parameter documentation](https://nf-co.re/radseq/parameters). - > * The pipeline comes with config profiles called `docker`, `singularity`, `podman`, `shifter`, `charliecloud` and `conda` which instruct the pipeline to use the named tool for software management. For example, `-profile test,docker`. - > * Please check [nf-core/configs](https://github.com/nf-core/configs#documentation) to see if a custom config file to run nf-core pipelines already exists for your Institute. If so, you can simply use `-profile ` in your command. This will enable either `docker` or `singularity` and set the appropriate execution settings for your local compute environment. - > * If you are using `singularity` and are persistently observing issues downloading Singularity images directly due to timeout or network issues, then you can use the `--singularity_pull_docker_container` parameter to pull and convert the Docker image instead. Alternatively, you can use the [`nf-core download`](https://nf-co.re/tools/#downloading-pipelines-for-offline-use) command to download images first, before running the pipeline. Setting the [`NXF_SINGULARITY_CACHEDIR` or `singularity.cacheDir`](https://www.nextflow.io/docs/latest/singularity.html?#singularity-docker-hub) Nextflow options enables you to store and re-use the images from a central location for future pipeline runs. - > * If you are using `conda`, it is highly recommended to use the [`NXF_CONDA_CACHEDIR` or `conda.cacheDir`](https://www.nextflow.io/docs/latest/conda.html) settings to store the environments in a central location for future pipeline runs. +## Pipeline output -4. Start running your own analysis! +To see the the results of a test run with a full size dataset refer to the [results](https://nf-co.re/radseq/results) tab on the nf-core website pipeline page. +For more details about the output files and reports, please refer to the +[output documentation](https://nf-co.re/radseq/output). - ```console - nextflow run nf-core/radseq -profile --input samplesheet.csv - ``` +## Credits -## Documentation +nf-core/radseq was originally written by Gabriel Barrett. -The nf-core/radseq pipeline comes with documentation about the pipeline [usage](https://nf-co.re/radseq/usage), [parameters](https://nf-co.re/radseq/parameters) and [output](https://nf-co.re/radseq/output). +We thank the following people for their extensive assistance in the development of this pipeline: -## Credits - -dDocent was originally written by [Jon Puritz](https://github.com/jpuritz) and developed into nf-core/radseq by [Gabriel Barrett](https://github.com/Gabriel-A-Barrett) + ## Contributions and Support @@ -93,6 +93,8 @@ For further information or help, don't hesitate to get in touch on the [Slack `# + + An extensive list of references for the tools used by the pipeline can be found in the [`CITATIONS.md`](CITATIONS.md) file. You can cite the `nf-core` publication as follows: diff --git a/assets/adaptivecard.json b/assets/adaptivecard.json new file mode 100644 index 0000000..bfe6a96 --- /dev/null +++ b/assets/adaptivecard.json @@ -0,0 +1,67 @@ +{ + "type": "message", + "attachments": [ + { + "contentType": "application/vnd.microsoft.card.adaptive", + "contentUrl": null, + "content": { + "\$schema": "http://adaptivecards.io/schemas/adaptive-card.json", + "msteams": { + "width": "Full" + }, + "type": "AdaptiveCard", + "version": "1.2", + "body": [ + { + "type": "TextBlock", + "size": "Large", + "weight": "Bolder", + "color": "<% if (success) { %>Good<% } else { %>Attention<%} %>", + "text": "nf-core/radseq v${version} - ${runName}", + "wrap": true + }, + { + "type": "TextBlock", + "spacing": "None", + "text": "Completed at ${dateComplete} (duration: ${duration})", + "isSubtle": true, + "wrap": true + }, + { + "type": "TextBlock", + "text": "<% if (success) { %>Pipeline completed successfully!<% } else { %>Pipeline completed with errors. The full error message was: ${errorReport}.<% } %>", + "wrap": true + }, + { + "type": "TextBlock", + "text": "The command used to launch the workflow was as follows:", + "wrap": true + }, + { + "type": "TextBlock", + "text": "${commandLine}", + "isSubtle": true, + "wrap": true + } + ], + "actions": [ + { + "type": "Action.ShowCard", + "title": "Pipeline Configuration", + "card": { + "type": "AdaptiveCard", + "\$schema": "http://adaptivecards.io/schemas/adaptive-card.json", + "body": [ + { + "type": "FactSet", + "facts": [<% out << summary.collect{ k,v -> "{\"title\": \"$k\", \"value\" : \"$v\"}"}.join(",\n") %> + ] + } + ] + } + } + ] + } + } + ] +} diff --git a/assets/methods_description_template.yml b/assets/methods_description_template.yml new file mode 100644 index 0000000..91ea251 --- /dev/null +++ b/assets/methods_description_template.yml @@ -0,0 +1,25 @@ +id: "nf-core-radseq-methods-description" +description: "Suggested text and references to use when describing pipeline usage within the methods section of a publication." +section_name: "nf-core/radseq Methods Description" +section_href: "https://github.com/nf-core/radseq" +plot_type: "html" +## TODO nf-core: Update the HTML below to your prefered methods description, e.g. add publication citation for this pipeline +## You inject any metadata in the Nextflow '${workflow}' object +data: | +

Methods

+

Data was processed using nf-core/radseq v${workflow.manifest.version} ${doi_text} of the nf-core collection of workflows (Ewels et al., 2020).

+

The pipeline was executed with Nextflow v${workflow.nextflow.version} (Di Tommaso et al., 2017) with the following command:

+
${workflow.commandLine}
+

References

+
    +
  • Di Tommaso, P., Chatzou, M., Floden, E. W., Barja, P. P., Palumbo, E., & Notredame, C. (2017). Nextflow enables reproducible computational workflows. Nature Biotechnology, 35(4), 316-319. https://doi.org/10.1038/nbt.3820
  • +
  • Ewels, P. A., Peltzer, A., Fillinger, S., Patel, H., Alneberg, J., Wilm, A., Garcia, M. U., Di Tommaso, P., & Nahnsen, S. (2020). The nf-core framework for community-curated bioinformatics pipelines. Nature Biotechnology, 38(3), 276-278. https://doi.org/10.1038/s41587-020-0439-x
  • +
+
+
Notes:
+
    + ${nodoi_text} +
  • The command above does not include parameters contained in any configs or profiles that may have been used. Ensure the config file is also uploaded with your publication!
  • +
  • You should also cite all software used within this run. Check the "Software Versions" of this report to get version information.
  • +
+
diff --git a/assets/multiqc_config.yaml b/assets/multiqc_config.yaml deleted file mode 100644 index d2e4caf..0000000 --- a/assets/multiqc_config.yaml +++ /dev/null @@ -1,11 +0,0 @@ -report_comment: > - This report has been generated by the nf-core/radseq - analysis pipeline. For information about how to interpret these results, please see the - documentation. -report_section_order: - software_versions: - order: -1000 - nf-core-radseq-summary: - order: -1001 - -export_plots: true diff --git a/assets/multiqc_config.yml b/assets/multiqc_config.yml new file mode 100644 index 0000000..141d773 --- /dev/null +++ b/assets/multiqc_config.yml @@ -0,0 +1,13 @@ +report_comment: > + This report has been generated by the nf-core/radseq + analysis pipeline. For information about how to interpret these results, please see the + documentation. +report_section_order: + "nf-core-radseq-methods-description": + order: -1000 + software_versions: + order: -1001 + "nf-core-radseq-summary": + order: -1002 + +export_plots: true diff --git a/assets/samplesheet.csv b/assets/samplesheet.csv index 5330c79..5f653ab 100644 --- a/assets/samplesheet.csv +++ b/assets/samplesheet.csv @@ -1,2 +1,3 @@ -sample,fastq_1,fastq_2,umi_barcodes,pop -SAMPLE_ID,/path/to/fastq/files/SAMPLE_ID.1.fq.gz,/path/to/fastq/files/SAMPLE_ID.2.fq.gz,FALSE,POP_ID +sample,fastq_1,fastq_2 +SAMPLE_PAIRED_END,/path/to/fastq/files/AEG588A1_S1_L002_R1_001.fastq.gz,/path/to/fastq/files/AEG588A1_S1_L002_R2_001.fastq.gz +SAMPLE_SINGLE_END,/path/to/fastq/files/AEG588A4_S4_L003_R1_001.fastq.gz, diff --git a/assets/schema_input.json b/assets/schema_input.json index 02ee32b..0cd7907 100644 --- a/assets/schema_input.json +++ b/assets/schema_input.json @@ -29,14 +29,8 @@ "maxLength": 0 } ] - }, - "umi_barcodes": { - "errorMessage": "Boolean that describes if the read contains UMI barcodes must be binary 'TRUE' or 'FALSE'" } }, - "required": [ - "sample", - "fastq_1" - ] + "required": ["sample", "fastq_1"] } } diff --git a/assets/slackreport.json b/assets/slackreport.json new file mode 100644 index 0000000..043d02f --- /dev/null +++ b/assets/slackreport.json @@ -0,0 +1,34 @@ +{ + "attachments": [ + { + "fallback": "Plain-text summary of the attachment.", + "color": "<% if (success) { %>good<% } else { %>danger<%} %>", + "author_name": "sanger-tol/readmapping v${version} - ${runName}", + "author_icon": "https://www.nextflow.io/docs/latest/_static/favicon.ico", + "text": "<% if (success) { %>Pipeline completed successfully!<% } else { %>Pipeline completed with errors<% } %>", + "fields": [ + { + "title": "Command used to launch the workflow", + "value": "```${commandLine}```", + "short": false + } + <% + if (!success) { %> + , + { + "title": "Full error message", + "value": "```${errorReport}```", + "short": false + }, + { + "title": "Pipeline configuration", + "value": "<% out << summary.collect{ k,v -> k == "hook_url" ? "_${k}_: (_hidden_)" : ( ( v.class.toString().contains('Path') || ( v.class.toString().contains('String') && v.contains('/') ) ) ? "_${k}_: `${v}`" : (v.class.toString().contains('DateTime') ? ("_${k}_: " + v.format(java.time.format.DateTimeFormatter.ofLocalizedDateTime(java.time.format.FormatStyle.MEDIUM))) : "_${k}_: ${v}") ) }.join(",\n") %>", + "short": false + } + <% } + %> + ], + "footer": "Completed at <% out << dateComplete.format(java.time.format.DateTimeFormatter.ofLocalizedDateTime(java.time.format.FormatStyle.MEDIUM)) %> (duration: ${duration})" + } + ] +} diff --git a/bin/check_samplesheet.py b/bin/check_samplesheet.py index 53acf07..4a758fe 100755 --- a/bin/check_samplesheet.py +++ b/bin/check_samplesheet.py @@ -1,140 +1,258 @@ #!/usr/bin/env python -import os -import sys -import errno + +"""Provide a command line tool to validate and transform tabular samplesheets.""" + + import argparse +import csv +import logging +import sys +from collections import Counter +from pathlib import Path +logger = logging.getLogger() -def parse_args(args=None): - Description = "Reformat nf-core/radseq samplesheet file and check its contents." - Epilog = "Example usage: python check_samplesheet.py " - parser = argparse.ArgumentParser(description=Description, epilog=Epilog) - parser.add_argument("FILE_IN", help="Input samplesheet file.") - parser.add_argument("FILE_OUT", help="Output file.") - return parser.parse_args(args) +class RowChecker: + """ + Define a service that can validate and transform each given row. + Attributes: + modified (list): A list of dicts, where each dict corresponds to a previously + validated and transformed row. The order of rows is maintained. -def make_dir(path): - if len(path) > 0: - try: - os.makedirs(path) - except OSError as exception: - if exception.errno != errno.EEXIST: - raise exception + """ + VALID_FORMATS = ( + ".fq.gz", + ".fastq.gz", + ) -def print_error(error, context="Line", context_str=""): - error_str = "ERROR: Please check samplesheet -> {}".format(error) - if context != "" and context_str != "": - error_str = "ERROR: Please check samplesheet -> {}\n{}: '{}'".format( - error, context.strip(), context_str.strip() - ) - print(error_str) - sys.exit(1) + def __init__( + self, + sample_col="sample", + first_col="fastq_1", + second_col="fastq_2", + single_col="single_end", + **kwargs, + ): + """ + Initialize the row checker with the expected column names. + Args: + sample_col (str): The name of the column that contains the sample name + (default "sample"). + first_col (str): The name of the column that contains the first (or only) + FASTQ file path (default "fastq_1"). + second_col (str): The name of the column that contains the second (if any) + FASTQ file path (default "fastq_2"). + single_col (str): The name of the new column that will be inserted and + records whether the sample contains single- or paired-end sequencing + reads (default "single_end"). + + """ + super().__init__(**kwargs) + self._sample_col = sample_col + self._first_col = first_col + self._second_col = second_col + self._single_col = single_col + self._seen = set() + self.modified = [] + + def validate_and_transform(self, row): + """ + Perform all validations on the given row and insert the read pairing status. + + Args: + row (dict): A mapping from column headers (keys) to elements of that row + (values). + + """ + self._validate_sample(row) + self._validate_first(row) + self._validate_second(row) + self._validate_pair(row) + self._seen.add((row[self._sample_col], row[self._first_col])) + self.modified.append(row) + + def _validate_sample(self, row): + """Assert that the sample name exists and convert spaces to underscores.""" + if len(row[self._sample_col]) <= 0: + raise AssertionError("Sample input is required.") + # Sanitize samples slightly. + row[self._sample_col] = row[self._sample_col].replace(" ", "_") + + def _validate_first(self, row): + """Assert that the first FASTQ entry is non-empty and has the right format.""" + if len(row[self._first_col]) <= 0: + raise AssertionError("At least the first FASTQ file is required.") + self._validate_fastq_format(row[self._first_col]) + + def _validate_second(self, row): + """Assert that the second FASTQ entry has the right format if it exists.""" + if len(row[self._second_col]) > 0: + self._validate_fastq_format(row[self._second_col]) + + def _validate_pair(self, row): + """Assert that read pairs have the same file extension. Report pair status.""" + if row[self._first_col] and row[self._second_col]: + row[self._single_col] = False + first_col_suffix = Path(row[self._first_col]).suffixes[-2:] + second_col_suffix = Path(row[self._second_col]).suffixes[-2:] + if first_col_suffix != second_col_suffix: + raise AssertionError("FASTQ pairs must have the same file extensions.") + else: + row[self._single_col] = True + + def _validate_fastq_format(self, filename): + """Assert that a given filename has one of the expected FASTQ extensions.""" + if not any(filename.endswith(extension) for extension in self.VALID_FORMATS): + raise AssertionError( + f"The FASTQ file has an unrecognized extension: {filename}\n" + f"It should be one of: {', '.join(self.VALID_FORMATS)}" + ) + + def validate_unique_samples(self): + """ + Assert that the combination of sample name and FASTQ filename is unique. + + In addition to the validation, also rename all samples to have a suffix of _T{n}, where n is the + number of times the same sample exist, but with different FASTQ files, e.g., multiple runs per experiment. + + """ + if len(self._seen) != len(self.modified): + raise AssertionError("The pair of sample name and FASTQ must be unique.") + seen = Counter() + for row in self.modified: + sample = row[self._sample_col] + seen[sample] += 1 + row[self._sample_col] = f"{sample}_T{seen[sample]}" + + +def read_head(handle, num_lines=10): + """Read the specified number of lines from the current position in the file.""" + lines = [] + for idx, line in enumerate(handle): + if idx == num_lines: + break + lines.append(line) + return "".join(lines) + + +def sniff_format(handle): + """ + Detect the tabular format. + + Args: + handle (text file): A handle to a `text file`_ object. The read position is + expected to be at the beginning (index 0). + + Returns: + csv.Dialect: The detected tabular format. + + .. _text file: + https://docs.python.org/3/glossary.html#term-text-file -def check_samplesheet(file_in, file_out): """ - This function checks that the samplesheet follows the following structure: + peek = read_head(handle) + handle.seek(0) + sniffer = csv.Sniffer() + dialect = sniffer.sniff(peek) + return dialect - sample,fastq_1,fastq_2,umi_barcodes - sample3,AEG588A3_S3_L002_R1_001.fastq.gz,AEG588A3_S3_L002_R2_001.fastq.gz,false - sample4,AEG588A4_S4_L003_R1_001.fastq.gz,false - For an example see: - https://raw.githubusercontent.com/nf-core/test-datasets/viralrecon/samplesheet/samplesheet_test_illumina_amplicon.csv +def check_samplesheet(file_in, file_out): """ + Check that the tabular samplesheet has the structure expected by nf-core pipelines. + + Validate the general shape of the table, expected columns, and each row. Also add + an additional column which records whether one or two FASTQ reads were found. + + Args: + file_in (pathlib.Path): The given tabular samplesheet. The format can be either + CSV, TSV, or any other format automatically recognized by ``csv.Sniffer``. + file_out (pathlib.Path): Where the validated and transformed samplesheet should + be created; always in CSV format. + + Example: + This function checks that the samplesheet follows the following structure, + see also the `viral recon samplesheet`_:: + + sample,fastq_1,fastq_2 + SAMPLE_PE,SAMPLE_PE_RUN1_1.fastq.gz,SAMPLE_PE_RUN1_2.fastq.gz + SAMPLE_PE,SAMPLE_PE_RUN2_1.fastq.gz,SAMPLE_PE_RUN2_2.fastq.gz + SAMPLE_SE,SAMPLE_SE_RUN1_1.fastq.gz, - sample_mapping_dict = {} - with open(file_in, "r") as fin: + .. _viral recon samplesheet: + https://raw.githubusercontent.com/nf-core/test-datasets/viralrecon/samplesheet/samplesheet_test_illumina_amplicon.csv - ## Check header - MIN_COLS = 3 - # Update the column names for the input samplesheet - HEADER = ["sample", "fastq_1", "fastq_2","umi_barcodes"] - header = [x.strip('"') for x in fin.readline().strip().split(",")] - if header[: len(HEADER)] != HEADER: - print("ERROR: Please check samplesheet header -> {} != {}".format(",".join(header), ",".join(HEADER))) + """ + required_columns = {"sample", "fastq_1", "fastq_2"} + # See https://docs.python.org/3.9/library/csv.html#id3 to read up on `newline=""`. + with file_in.open(newline="") as in_handle: + reader = csv.DictReader(in_handle, dialect=sniff_format(in_handle)) + # Validate the existence of the expected header columns. + if not required_columns.issubset(reader.fieldnames): + req_cols = ", ".join(required_columns) + logger.critical(f"The sample sheet **must** contain these column headers: {req_cols}.") sys.exit(1) + # Validate each row. + checker = RowChecker() + for i, row in enumerate(reader): + try: + checker.validate_and_transform(row) + except AssertionError as error: + logger.critical(f"{str(error)} On line {i + 2}.") + sys.exit(1) + checker.validate_unique_samples() + header = list(reader.fieldnames) + header.insert(1, "single_end") + # See https://docs.python.org/3.9/library/csv.html#id3 to read up on `newline=""`. + with file_out.open(mode="w", newline="") as out_handle: + writer = csv.DictWriter(out_handle, header, delimiter=",") + writer.writeheader() + for row in checker.modified: + writer.writerow(row) + + +def parse_args(argv=None): + """Define and immediately parse command line arguments.""" + parser = argparse.ArgumentParser( + description="Validate and transform a tabular samplesheet.", + epilog="Example: python check_samplesheet.py samplesheet.csv samplesheet.valid.csv", + ) + parser.add_argument( + "file_in", + metavar="FILE_IN", + type=Path, + help="Tabular input samplesheet in CSV or TSV format.", + ) + parser.add_argument( + "file_out", + metavar="FILE_OUT", + type=Path, + help="Transformed output samplesheet in CSV format.", + ) + parser.add_argument( + "-l", + "--log-level", + help="The desired log level (default WARNING).", + choices=("CRITICAL", "ERROR", "WARNING", "INFO", "DEBUG"), + default="WARNING", + ) + return parser.parse_args(argv) + - ## Check sample entries - for line in fin: - lspl = [x.strip().strip('"') for x in line.strip().split(",")] - - # Check valid number of columns per row - if len(lspl) < len(HEADER): - print_error( - "Invalid number of columns (minimum = {})!".format(len(HEADER)), - "Line", - line, - ) - num_cols = len([x for x in lspl if x]) - if num_cols < MIN_COLS: - print_error( - "Invalid number of populated columns (minimum = {})!".format(MIN_COLS), - "Line", - line, - ) - - ## Check sample name entries - sample, fastq_1, fastq_2, umi_barcodes = lspl[: len(HEADER)] - sample = sample.replace(" ", "_") - if not sample: - print_error("Sample entry has not been specified!", "Line", line) - - ## Check FastQ file extension - for fastq in [fastq_1, fastq_2]: - if fastq: - if fastq.find(" ") != -1: - print_error("FastQ file contains spaces!", "Line", line) - if not fastq.endswith(".fastq.gz") and not fastq.endswith(".fq.gz"): - print_error( - "FastQ file does not have extension '.fastq.gz' or '.fq.gz'!", - "Line", - line, - ) - - ## Auto-detect paired-end/single-end - sample_info = [] ## [single_end, fastq_1, fastq_2] - if sample and fastq_1 and fastq_2: ## Paired-end short reads - sample_info = ["0", fastq_1, fastq_2, umi_barcodes] - elif sample and fastq_1 and not fastq_2: ## Single-end short reads - sample_info = ["1", fastq_1, fastq_2, umi_barcodes] - else: - print_error("Invalid combination of columns provided!", "Line", line) - - ## Create sample mapping dictionary = { sample: [ single_end, fastq_1, fastq_2 ] } - if sample not in sample_mapping_dict: - sample_mapping_dict[sample] = [sample_info] - else: - if sample_info in sample_mapping_dict[sample]: - print_error("Samplesheet contains duplicate rows!", "Line", line) - else: - sample_mapping_dict[sample].append(sample_info) - - ## Write validated samplesheet with appropriate columns - if len(sample_mapping_dict) > 0: - out_dir = os.path.dirname(file_out) - make_dir(out_dir) - with open(file_out, "w") as fout: - fout.write(",".join(["sample", "single_end", "fastq_1", "fastq_2", "umi_barcodes"]) + "\n") - for sample in sorted(sample_mapping_dict.keys()): - - ## Check that multiple runs of the same sample are of the same datatype - if not all(x[0] == sample_mapping_dict[sample][0][0] for x in sample_mapping_dict[sample]): - print_error("Multiple runs of a sample must be of the same datatype!", "Sample: {}".format(sample)) - - for idx, val in enumerate(sample_mapping_dict[sample]): - fout.write(",".join(["{}_T{}".format(sample, idx + 1)] + val) + "\n") - else: - print_error("No entries to process!", "Samplesheet: {}".format(file_in)) - - -def main(args=None): - args = parse_args(args) - check_samplesheet(args.FILE_IN, args.FILE_OUT) +def main(argv=None): + """Coordinate argument parsing and program execution.""" + args = parse_args(argv) + logging.basicConfig(level=args.log_level, format="[%(levelname)s] %(message)s") + if not args.file_in.is_file(): + logger.error(f"The given input file {args.file_in} was not found!") + sys.exit(2) + args.file_out.parent.mkdir(parents=True, exist_ok=True) + check_samplesheet(args.file_in, args.file_out) if __name__ == "__main__": diff --git a/bin/write_samplesheet.sh b/bin/write_samplesheet.sh deleted file mode 100644 index 58fffbf..0000000 --- a/bin/write_samplesheet.sh +++ /dev/null @@ -1,8 +0,0 @@ -#!/usr/bin/bash - - -echo "sample,fastq_1,fastq_2,umi_barcodes" > input.csv -paste -d',' <(for i in $(pwd)/data/demult/*.1.fq.gz; do basename $i | cut -f1 -d'.' -; done)\ - <(ls $(pwd)/data/demult/*.1.fq.gz) <(ls $(pwd)/data/demult/*.2.fq.gz)\ - <(for i in $(pwd)/data/demult/*.1.fq.gz; do if [[ "$i" =~ "Golden7".* ]]; then echo 'true'; else echo 'false'; fi; done)\ - >> input.csv \ No newline at end of file diff --git a/conf/base.config b/conf/base.config index c5a67a3..1216c3d 100644 --- a/conf/base.config +++ b/conf/base.config @@ -1,7 +1,7 @@ /* -======================================================================================== +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ nf-core/radseq Nextflow base config file -======================================================================================== +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ A 'blank slate' config file, appropriate for general use on most high performance compute environments. Assumes that all software is installed and available on the PATH. Runs in `local` mode - all jobs will be run on the logged in environment. @@ -10,49 +10,40 @@ process { - cpus = { check_max( 3 * task.attempt, 'cpus' ) } + // TODO nf-core: Check the defaults for all processes + cpus = { check_max( 1 * task.attempt, 'cpus' ) } memory = { check_max( 6.GB * task.attempt, 'memory' ) } time = { check_max( 4.h * task.attempt, 'time' ) } - errorStrategy = { task.exitStatus in [143,137,104,134,139,140] ? 'retry' : 'finish' } - maxRetries = 3 + errorStrategy = { task.exitStatus in ((130..145) + 104) ? 'retry' : 'finish' } + maxRetries = 1 maxErrors = '-1' - cache = 'lenient' // Process-specific resource requirements // NOTE - Please try and re-use the labels below as much as possible. // These labels are used and recognised by default in DSL2 files hosted on nf-core/modules. // If possible, it would be nice to keep the same label naming convention when // adding in your local modules too. + // TODO nf-core: Customise requirements for specific processes. // See https://www.nextflow.io/docs/latest/config.html#config-process-selectors withLabel:process_single { cpus = { check_max( 1 , 'cpus' ) } memory = { check_max( 6.GB * task.attempt, 'memory' ) } time = { check_max( 4.h * task.attempt, 'time' ) } } - withLabel:process_tiny { - cpus = { check_max( 2 * task.attempt, 'cpus' ) } - memory = { check_max( 1.GB * task.attempt, 'memory' ) } - time = { check_max( 4.h * task.attempt, 'time' ) } - } withLabel:process_low { - cpus = { check_max( 5 * task.attempt, 'cpus' ) } - memory = { check_max( 5.GB * task.attempt, 'memory' ) } + cpus = { check_max( 2 * task.attempt, 'cpus' ) } + memory = { check_max( 12.GB * task.attempt, 'memory' ) } time = { check_max( 4.h * task.attempt, 'time' ) } } withLabel:process_medium { cpus = { check_max( 6 * task.attempt, 'cpus' ) } - memory = { check_max( 15.GB * task.attempt, 'memory' ) } + memory = { check_max( 36.GB * task.attempt, 'memory' ) } time = { check_max( 8.h * task.attempt, 'time' ) } } withLabel:process_high { cpus = { check_max( 12 * task.attempt, 'cpus' ) } - memory = { check_max( 55.GB * task.attempt, 'memory' ) } - time = { check_max( 16.h * task.attempt, 'time' ) } - } - withLabel:process_super { - cpus = { check_max( 1 * task.attempt, 'cpus' ) } - memory = { check_max( 100.GB * task.attempt, 'memory' ) } + memory = { check_max( 72.GB * task.attempt, 'memory' ) } time = { check_max( 16.h * task.attempt, 'time' ) } } withLabel:process_long { @@ -60,8 +51,6 @@ process { } withLabel:process_high_memory { memory = { check_max( 200.GB * task.attempt, 'memory' ) } - time = { check_max( 8.h * task.attempt, 'time' ) } - cpus = 1 } withLabel:error_ignore { errorStrategy = 'ignore' diff --git a/conf/igenomes.config b/conf/igenomes.config index 855948d..3f11437 100644 --- a/conf/igenomes.config +++ b/conf/igenomes.config @@ -1,7 +1,7 @@ /* -======================================================================================== +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Nextflow config file for iGenomes paths -======================================================================================== +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Defines reference genomes using iGenome paths. Can be used by any config that customises the base path using: $params.igenomes_base / --igenomes_base @@ -13,7 +13,7 @@ params { genomes { 'GRCh37' { fasta = "${params.igenomes_base}/Homo_sapiens/Ensembl/GRCh37/Sequence/WholeGenomeFasta/genome.fa" - bwa = "${params.igenomes_base}/Homo_sapiens/Ensembl/GRCh37/Sequence/BWAIndex/genome.fa" + bwa = "${params.igenomes_base}/Homo_sapiens/Ensembl/GRCh37/Sequence/BWAIndex/version0.6.0/" bowtie2 = "${params.igenomes_base}/Homo_sapiens/Ensembl/GRCh37/Sequence/Bowtie2Index/" star = "${params.igenomes_base}/Homo_sapiens/Ensembl/GRCh37/Sequence/STARIndex/" bismark = "${params.igenomes_base}/Homo_sapiens/Ensembl/GRCh37/Sequence/BismarkIndex/" @@ -26,7 +26,7 @@ params { } 'GRCh38' { fasta = "${params.igenomes_base}/Homo_sapiens/NCBI/GRCh38/Sequence/WholeGenomeFasta/genome.fa" - bwa = "${params.igenomes_base}/Homo_sapiens/NCBI/GRCh38/Sequence/BWAIndex/genome.fa" + bwa = "${params.igenomes_base}/Homo_sapiens/NCBI/GRCh38/Sequence/BWAIndex/version0.6.0/" bowtie2 = "${params.igenomes_base}/Homo_sapiens/NCBI/GRCh38/Sequence/Bowtie2Index/" star = "${params.igenomes_base}/Homo_sapiens/NCBI/GRCh38/Sequence/STARIndex/" bismark = "${params.igenomes_base}/Homo_sapiens/NCBI/GRCh38/Sequence/BismarkIndex/" @@ -36,9 +36,17 @@ params { macs_gsize = "2.7e9" blacklist = "${projectDir}/assets/blacklists/hg38-blacklist.bed" } + 'CHM13' { + fasta = "${params.igenomes_base}/Homo_sapiens/UCSC/CHM13/Sequence/WholeGenomeFasta/genome.fa" + bwa = "${params.igenomes_base}/Homo_sapiens/UCSC/CHM13/Sequence/BWAIndex/" + bwamem2 = "${params.igenomes_base}/Homo_sapiens/UCSC/CHM13/Sequence/BWAmem2Index/" + gtf = "${params.igenomes_base}/Homo_sapiens/NCBI/CHM13/Annotation/Genes/genes.gtf" + gff = "ftp://ftp.ncbi.nlm.nih.gov/genomes/all/GCF/009/914/755/GCF_009914755.1_T2T-CHM13v2.0/GCF_009914755.1_T2T-CHM13v2.0_genomic.gff.gz" + mito_name = "chrM" + } 'GRCm38' { fasta = "${params.igenomes_base}/Mus_musculus/Ensembl/GRCm38/Sequence/WholeGenomeFasta/genome.fa" - bwa = "${params.igenomes_base}/Mus_musculus/Ensembl/GRCm38/Sequence/BWAIndex/genome.fa" + bwa = "${params.igenomes_base}/Mus_musculus/Ensembl/GRCm38/Sequence/BWAIndex/version0.6.0/" bowtie2 = "${params.igenomes_base}/Mus_musculus/Ensembl/GRCm38/Sequence/Bowtie2Index/" star = "${params.igenomes_base}/Mus_musculus/Ensembl/GRCm38/Sequence/STARIndex/" bismark = "${params.igenomes_base}/Mus_musculus/Ensembl/GRCm38/Sequence/BismarkIndex/" @@ -51,7 +59,7 @@ params { } 'TAIR10' { fasta = "${params.igenomes_base}/Arabidopsis_thaliana/Ensembl/TAIR10/Sequence/WholeGenomeFasta/genome.fa" - bwa = "${params.igenomes_base}/Arabidopsis_thaliana/Ensembl/TAIR10/Sequence/BWAIndex/genome.fa" + bwa = "${params.igenomes_base}/Arabidopsis_thaliana/Ensembl/TAIR10/Sequence/BWAIndex/version0.6.0/" bowtie2 = "${params.igenomes_base}/Arabidopsis_thaliana/Ensembl/TAIR10/Sequence/Bowtie2Index/" star = "${params.igenomes_base}/Arabidopsis_thaliana/Ensembl/TAIR10/Sequence/STARIndex/" bismark = "${params.igenomes_base}/Arabidopsis_thaliana/Ensembl/TAIR10/Sequence/BismarkIndex/" @@ -62,7 +70,7 @@ params { } 'EB2' { fasta = "${params.igenomes_base}/Bacillus_subtilis_168/Ensembl/EB2/Sequence/WholeGenomeFasta/genome.fa" - bwa = "${params.igenomes_base}/Bacillus_subtilis_168/Ensembl/EB2/Sequence/BWAIndex/genome.fa" + bwa = "${params.igenomes_base}/Bacillus_subtilis_168/Ensembl/EB2/Sequence/BWAIndex/version0.6.0/" bowtie2 = "${params.igenomes_base}/Bacillus_subtilis_168/Ensembl/EB2/Sequence/Bowtie2Index/" star = "${params.igenomes_base}/Bacillus_subtilis_168/Ensembl/EB2/Sequence/STARIndex/" bismark = "${params.igenomes_base}/Bacillus_subtilis_168/Ensembl/EB2/Sequence/BismarkIndex/" @@ -72,7 +80,7 @@ params { } 'UMD3.1' { fasta = "${params.igenomes_base}/Bos_taurus/Ensembl/UMD3.1/Sequence/WholeGenomeFasta/genome.fa" - bwa = "${params.igenomes_base}/Bos_taurus/Ensembl/UMD3.1/Sequence/BWAIndex/genome.fa" + bwa = "${params.igenomes_base}/Bos_taurus/Ensembl/UMD3.1/Sequence/BWAIndex/version0.6.0/" bowtie2 = "${params.igenomes_base}/Bos_taurus/Ensembl/UMD3.1/Sequence/Bowtie2Index/" star = "${params.igenomes_base}/Bos_taurus/Ensembl/UMD3.1/Sequence/STARIndex/" bismark = "${params.igenomes_base}/Bos_taurus/Ensembl/UMD3.1/Sequence/BismarkIndex/" @@ -83,7 +91,7 @@ params { } 'WBcel235' { fasta = "${params.igenomes_base}/Caenorhabditis_elegans/Ensembl/WBcel235/Sequence/WholeGenomeFasta/genome.fa" - bwa = "${params.igenomes_base}/Caenorhabditis_elegans/Ensembl/WBcel235/Sequence/BWAIndex/genome.fa" + bwa = "${params.igenomes_base}/Caenorhabditis_elegans/Ensembl/WBcel235/Sequence/BWAIndex/version0.6.0/" bowtie2 = "${params.igenomes_base}/Caenorhabditis_elegans/Ensembl/WBcel235/Sequence/Bowtie2Index/" star = "${params.igenomes_base}/Caenorhabditis_elegans/Ensembl/WBcel235/Sequence/STARIndex/" bismark = "${params.igenomes_base}/Caenorhabditis_elegans/Ensembl/WBcel235/Sequence/BismarkIndex/" @@ -94,7 +102,7 @@ params { } 'CanFam3.1' { fasta = "${params.igenomes_base}/Canis_familiaris/Ensembl/CanFam3.1/Sequence/WholeGenomeFasta/genome.fa" - bwa = "${params.igenomes_base}/Canis_familiaris/Ensembl/CanFam3.1/Sequence/BWAIndex/genome.fa" + bwa = "${params.igenomes_base}/Canis_familiaris/Ensembl/CanFam3.1/Sequence/BWAIndex/version0.6.0/" bowtie2 = "${params.igenomes_base}/Canis_familiaris/Ensembl/CanFam3.1/Sequence/Bowtie2Index/" star = "${params.igenomes_base}/Canis_familiaris/Ensembl/CanFam3.1/Sequence/STARIndex/" bismark = "${params.igenomes_base}/Canis_familiaris/Ensembl/CanFam3.1/Sequence/BismarkIndex/" @@ -105,7 +113,7 @@ params { } 'GRCz10' { fasta = "${params.igenomes_base}/Danio_rerio/Ensembl/GRCz10/Sequence/WholeGenomeFasta/genome.fa" - bwa = "${params.igenomes_base}/Danio_rerio/Ensembl/GRCz10/Sequence/BWAIndex/genome.fa" + bwa = "${params.igenomes_base}/Danio_rerio/Ensembl/GRCz10/Sequence/BWAIndex/version0.6.0/" bowtie2 = "${params.igenomes_base}/Danio_rerio/Ensembl/GRCz10/Sequence/Bowtie2Index/" star = "${params.igenomes_base}/Danio_rerio/Ensembl/GRCz10/Sequence/STARIndex/" bismark = "${params.igenomes_base}/Danio_rerio/Ensembl/GRCz10/Sequence/BismarkIndex/" @@ -115,7 +123,7 @@ params { } 'BDGP6' { fasta = "${params.igenomes_base}/Drosophila_melanogaster/Ensembl/BDGP6/Sequence/WholeGenomeFasta/genome.fa" - bwa = "${params.igenomes_base}/Drosophila_melanogaster/Ensembl/BDGP6/Sequence/BWAIndex/genome.fa" + bwa = "${params.igenomes_base}/Drosophila_melanogaster/Ensembl/BDGP6/Sequence/BWAIndex/version0.6.0/" bowtie2 = "${params.igenomes_base}/Drosophila_melanogaster/Ensembl/BDGP6/Sequence/Bowtie2Index/" star = "${params.igenomes_base}/Drosophila_melanogaster/Ensembl/BDGP6/Sequence/STARIndex/" bismark = "${params.igenomes_base}/Drosophila_melanogaster/Ensembl/BDGP6/Sequence/BismarkIndex/" @@ -126,7 +134,7 @@ params { } 'EquCab2' { fasta = "${params.igenomes_base}/Equus_caballus/Ensembl/EquCab2/Sequence/WholeGenomeFasta/genome.fa" - bwa = "${params.igenomes_base}/Equus_caballus/Ensembl/EquCab2/Sequence/BWAIndex/genome.fa" + bwa = "${params.igenomes_base}/Equus_caballus/Ensembl/EquCab2/Sequence/BWAIndex/version0.6.0/" bowtie2 = "${params.igenomes_base}/Equus_caballus/Ensembl/EquCab2/Sequence/Bowtie2Index/" star = "${params.igenomes_base}/Equus_caballus/Ensembl/EquCab2/Sequence/STARIndex/" bismark = "${params.igenomes_base}/Equus_caballus/Ensembl/EquCab2/Sequence/BismarkIndex/" @@ -137,7 +145,7 @@ params { } 'EB1' { fasta = "${params.igenomes_base}/Escherichia_coli_K_12_DH10B/Ensembl/EB1/Sequence/WholeGenomeFasta/genome.fa" - bwa = "${params.igenomes_base}/Escherichia_coli_K_12_DH10B/Ensembl/EB1/Sequence/BWAIndex/genome.fa" + bwa = "${params.igenomes_base}/Escherichia_coli_K_12_DH10B/Ensembl/EB1/Sequence/BWAIndex/version0.6.0/" bowtie2 = "${params.igenomes_base}/Escherichia_coli_K_12_DH10B/Ensembl/EB1/Sequence/Bowtie2Index/" star = "${params.igenomes_base}/Escherichia_coli_K_12_DH10B/Ensembl/EB1/Sequence/STARIndex/" bismark = "${params.igenomes_base}/Escherichia_coli_K_12_DH10B/Ensembl/EB1/Sequence/BismarkIndex/" @@ -147,7 +155,7 @@ params { } 'Galgal4' { fasta = "${params.igenomes_base}/Gallus_gallus/Ensembl/Galgal4/Sequence/WholeGenomeFasta/genome.fa" - bwa = "${params.igenomes_base}/Gallus_gallus/Ensembl/Galgal4/Sequence/BWAIndex/genome.fa" + bwa = "${params.igenomes_base}/Gallus_gallus/Ensembl/Galgal4/Sequence/BWAIndex/version0.6.0/" bowtie2 = "${params.igenomes_base}/Gallus_gallus/Ensembl/Galgal4/Sequence/Bowtie2Index/" star = "${params.igenomes_base}/Gallus_gallus/Ensembl/Galgal4/Sequence/STARIndex/" bismark = "${params.igenomes_base}/Gallus_gallus/Ensembl/Galgal4/Sequence/BismarkIndex/" @@ -157,7 +165,7 @@ params { } 'Gm01' { fasta = "${params.igenomes_base}/Glycine_max/Ensembl/Gm01/Sequence/WholeGenomeFasta/genome.fa" - bwa = "${params.igenomes_base}/Glycine_max/Ensembl/Gm01/Sequence/BWAIndex/genome.fa" + bwa = "${params.igenomes_base}/Glycine_max/Ensembl/Gm01/Sequence/BWAIndex/version0.6.0/" bowtie2 = "${params.igenomes_base}/Glycine_max/Ensembl/Gm01/Sequence/Bowtie2Index/" star = "${params.igenomes_base}/Glycine_max/Ensembl/Gm01/Sequence/STARIndex/" bismark = "${params.igenomes_base}/Glycine_max/Ensembl/Gm01/Sequence/BismarkIndex/" @@ -167,7 +175,7 @@ params { } 'Mmul_1' { fasta = "${params.igenomes_base}/Macaca_mulatta/Ensembl/Mmul_1/Sequence/WholeGenomeFasta/genome.fa" - bwa = "${params.igenomes_base}/Macaca_mulatta/Ensembl/Mmul_1/Sequence/BWAIndex/genome.fa" + bwa = "${params.igenomes_base}/Macaca_mulatta/Ensembl/Mmul_1/Sequence/BWAIndex/version0.6.0/" bowtie2 = "${params.igenomes_base}/Macaca_mulatta/Ensembl/Mmul_1/Sequence/Bowtie2Index/" star = "${params.igenomes_base}/Macaca_mulatta/Ensembl/Mmul_1/Sequence/STARIndex/" bismark = "${params.igenomes_base}/Macaca_mulatta/Ensembl/Mmul_1/Sequence/BismarkIndex/" @@ -178,7 +186,7 @@ params { } 'IRGSP-1.0' { fasta = "${params.igenomes_base}/Oryza_sativa_japonica/Ensembl/IRGSP-1.0/Sequence/WholeGenomeFasta/genome.fa" - bwa = "${params.igenomes_base}/Oryza_sativa_japonica/Ensembl/IRGSP-1.0/Sequence/BWAIndex/genome.fa" + bwa = "${params.igenomes_base}/Oryza_sativa_japonica/Ensembl/IRGSP-1.0/Sequence/BWAIndex/version0.6.0/" bowtie2 = "${params.igenomes_base}/Oryza_sativa_japonica/Ensembl/IRGSP-1.0/Sequence/Bowtie2Index/" star = "${params.igenomes_base}/Oryza_sativa_japonica/Ensembl/IRGSP-1.0/Sequence/STARIndex/" bismark = "${params.igenomes_base}/Oryza_sativa_japonica/Ensembl/IRGSP-1.0/Sequence/BismarkIndex/" @@ -188,7 +196,7 @@ params { } 'CHIMP2.1.4' { fasta = "${params.igenomes_base}/Pan_troglodytes/Ensembl/CHIMP2.1.4/Sequence/WholeGenomeFasta/genome.fa" - bwa = "${params.igenomes_base}/Pan_troglodytes/Ensembl/CHIMP2.1.4/Sequence/BWAIndex/genome.fa" + bwa = "${params.igenomes_base}/Pan_troglodytes/Ensembl/CHIMP2.1.4/Sequence/BWAIndex/version0.6.0/" bowtie2 = "${params.igenomes_base}/Pan_troglodytes/Ensembl/CHIMP2.1.4/Sequence/Bowtie2Index/" star = "${params.igenomes_base}/Pan_troglodytes/Ensembl/CHIMP2.1.4/Sequence/STARIndex/" bismark = "${params.igenomes_base}/Pan_troglodytes/Ensembl/CHIMP2.1.4/Sequence/BismarkIndex/" @@ -199,7 +207,7 @@ params { } 'Rnor_5.0' { fasta = "${params.igenomes_base}/Rattus_norvegicus/Ensembl/Rnor_5.0/Sequence/WholeGenomeFasta/genome.fa" - bwa = "${params.igenomes_base}/Rattus_norvegicus/Ensembl/Rnor_5.0/Sequence/BWAIndex/genome.fa" + bwa = "${params.igenomes_base}/Rattus_norvegicus/Ensembl/Rnor_5.0/Sequence/BWAIndex/version0.6.0/" bowtie2 = "${params.igenomes_base}/Rattus_norvegicus/Ensembl/Rnor_5.0/Sequence/Bowtie2Index/" star = "${params.igenomes_base}/Rattus_norvegicus/Ensembl/Rnor_5.0/Sequence/STARIndex/" bismark = "${params.igenomes_base}/Rattus_norvegicus/Ensembl/Rnor_5.0/Sequence/BismarkIndex/" @@ -209,7 +217,7 @@ params { } 'Rnor_6.0' { fasta = "${params.igenomes_base}/Rattus_norvegicus/Ensembl/Rnor_6.0/Sequence/WholeGenomeFasta/genome.fa" - bwa = "${params.igenomes_base}/Rattus_norvegicus/Ensembl/Rnor_6.0/Sequence/BWAIndex/genome.fa" + bwa = "${params.igenomes_base}/Rattus_norvegicus/Ensembl/Rnor_6.0/Sequence/BWAIndex/version0.6.0/" bowtie2 = "${params.igenomes_base}/Rattus_norvegicus/Ensembl/Rnor_6.0/Sequence/Bowtie2Index/" star = "${params.igenomes_base}/Rattus_norvegicus/Ensembl/Rnor_6.0/Sequence/STARIndex/" bismark = "${params.igenomes_base}/Rattus_norvegicus/Ensembl/Rnor_6.0/Sequence/BismarkIndex/" @@ -219,7 +227,7 @@ params { } 'R64-1-1' { fasta = "${params.igenomes_base}/Saccharomyces_cerevisiae/Ensembl/R64-1-1/Sequence/WholeGenomeFasta/genome.fa" - bwa = "${params.igenomes_base}/Saccharomyces_cerevisiae/Ensembl/R64-1-1/Sequence/BWAIndex/genome.fa" + bwa = "${params.igenomes_base}/Saccharomyces_cerevisiae/Ensembl/R64-1-1/Sequence/BWAIndex/version0.6.0/" bowtie2 = "${params.igenomes_base}/Saccharomyces_cerevisiae/Ensembl/R64-1-1/Sequence/Bowtie2Index/" star = "${params.igenomes_base}/Saccharomyces_cerevisiae/Ensembl/R64-1-1/Sequence/STARIndex/" bismark = "${params.igenomes_base}/Saccharomyces_cerevisiae/Ensembl/R64-1-1/Sequence/BismarkIndex/" @@ -230,7 +238,7 @@ params { } 'EF2' { fasta = "${params.igenomes_base}/Schizosaccharomyces_pombe/Ensembl/EF2/Sequence/WholeGenomeFasta/genome.fa" - bwa = "${params.igenomes_base}/Schizosaccharomyces_pombe/Ensembl/EF2/Sequence/BWAIndex/genome.fa" + bwa = "${params.igenomes_base}/Schizosaccharomyces_pombe/Ensembl/EF2/Sequence/BWAIndex/version0.6.0/" bowtie2 = "${params.igenomes_base}/Schizosaccharomyces_pombe/Ensembl/EF2/Sequence/Bowtie2Index/" star = "${params.igenomes_base}/Schizosaccharomyces_pombe/Ensembl/EF2/Sequence/STARIndex/" bismark = "${params.igenomes_base}/Schizosaccharomyces_pombe/Ensembl/EF2/Sequence/BismarkIndex/" @@ -242,7 +250,7 @@ params { } 'Sbi1' { fasta = "${params.igenomes_base}/Sorghum_bicolor/Ensembl/Sbi1/Sequence/WholeGenomeFasta/genome.fa" - bwa = "${params.igenomes_base}/Sorghum_bicolor/Ensembl/Sbi1/Sequence/BWAIndex/genome.fa" + bwa = "${params.igenomes_base}/Sorghum_bicolor/Ensembl/Sbi1/Sequence/BWAIndex/version0.6.0/" bowtie2 = "${params.igenomes_base}/Sorghum_bicolor/Ensembl/Sbi1/Sequence/Bowtie2Index/" star = "${params.igenomes_base}/Sorghum_bicolor/Ensembl/Sbi1/Sequence/STARIndex/" bismark = "${params.igenomes_base}/Sorghum_bicolor/Ensembl/Sbi1/Sequence/BismarkIndex/" @@ -252,7 +260,7 @@ params { } 'Sscrofa10.2' { fasta = "${params.igenomes_base}/Sus_scrofa/Ensembl/Sscrofa10.2/Sequence/WholeGenomeFasta/genome.fa" - bwa = "${params.igenomes_base}/Sus_scrofa/Ensembl/Sscrofa10.2/Sequence/BWAIndex/genome.fa" + bwa = "${params.igenomes_base}/Sus_scrofa/Ensembl/Sscrofa10.2/Sequence/BWAIndex/version0.6.0/" bowtie2 = "${params.igenomes_base}/Sus_scrofa/Ensembl/Sscrofa10.2/Sequence/Bowtie2Index/" star = "${params.igenomes_base}/Sus_scrofa/Ensembl/Sscrofa10.2/Sequence/STARIndex/" bismark = "${params.igenomes_base}/Sus_scrofa/Ensembl/Sscrofa10.2/Sequence/BismarkIndex/" @@ -263,7 +271,7 @@ params { } 'AGPv3' { fasta = "${params.igenomes_base}/Zea_mays/Ensembl/AGPv3/Sequence/WholeGenomeFasta/genome.fa" - bwa = "${params.igenomes_base}/Zea_mays/Ensembl/AGPv3/Sequence/BWAIndex/genome.fa" + bwa = "${params.igenomes_base}/Zea_mays/Ensembl/AGPv3/Sequence/BWAIndex/version0.6.0/" bowtie2 = "${params.igenomes_base}/Zea_mays/Ensembl/AGPv3/Sequence/Bowtie2Index/" star = "${params.igenomes_base}/Zea_mays/Ensembl/AGPv3/Sequence/STARIndex/" bismark = "${params.igenomes_base}/Zea_mays/Ensembl/AGPv3/Sequence/BismarkIndex/" @@ -273,7 +281,7 @@ params { } 'hg38' { fasta = "${params.igenomes_base}/Homo_sapiens/UCSC/hg38/Sequence/WholeGenomeFasta/genome.fa" - bwa = "${params.igenomes_base}/Homo_sapiens/UCSC/hg38/Sequence/BWAIndex/genome.fa" + bwa = "${params.igenomes_base}/Homo_sapiens/UCSC/hg38/Sequence/BWAIndex/version0.6.0/" bowtie2 = "${params.igenomes_base}/Homo_sapiens/UCSC/hg38/Sequence/Bowtie2Index/" star = "${params.igenomes_base}/Homo_sapiens/UCSC/hg38/Sequence/STARIndex/" bismark = "${params.igenomes_base}/Homo_sapiens/UCSC/hg38/Sequence/BismarkIndex/" @@ -285,7 +293,7 @@ params { } 'hg19' { fasta = "${params.igenomes_base}/Homo_sapiens/UCSC/hg19/Sequence/WholeGenomeFasta/genome.fa" - bwa = "${params.igenomes_base}/Homo_sapiens/UCSC/hg19/Sequence/BWAIndex/genome.fa" + bwa = "${params.igenomes_base}/Homo_sapiens/UCSC/hg19/Sequence/BWAIndex/version0.6.0/" bowtie2 = "${params.igenomes_base}/Homo_sapiens/UCSC/hg19/Sequence/Bowtie2Index/" star = "${params.igenomes_base}/Homo_sapiens/UCSC/hg19/Sequence/STARIndex/" bismark = "${params.igenomes_base}/Homo_sapiens/UCSC/hg19/Sequence/BismarkIndex/" @@ -298,7 +306,7 @@ params { } 'mm10' { fasta = "${params.igenomes_base}/Mus_musculus/UCSC/mm10/Sequence/WholeGenomeFasta/genome.fa" - bwa = "${params.igenomes_base}/Mus_musculus/UCSC/mm10/Sequence/BWAIndex/genome.fa" + bwa = "${params.igenomes_base}/Mus_musculus/UCSC/mm10/Sequence/BWAIndex/version0.6.0/" bowtie2 = "${params.igenomes_base}/Mus_musculus/UCSC/mm10/Sequence/Bowtie2Index/" star = "${params.igenomes_base}/Mus_musculus/UCSC/mm10/Sequence/STARIndex/" bismark = "${params.igenomes_base}/Mus_musculus/UCSC/mm10/Sequence/BismarkIndex/" @@ -311,7 +319,7 @@ params { } 'bosTau8' { fasta = "${params.igenomes_base}/Bos_taurus/UCSC/bosTau8/Sequence/WholeGenomeFasta/genome.fa" - bwa = "${params.igenomes_base}/Bos_taurus/UCSC/bosTau8/Sequence/BWAIndex/genome.fa" + bwa = "${params.igenomes_base}/Bos_taurus/UCSC/bosTau8/Sequence/BWAIndex/version0.6.0/" bowtie2 = "${params.igenomes_base}/Bos_taurus/UCSC/bosTau8/Sequence/Bowtie2Index/" star = "${params.igenomes_base}/Bos_taurus/UCSC/bosTau8/Sequence/STARIndex/" bismark = "${params.igenomes_base}/Bos_taurus/UCSC/bosTau8/Sequence/BismarkIndex/" @@ -321,7 +329,7 @@ params { } 'ce10' { fasta = "${params.igenomes_base}/Caenorhabditis_elegans/UCSC/ce10/Sequence/WholeGenomeFasta/genome.fa" - bwa = "${params.igenomes_base}/Caenorhabditis_elegans/UCSC/ce10/Sequence/BWAIndex/genome.fa" + bwa = "${params.igenomes_base}/Caenorhabditis_elegans/UCSC/ce10/Sequence/BWAIndex/version0.6.0/" bowtie2 = "${params.igenomes_base}/Caenorhabditis_elegans/UCSC/ce10/Sequence/Bowtie2Index/" star = "${params.igenomes_base}/Caenorhabditis_elegans/UCSC/ce10/Sequence/STARIndex/" bismark = "${params.igenomes_base}/Caenorhabditis_elegans/UCSC/ce10/Sequence/BismarkIndex/" @@ -333,7 +341,7 @@ params { } 'canFam3' { fasta = "${params.igenomes_base}/Canis_familiaris/UCSC/canFam3/Sequence/WholeGenomeFasta/genome.fa" - bwa = "${params.igenomes_base}/Canis_familiaris/UCSC/canFam3/Sequence/BWAIndex/genome.fa" + bwa = "${params.igenomes_base}/Canis_familiaris/UCSC/canFam3/Sequence/BWAIndex/version0.6.0/" bowtie2 = "${params.igenomes_base}/Canis_familiaris/UCSC/canFam3/Sequence/Bowtie2Index/" star = "${params.igenomes_base}/Canis_familiaris/UCSC/canFam3/Sequence/STARIndex/" bismark = "${params.igenomes_base}/Canis_familiaris/UCSC/canFam3/Sequence/BismarkIndex/" @@ -344,7 +352,7 @@ params { } 'danRer10' { fasta = "${params.igenomes_base}/Danio_rerio/UCSC/danRer10/Sequence/WholeGenomeFasta/genome.fa" - bwa = "${params.igenomes_base}/Danio_rerio/UCSC/danRer10/Sequence/BWAIndex/genome.fa" + bwa = "${params.igenomes_base}/Danio_rerio/UCSC/danRer10/Sequence/BWAIndex/version0.6.0/" bowtie2 = "${params.igenomes_base}/Danio_rerio/UCSC/danRer10/Sequence/Bowtie2Index/" star = "${params.igenomes_base}/Danio_rerio/UCSC/danRer10/Sequence/STARIndex/" bismark = "${params.igenomes_base}/Danio_rerio/UCSC/danRer10/Sequence/BismarkIndex/" @@ -355,7 +363,7 @@ params { } 'dm6' { fasta = "${params.igenomes_base}/Drosophila_melanogaster/UCSC/dm6/Sequence/WholeGenomeFasta/genome.fa" - bwa = "${params.igenomes_base}/Drosophila_melanogaster/UCSC/dm6/Sequence/BWAIndex/genome.fa" + bwa = "${params.igenomes_base}/Drosophila_melanogaster/UCSC/dm6/Sequence/BWAIndex/version0.6.0/" bowtie2 = "${params.igenomes_base}/Drosophila_melanogaster/UCSC/dm6/Sequence/Bowtie2Index/" star = "${params.igenomes_base}/Drosophila_melanogaster/UCSC/dm6/Sequence/STARIndex/" bismark = "${params.igenomes_base}/Drosophila_melanogaster/UCSC/dm6/Sequence/BismarkIndex/" @@ -366,7 +374,7 @@ params { } 'equCab2' { fasta = "${params.igenomes_base}/Equus_caballus/UCSC/equCab2/Sequence/WholeGenomeFasta/genome.fa" - bwa = "${params.igenomes_base}/Equus_caballus/UCSC/equCab2/Sequence/BWAIndex/genome.fa" + bwa = "${params.igenomes_base}/Equus_caballus/UCSC/equCab2/Sequence/BWAIndex/version0.6.0/" bowtie2 = "${params.igenomes_base}/Equus_caballus/UCSC/equCab2/Sequence/Bowtie2Index/" star = "${params.igenomes_base}/Equus_caballus/UCSC/equCab2/Sequence/STARIndex/" bismark = "${params.igenomes_base}/Equus_caballus/UCSC/equCab2/Sequence/BismarkIndex/" @@ -377,7 +385,7 @@ params { } 'galGal4' { fasta = "${params.igenomes_base}/Gallus_gallus/UCSC/galGal4/Sequence/WholeGenomeFasta/genome.fa" - bwa = "${params.igenomes_base}/Gallus_gallus/UCSC/galGal4/Sequence/BWAIndex/genome.fa" + bwa = "${params.igenomes_base}/Gallus_gallus/UCSC/galGal4/Sequence/BWAIndex/version0.6.0/" bowtie2 = "${params.igenomes_base}/Gallus_gallus/UCSC/galGal4/Sequence/Bowtie2Index/" star = "${params.igenomes_base}/Gallus_gallus/UCSC/galGal4/Sequence/STARIndex/" bismark = "${params.igenomes_base}/Gallus_gallus/UCSC/galGal4/Sequence/BismarkIndex/" @@ -388,7 +396,7 @@ params { } 'panTro4' { fasta = "${params.igenomes_base}/Pan_troglodytes/UCSC/panTro4/Sequence/WholeGenomeFasta/genome.fa" - bwa = "${params.igenomes_base}/Pan_troglodytes/UCSC/panTro4/Sequence/BWAIndex/genome.fa" + bwa = "${params.igenomes_base}/Pan_troglodytes/UCSC/panTro4/Sequence/BWAIndex/version0.6.0/" bowtie2 = "${params.igenomes_base}/Pan_troglodytes/UCSC/panTro4/Sequence/Bowtie2Index/" star = "${params.igenomes_base}/Pan_troglodytes/UCSC/panTro4/Sequence/STARIndex/" bismark = "${params.igenomes_base}/Pan_troglodytes/UCSC/panTro4/Sequence/BismarkIndex/" @@ -399,7 +407,7 @@ params { } 'rn6' { fasta = "${params.igenomes_base}/Rattus_norvegicus/UCSC/rn6/Sequence/WholeGenomeFasta/genome.fa" - bwa = "${params.igenomes_base}/Rattus_norvegicus/UCSC/rn6/Sequence/BWAIndex/genome.fa" + bwa = "${params.igenomes_base}/Rattus_norvegicus/UCSC/rn6/Sequence/BWAIndex/version0.6.0/" bowtie2 = "${params.igenomes_base}/Rattus_norvegicus/UCSC/rn6/Sequence/Bowtie2Index/" star = "${params.igenomes_base}/Rattus_norvegicus/UCSC/rn6/Sequence/STARIndex/" bismark = "${params.igenomes_base}/Rattus_norvegicus/UCSC/rn6/Sequence/BismarkIndex/" @@ -409,7 +417,7 @@ params { } 'sacCer3' { fasta = "${params.igenomes_base}/Saccharomyces_cerevisiae/UCSC/sacCer3/Sequence/WholeGenomeFasta/genome.fa" - bwa = "${params.igenomes_base}/Saccharomyces_cerevisiae/UCSC/sacCer3/Sequence/BWAIndex/genome.fa" + bwa = "${params.igenomes_base}/Saccharomyces_cerevisiae/UCSC/sacCer3/Sequence/BWAIndex/version0.6.0/" bowtie2 = "${params.igenomes_base}/Saccharomyces_cerevisiae/UCSC/sacCer3/Sequence/Bowtie2Index/" star = "${params.igenomes_base}/Saccharomyces_cerevisiae/UCSC/sacCer3/Sequence/STARIndex/" bismark = "${params.igenomes_base}/Saccharomyces_cerevisiae/UCSC/sacCer3/Sequence/BismarkIndex/" @@ -419,7 +427,7 @@ params { } 'susScr3' { fasta = "${params.igenomes_base}/Sus_scrofa/UCSC/susScr3/Sequence/WholeGenomeFasta/genome.fa" - bwa = "${params.igenomes_base}/Sus_scrofa/UCSC/susScr3/Sequence/BWAIndex/genome.fa" + bwa = "${params.igenomes_base}/Sus_scrofa/UCSC/susScr3/Sequence/BWAIndex/version0.6.0/" bowtie2 = "${params.igenomes_base}/Sus_scrofa/UCSC/susScr3/Sequence/Bowtie2Index/" star = "${params.igenomes_base}/Sus_scrofa/UCSC/susScr3/Sequence/STARIndex/" bismark = "${params.igenomes_base}/Sus_scrofa/UCSC/susScr3/Sequence/BismarkIndex/" diff --git a/conf/modules.config b/conf/modules.config index e6a431a..da58a5d 100644 --- a/conf/modules.config +++ b/conf/modules.config @@ -1,12 +1,12 @@ /* -======================================================================================== +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Config file for defining DSL2 per module options and publishing paths -======================================================================================== +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Available keys to override module options: - ext.args = Additional arguments appended to command in module. - ext.args2 = Second set of arguments appended to command in module (multi-tool modules). - ext.args3 = Third set of arguments appended to command in module (multi-tool modules). - ext.prefix = File name prefix for output files. + ext.args = Additional arguments appended to command in module. + ext.args2 = Second set of arguments appended to command in module (multi-tool modules). + ext.args3 = Third set of arguments appended to command in module (multi-tool modules). + ext.prefix = File name prefix for output files. ---------------------------------------------------------------------------------------- */ @@ -14,14 +14,14 @@ process { publishDir = [ path: { "${params.outdir}/${task.process.tokenize(':')[-1].tokenize('_')[0].toLowerCase()}" }, - mode: 'copy', + mode: params.publish_dir_mode, saveAs: { filename -> filename.equals('versions.yml') ? null : filename } ] withName: SAMPLESHEET_CHECK { publishDir = [ path: { "${params.outdir}/pipeline_info" }, - mode: 'copy', + mode: params.publish_dir_mode, saveAs: { filename -> filename.equals('versions.yml') ? null : filename } ] } @@ -33,498 +33,9 @@ process { withName: CUSTOM_DUMPSOFTWAREVERSIONS { publishDir = [ path: { "${params.outdir}/pipeline_info" }, - mode: 'copy', - pattern: '*_versions.yml' - ] - } - - withName: FASTP { - ext.args = { [ - params.dont_eval_duplicates ? '--dont_eval_duplication' : '', - params.cut_right ? '--cut_right' : '', - params.window_size ? "--cut_window_size ${params.window_size}" : '', - params.mean_min_quality ? "--cut_mean_quality ${params.mean_min_quality}" : '', - params.pairedend_bp_corr ? '--correction' : '', - params.overlap_dif_limit ? "--overlap_diff_limit ${params.overlap_dif_limit}" : '', - params.clip_r1 ? "--trim_front1 ${params.clip_r1}" : '', - params.clip_r2 ? "--trim_front2 ${params.clip_r2}" : '', - params.trim_polyg ? '--trim_poly_g' : '', - ].join(' ').trim() } - // umi specific arguments to fastp. see https://github.com/OpenGene/fastp - ext.umi_args = params.umi_read_structure ?: '' - publishDir = [ - [ - path: { "${params.outdir}/fastp" }, - mode: params.publish_dir_mode, - pattern: "*.html", - ], - [ - path: { "${params.outdir}/fastp" }, - mode: params.publish_dir_mode, - pattern: "*.log", - ], - [ - path: { "${params.outdir}/fastp" }, - mode: params.publish_dir_mode, - pattern: "*.fq.gz", - enabled: params.save_trimmed - ] - ] - } - - withName: PREPARE_FORWARD_READS { - publishDir = [ - path: { "${params.outdir}/${params.method}/reference/" }, - mode: params.publish_dir_mode, - pattern: "*.uniq.seqs", - enabled: params.denovo_intermediate_files - ] - } - - withName: COMBINE_UNIQUE_READS { - publishDir = [ - path: { "${params.outdir}/${params.method}/reference/" }, - mode: params.publish_dir_mode, - pattern: "*_uniq.full.fasta", - enabled: params.denovo_intermediate_files - ] - } - - withName: SEQTK_SEQ { - ext.args = '-F I' - publishDir = [ - path: { "${params.outdir}/${params.method}/reference/seqtk/" }, mode: params.publish_dir_mode, - pattern: "*.seqtk-seq.*.gz", - enabled: params.denovo_intermediate_files - ] - } - - withName: DENOVO_FASTP { - ext.args = '' - publishDir = [ - [ - path: { "${params.outdir}/${params.method}/reference/fastp/" }, - mode: params.publish_dir_mode, - pattern: "*.uniq.fasta", - enabled: params.denovo_intermediate_files - ], - [ - path: { "${params.outdir}/${params.method}/reference/fastp/" }, - mode: params.publish_dir_mode, - pattern: "*.totaluniqseq", - enabled: params.denovo_intermediate_files - ] - ] - } - - withName: CDHIT { - ext.args = { [ - params.cluster_algorithm ? "-g ${params.cluster_algorithm}" : '', - params.description_length ? "-d ${params.description_length}" : '', - params.sequence_simularity ? '-c ' + params.sequence_simularity : '' - ].join(' ').trim() } - - publishDir = [ - [ - path: { "${params.outdir}/${params.method}/reference/cdhit" }, - mode: params.publish_dir_mode, - pattern: "*_cdhit.log", - enabled: params.denovo_intermediate_files - - ], - [ - path: { "${params.outdir}/${params.method}/reference/cdhit" }, - mode: params.publish_dir_mode, - pattern: "*.clstr", - enabled: params.denovo_intermediate_files - ] - ] - } - - withName: CDHIT_TO_RBDIV { - publishDir = [ - [ - path: { "${params.outdir}/${params.method}/reference/cdhit_to_rbdiv" }, - mode: params.publish_dir_mode, - pattern: "*.sort.contig.cluster.ids", - enabled: params.denovo_intermediate_files - ], - [ - path: { "${params.outdir}/${params.method}/reference/cdhit_to_rbdiv" }, - mode: params.publish_dir_mode, - pattern: "*.contig.cluster.totaluniqseq", - enabled: params.denovo_intermediate_files - ], - [ - path: { "${params.outdir}/${params.method}/reference/cdhit_to_rbdiv" }, - mode: params.publish_dir_mode, - pattern: "*.rcluster", - enabled: params.denovo_intermediate_files - ] - ] - } - - withName: RAINBOW_DIV { - // recommended static arguments - ext.args = { [ - params.similarity_fraction ? "-f ${params.similarity_fraction}" : '', - params.max_variants ? "-K ${params.max_variants}" : '' - ].join(' ').trim() } - publishDir = [ - [ - path: { "${params.outdir}/${params.method}/reference/rainbow_div" }, - mode: params.publish_dir_mode, - pattern: "*_rbdiv.out", - enabled: params.denovo_intermediate_files - ], - [ - path: { "${params.outdir}/${params.method}/reference/rainbow_div" }, - mode: params.publish_dir_mode, - pattern: "*.log", - enabled: params.denovo_intermediate_files - ] - ] - } - - withName: RAINBOW_MERGE { - // recommended static arguments - ext.args = { [ - params.min_reads ? "-r ${params.min_reads}" : '', - params.max_clusters_for_merge ? "-N${params.max_clusters_for_merge}" : '', - params.max_reads_for_assembly ? "-R${params.max_reads_for_assembly}" : '', - params.min_overlap ? "-l ${params.min_overlap}" : '', - params.min_similarity_fraction ? "-f ${params.min_similarity_fraction}" : '' - ].join(' ').trim() } - publishDir = [ - [ - path: { "${params.outdir}/${params.method}/reference/rainbow_merge" }, - mode: params.publish_dir_mode, - pattern: "*_rbmerge.log", - enabled: params.denovo_intermediate_files - ], - [ - path: { "${params.outdir}/${params.method}/reference/rainbow_merge" }, - mode: params.publish_dir_mode, - pattern: "*_rbmerge.out", - enabled: params.denovo_intermediate_files - ] - ] - } - - withName: WRITE_FASTA { - publishDir = [ - [ - path: { "${params.outdir}/${params.method}/reference/write_fasta" }, - mode: params.publish_dir_mode, - pattern: "*_rainbow.fasta" - ] - ] - } - - withName: SAMTOOLS_FAIDX { - ext.args = '' - publishDir = [ - path: { "${params.outdir}/${params.method}/reference/index" }, - mode: params.publish_dir_mode, - enabled: params.save_reference_indices, - pattern: "*.fai" - ] - } - - - withName: BWA_INDEX { - ext.args = '' - publishDir = [ - [ - path: { "${params.outdir}/${params.method}/reference/index/" }, - mode: params.publish_dir_mode, - enabled: params.save_reference_indices, - pattern: "bwa/*" - ] - ] - } - - withName: BWA_MEM { - ext.args = { [ - // set default scores for alignments - params.clipping_penalty ? '-L ' + params.clipping_penalty : '', - params.output_secondary ? '-a' : '', - params.mark_short_as_sec ? '-M' : '', - params.min_aln_quality ? '-T ' + params.min_aln_quality : '', - params.matching_score ? '-A ' + params.matching_score : '', - params.mismatch_score ? '-B ' + params.mismatch_score : '', - params.gap_penalty ? '-O ' + params.gap_penalty : '' - ].join(' ').trim() } - - ext.args2 = { [ - '-S -h -u', - params.quality_score ? '-q ' + params.quality_score : '-q 1' - ].join(' ').trim() } - publishDir = [ - [ - path: { "${params.outdir}/${params.method}/alignments/samtools_stats/" }, - mode: params.publish_dir_mode, - pattern: "*.bam" - ] - ] - } - - withName: BWAMEM2_MEM { - ext.args = { [ - // set default scores for alignments - params.clipping_penalty ? '-L ' + params.clipping_penalty : '', - params.output_secondary ? '-a' : '', - params.mark_short_as_sec ? '-M' : '', - params.min_aln_quality ? '-T ' + params.min_aln_quality : '', - params.matching_score ? '-A ' + params.matching_score : '', - params.mismatch_score ? '-B ' + params.mismatch_score : '', - params.gap_penalty ? '-O ' + params.gap_penalty : '' - ].join(' ').trim() } - - ext.args2 = { [ - '-S -h -u', - params.quality_score ? '-q ' + params.quality_score : '-q 1' - ].join(' ').trim() } - publishDir = [ - [ - path: { "${params.outdir}/${params.method}/alignments/samtools_stats/" }, - mode: params.publish_dir_mode, - pattern: "*.bam" - ] - ] - } - - withName: UMITOOLS_DEDUP { - ext.args = '' - publishDir = [ - [ - path: { "${params.outdir}/${params.method}/alignments/umitools_dedup/" }, - mode: params.publish_dir_mode, - pattern: "*.bam" - ], - [ - path: { "${params.outdir}/${params.method}/alignments/umitools_dedup/stats" }, - mode: params.publish_dir_mode, - pattern: "*.tsv" - ] - ] - } - - withName: SAMTOOLS_INDEX { - ext.args = '' - publishDir = [ - [ - path: { "${params.outdir}/${params.method}/alignments/samtools_index" }, - mode: params.publish_dir_mode, - pattern: "*.bam" - ] - ] - } - - withName: SAMTOOLS_MERGE { - ext.args = '' - publishDir = [ - [ - path: { "${params.outdir}/${params.method}/alignments/samtools_merge/" }, - mode: params.publish_dir_mode, - pattern: "*.bam" - ] - ] - } - - withName: SAMTOOLS_FLAGSTAT { - publishDir = [ - [ - path: { "${params.outdir}/${params.method}/alignments/samtools_stats/" }, - mode: params.publish_dir_mode, - pattern: "*.flagstat" - ] - ] - } - - withName: SAMTOOLS_STATS { - publishDir = [ - [ - path: { "${params.outdir}/${params.method}/alignments/samtools_stats/" }, - mode: params.publish_dir_mode, - pattern: "*.stats" - ] - ] - } - - withName: SAMTOOLS_IDXSTATS { - publishDir = [ - [ - path: { "${params.outdir}/${params.method}/alignments/samtools_stats/" }, - mode: params.publish_dir_mode, - pattern: "*.idxstats" - ] - ] - } - - withName: BEDTOOLS_BAMTOBED { - ext.args = '' - publishDir = [ - [ - path: { "${params.outdir}/${params.method}/alignments/intervals/bedtools_bamtobed/" }, - mode: params.publish_dir_mode, - pattern: "*.bed", - enabled: params.save_intervals - ] - ] - } - - withName: BEDOPS_MERGE_BED { - ext.args = '' - publishDir = [ - [ - path: { "${params.outdir}/${params.method}/alignments/intervals/bedops_merge/" }, - mode: params.publish_dir_mode, - pattern: "*.bed", - enabled: params.save_intervals - ] - ] - } - - withName: BEDTOOLS_SORT { - ext.args = '' - ext.prefix = '' - publishDir = [ - [ - path: { "${params.outdir}/${params.method}/alignments/intervals/bedtools_sort/" }, - mode: params.publish_dir_mode, - pattern: "*.bed", - enabled: params.save_intervals - ] - ] - } - - withName: BEDTOOLS_COVERAGE { - ext.args = '' - publishDir = [ - [ - path: { "${params.outdir}/${params.method}/alignments/intervals/bedtools_coverage/" }, - mode: params.publish_dir_mode, - pattern: "*.cov", - enabled: params.save_intervals - ] - ] - } - - withName: BEDTOOLS_MERGE_COV { - ext.args = '' - publishDir = [ - [ - path: { "${params.outdir}/${params.method}/alignments/intervals/bedtools_merge/" }, - mode: params.publish_dir_mode, - pattern: "*.cov", - enabled: params.save_intervals - ] - ] - } - - withName: BEDTOOLS_MAKEWINDOWS { - ext.args = '' - publishDir = [ - [ - path: { "${params.outdir}/${params.method}/alignments/intervals/bedtools_makewindows/" }, - mode: params.publish_dir_mode, - pattern: "*.tab", - enabled: params.save_intervals - ], - [ - path: { "${params.outdir}/${params.method}/alignments/intervals/bedtools_makewindows/" }, - mode: params.publish_dir_mode, - pattern: "_cov.low.stats", - enabled: params.save_intervals - ], - [ - path: { "${params.outdir}/${params.method}/alignments/intervals/bedtools_makewindows/" }, - mode: params.publish_dir_mode, - pattern: "_cov.low.stats", - enabled: params.save_intervals - ] - ] - } - - withName: BEDTOOLS_INTERSECT { - ext.args = '' - publishDir = [ - [ - path: { "${params.outdir}/${params.method}/alignments/intervals/bedtools_intersect/" }, - mode: params.publish_dir_mode, - pattern: "*.bed", - enabled: params.save_intervals - ] - ] - - } - - withName: CREATE_INTERVALS { - ext.args = '' - publishDir = [ - [ - path: { "${params.outdir}/${params.method}/alignments/intervals/create_intervals/" }, - mode: params.publish_dir_mode, - pattern: "mapped.*.bed", - enabled: params.save_intervals - ] - ] - } - - withName: FREEBAYES { - ext.args = { [ - params.min_map_qual ? "-m ${params.min_map_qual}" : '', - params.min_base_qual ? "-q ${params.min_base_qual}" : '', - params.complex_gap ? "-E ${params.complex_gap}" : '', - params.use_best_n_alleles ? "-n ${params.use_best_n_alleles}" : '', - params.min_alt_fraction ? "-F ${params.min_alt_fraction}" : '', - params.min_repeat_entropy ? "--min-repeat-entropy ${params.min_repeat_entropy}" : '' - ].join(' ').trim() } - publishDir = [ - [ - path: { "${params.outdir}/${params.method}/variant_calling/intervals" }, - mode: params.publish_dir_mode, - pattern: "*.vcf.gz", - enabled: params.save_freebayes_intervals - ] - ] - } - - withName: BCFTOOLS_SORT { - ext.args = '' - ext.prefix = "Golden_sort" - publishDir = [ - [ - path: { "${params.outdir}/${params.method}/variant_calling/intervals/" }, - mode: params.publish_dir_mode, - pattern: "*.gz", - enabled: params.save_freebayes_intervals - ] - ] - } - - withName: TABIX_TABIX { - ext.args = '' - publishDir = [ - [ - path: { "${params.outdir}/${params.method}/variant_calling/intervals/" }, - mode: params.publish_dir_mode, - pattern: "*.tbi", - enabled: params.save_freebayes_intervals - ] + pattern: '*_versions.yml' ] } - withName: BCFTOOLS_CONCAT { - ext.args = '--remove-duplicates --allow-overlaps' - publishDir = [ - [ - path: { "${params.outdir}/${params.method}/variant_calling/" }, - mode: params.publish_dir_mode, - pattern: "*.gz", - ] - ] - } } diff --git a/conf/test.config b/conf/test.config index 12c8d29..96f4505 100644 --- a/conf/test.config +++ b/conf/test.config @@ -1,11 +1,11 @@ /* -======================================================================================== +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Nextflow config file for running minimal tests -======================================================================================== +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Defines input files and everything required to run a fast and simple pipeline test. Use as follows: - nextflow run nf-core/radseq -profile test, + nextflow run nf-core/radseq -profile test, --outdir ---------------------------------------------------------------------------------------- */ @@ -16,21 +16,14 @@ params { // Limit resources so that this can run on GitHub Actions max_cpus = 2 - max_memory = '2.GB' + max_memory = '6.GB' max_time = '6.h' - input = '/mnt/d/nextflow_testing/radseq/input.csv' - - // Method - method = 'denovo' - - aligner = 'minimap2' - - popmap = 'https://raw.githubusercontent.com/Gabriel-A-Barrett/test-datasets/radseq/testdata/ddRAD/popmap.txt' + // Input data + // TODO nf-core: Specify the paths to your test data on nf-core/test-datasets + // TODO nf-core: Give any required params for the test so that command line flags are not needed + input = 'https://raw.githubusercontent.com/nf-core/test-datasets/viralrecon/samplesheet/samplesheet_test_illumina_amplicon.csv' // Genome references - genome = 'https://raw.githubusercontent.com/Gabriel-A-Barrett/test-datasets/radseq/testdata/ddRAD/CM014990.1.fna' - - umi_read_structure = '--umi --umi_loc=read2 --umi_len=8 --umi_skip=2 --umi_prefix=UMI' - + genome = 'R64-1-1' } diff --git a/conf/test_full.config b/conf/test_full.config index f34fb21..fed539a 100644 --- a/conf/test_full.config +++ b/conf/test_full.config @@ -1,15 +1,17 @@ /* -======================================================================================== +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Nextflow config file for running full-size tests -======================================================================================== +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Defines input files and everything required to run a full size pipeline test. Use as follows: - nextflow run nf-core/radseq -profile test_full, + nextflow run nf-core/radseq -profile test_full, --outdir ---------------------------------------------------------------------------------------- */ +cleanup = true + params { config_profile_name = 'Full test profile' config_profile_description = 'Full test dataset to check pipeline function' diff --git a/conf/xanadu.config b/conf/xanadu.config deleted file mode 100644 index 62d3744..0000000 --- a/conf/xanadu.config +++ /dev/null @@ -1,212 +0,0 @@ -params { - - // TODO nf-core: Specify your pipeline's command line flags - // Input options - input = "${baseDir}/data/input.csv" - - // 'denovo' or 'reference' - method = 'reference' - - // Denovo options - sequence_type = 'PE' - minReadDepth_WithinIndividual = null // defaults to 2 - minReadDepth_BetweenIndividual = null // defaults to 2 - - // Reference Genome options - genome = null - igenomes_base = 's3://ngi-igenomes/igenomes' - igenomes_ignore = false - - // Alignment options - aligner = 'bwa' - matching_score = null // defaults to 1 - mismatch_score = null // defaults to 4 - gap_penalty = null // defaults to 6 - quality_score = null // defaults to 1 - - // Intervals options - subset_intervals_channel = 300 - - - // Variant Calling options - splitByReadCoverage = '500000' - - // Intermediate files to put in the results dir. - save_trimmed = false - save_uniqseq = false - save_uniq_full_fasta = false - save_seqtk_seq_fasta = false - save_cdhit_clstr = false - save_trim_adapters_fastp = false - save_reference_fai = false - save_intervals = true - save_freebayes_intervals = false - - // MultiQC options - multiqc_config = null - multiqc_title = null - max_multiqc_email_size = '25.MB' - - // Boilerplate options - outdir = './results' - tracedir = "${params.outdir}/pipeline_info" - email = null - email_on_fail = null - publish_dir_mode = 'copy' - plaintext_email = false - monochrome_logs = false - help = false - validate_params = true - show_hidden_params = false - schema_ignore_params = 'genomes' - enable_conda = false - - // Config options - custom_config_version = 'master' - custom_config_base = "https://raw.githubusercontent.com/nf-core/configs/${params.custom_config_version}" - config_profile_description = null - config_profile_contact = null - config_profile_url = null - config_profile_name = null - - // Max resource options - // Defaults only, expecting to be overwritten - max_memory = '500.GB' - max_cpus = 50 - max_time = '240.h' - -} - -// Load base.config by default for all pipelines: contains -includeConfig 'base.config' - -// Load nf-core custom profiles from different Institutions -try { - includeConfig "${params.custom_config_base}/nfcore_custom.config" -} catch (Exception e) { - System.err.println("WARNING: Could not load nf-core/config profiles: ${params.custom_config_base}/nfcore_custom.config") -} - -profiles { - debug { process.beforeScript = 'echo $HOSTNAME' } - conda { - params.enable_conda = true - docker.enabled = false - singularity.enabled = false - podman.enabled = false - shifter.enabled = false - charliecloud.enabled = false - - process.executor = 'slurm' - } - singularity { - singularity.enabled = true - singularity.autoMounts = true - singularity.cacheDir = "${baseDir}/work" - docker.enabled = false - podman.enabled = false - shifter.enabled = false - charliecloud.enabled = false - } -} - -// Load igenomes.config if required -if (!params.igenomes_ignore) { - includeConfig 'igenomes.config' -} else { - params.genomes = [:] -} - -// Export these variables to prevent local Python/R libraries from conflicting with those in the container -// The JULIA depot path has been adjusted to a fixed path `/usr/local/share/julia` that needs to be used for packages in the container. -// See https://apeltzer.github.io/post/03-julia-lang-nextflow/ for details on that. Once we have a common agreement on where to keep Julia packages, this is adjustable. - -env { - PYTHONNOUSERSITE = 1 - R_PROFILE_USER = "/.Rprofile" - R_ENVIRON_USER = "/.Renviron" - JULIA_DEPOT_PATH = "/usr/local/share/julia" - TMPDIR='/home/FCAM/gbarrett/TMP_DIR' - SINGULARITY_CACHEDIR='/home/FCAM/gbarrett/TMP_DIR' - //NXF_OPTS="-Xms1g -Xmx30g" can't set NXF variables within config must use export before script execution - _JAVA_OPTIONS="-Xms1g -Xmx30g" - -} - -// setup SLURM for xanadu -process { - executor = 'slurm' - withLabel:process_high_memory {clusterOptions = '--qos=himem --partition=himem'} - withLabel:'!process_high_memory' {clusterOptions = '--qos=general --partition=general'} -} -executor { - queueSize = 100 - submitRateLimit = '5 sec' -} - -// Capture exit codes from upstream processes when piping -process.shell = ['/bin/bash', '-euo', 'pipefail'] - -def trace_timestamp = new java.util.Date().format( 'yyyy-MM-dd_HH-mm-ss') -timeline { - enabled = true - file = "${params.tracedir}/execution_timeline_${trace_timestamp}.html" -} -report { - enabled = true - file = "${params.tracedir}/execution_report_${trace_timestamp}.html" -} -trace { - enabled = true - file = "${params.tracedir}/execution_trace_${trace_timestamp}.txt" -} -dag { - enabled = true - file = "${params.tracedir}/pipeline_dag_${trace_timestamp}.svg" -} - -manifest { - name = 'nf-core/radseq' - author = 'Gabriel Barrett' - homePage = 'https://github.com/nf-core/radseq' - description = 'dDocent workflow' - mainScript = 'main.nf' - nextflowVersion = '!>=21.10.3' - version = '1.0dev' -} - -// Load modules.config for DSL2 module specific options -includeConfig 'modules.config' - -// Function to ensure that resource requirements don't go beyond -// a maximum limit -def check_max(obj, type) { - if (type == 'memory') { - try { - if (obj.compareTo(params.max_memory as nextflow.util.MemoryUnit) == 1) - return params.max_memory as nextflow.util.MemoryUnit - else - return obj - } catch (all) { - println " ### ERROR ### Max memory '${params.max_memory}' is not valid! Using default value: $obj" - return obj - } - } else if (type == 'time') { - try { - if (obj.compareTo(params.max_time as nextflow.util.Duration) == 1) - return params.max_time as nextflow.util.Duration - else - return obj - } catch (all) { - println " ### ERROR ### Max time '${params.max_time}' is not valid! Using default value: $obj" - return obj - } - } else if (type == 'cpus') { - try { - return Math.min( obj, params.max_cpus as int ) - } catch (all) { - println " ### ERROR ### Max cpus '${params.max_cpus}' is not valid! Using default value: $obj" - return obj - } - } -} diff --git a/docs/output.md b/docs/output.md index 5032a92..86cf389 100644 --- a/docs/output.md +++ b/docs/output.md @@ -6,225 +6,24 @@ This document describes the output produced by the pipeline. Most of the plots a The directories listed below will be created in the results directory after the pipeline has finished. All paths are relative to the top-level results directory. + + ## Pipeline overview The pipeline is built using [Nextflow](https://www.nextflow.io/) and processes data using the following steps: -- [Preprocessing](#preprocessing) - - [FastP](#fastp) - trim low-quality reads, umi-barcodes, adapters -- [Denovo Reference Construction](#denovo-reference-construction) - - [Prepare Forward Reads](#prepare-forward-reads) - combine forward and reverse sequences separated by 'NNNNNNNNNN' - - [Combine Uniqe Reads](#combine-uniq-reads) - retain reads present n number of times between and across individuals - - [Seqtk](#seqtk-seq) - write dummy fasta file - - [Denovo Fastp](#denovo-fastp) - trim adapters - - [CDHIT-est](#cdhit-est) - cluster similar sequences - - [cdhit_to_rbdiv](#cdhit-to-rbdiv) - convert cdhit file output into rainbow div input file format - - [Rainbow div](#rainbow-div) - distiguish sequence errors from heterozygote or variants between repetitive sequences - - [Rainbow merge](#rainbow-merge) - merge potential heterozygous clusters - - [write_fasta](#write_fasta) - convert rainbow merge file output into fasta format -- [Alignment](#alignment) - - [SAMtools](#samtools) - Sort, index and obtain alignment statistics - - [BWA](#bwa) - short read aligner - - [BWA-mem2](#bwa-mem2) - a faster short read aligner - - [UMI-tools dedup](#umi-tools-dedup) - UMI-based deduplication -- [Freebayes Intervals](#freebayes-intervals) - - [bedtools bamtobed](#bedtools-bamtobed): converts bam file into bed datastructure - - [bedops merge](#bedops-merge): merge indvidual bed files into a single bed file - - [bedtools sort](#bedtools-sort): sorts bed files - - [bedtools coverage](#bedtools-coverage): counts read depth - - [bedtools merge](#bedtools-merge): merges indv bed files and takes sum the read depths - - [bedtools makewindows](#bedtools-makewindows): split regions with coverage above `--max_read_coverage_to_split` to half read length - - [bedtools intersect](#bedtools-intersect): removes any overlapping regions between new bed file from `bedtools makewindows` and from `bedtools merge` - - [create intervals](#create-intervals): write regions for input to `freebayes` -- [Variant Calling](#variant-calling) - - [Freebayes](#freebayes) - a bayesian genotyper tool -- [Quality Control and Preprocessing](#qc-and-reporting) - - [FastQC](#fastqc) - Raw read QC - - [MultiQC](#multiqc) - Aggregate report describing results and QC from the whole pipeline - - [Pipeline information](#pipeline-information) - Report metrics generated during the workflow execution - -# Directory Structure - -The default directory structure is as follows - -``` -{outdir} -├── denovo -│ ├── alignments -│ │ ├── samtools_index -│ │ ├── samtools_merge -│ │ ├── samtools_stats -│ │ └── umitools_dedup -│ │ └── stats -│ ├── reference -│ │ ├── cdhit -│ │ ├── cdhit_to_rbdiv -│ │ ├── rainbow_div -│ │ ├── rainbow_merge -│ │ └── write_fasta -│ └── variant_calling -├── fastp -├── fastqc -├── multiqc -│ └── multiqc_data -├── pipeline_info -└── reference - ├── alignments - │ ├── samtools_index - │ ├── samtools_merge - │ ├── samtools_stats - │ └── umitools_dedup - │ └── stats - └── variant_calling -``` - -# Preprocessing - -Radseq pre-processes reads prior to the alignment step. - -### FastP - -[FastP](https://github.com/OpenGene/fastp) is a tool designed to be an all-in-one preprocessor for FastQ files. You can enable the saving of trimmed fq files in output directory through `--save_trimmed=true`. - -
-Output files - -* `{outdir}/fastp/` - * `*_fastp.html`: Fastp report containing quality metrics. - * `*_fastp.log`: Log output containing statistics - * `*.fq.gz`: trimmed fq files - -
- -# Denovo Reference Construction - -Radseq supports the construction of psuedoreference using a conglomerate of open source tools. By default the resulting fasta file is only output to enable the output of intermediate files into `{outdir}/denovo/reference/` use `--denovo_intermediate_files=true`. - -### Prepare forward reads - -
-Output files - -* `{outdir}/denovo/reference` - * `*.uniq.seqs`: all unique sequences - -
- -### Seqtk seq - -
-Output files - -* `{outdir}/denovo/reference/seqtk` - * `*.seqtk-seq`: dummy fasta file - -
- -### Denovo FastP - -
-Output files - -* `{outdir}/denovo/reference/fastp` - * `*.uniq.fasta`: fasta format - * `*.totaluniqseq`: all unique sequences remaining after data cutoffs and adapter trimming - -
- -### Cdhit est - -
-Output files - -* `{outdir}/denovo/reference/cdhit` - * `*_cdhit.logs`: log output from cdhit-est - * `*.clstr`: clstr output used to convert into rainbow div format - -
- -### Cdhit to rbdiv - -
-Output files - -* `{outdir}/denovo/reference/cdhit_to_rbdiv` - * `*.sort.contig.cluster.ids`: file used for conversion of `cd-hit` to `Rainbow` input - * `*.contig.cluster.totaluniqseq`: used during assembly - * `*.rcluster`: input for `Rainbow` - -
- -### Rainbow div - -
-Output files - -* `{outdir}/denovo/reference/rainbow_div` - * `*_rbdiv.out`: rainbow div output file - * `*.log`: log file - -
- - -### Rainbow merge - -
-Output files - -* `{outdir}/denovo/reference/rainbow_div` - * `*_rainbow.fasta`: final fasta file used in subsequent processes - -
- -### Write fasta - -
-Output files - -* `{outdir}/denovo/reference/rainbow_div` - * `*_rbmerge.out`: rainbow merge output file - * `*_rbmerge.log`: log file - - -
- -# Freebayes Intervals - -# Alignment - -## Indices -enable the saving of reference indices with `--save_reference_indices true` generate from `samtools` and `bwa` for variant calling and short-read alignment respectiviely. - -### samtools faidx - -
-Output files - -* `{outdir}/denovo/reference/index` - * `*.fai`: samtools fai index - -
- -### bwa index - -
-Output files - -* `{outdir}/denovo/reference/index` - * `*_rbmerge.out`: rainbow merge output file - -
- -# Variant Calling +- [FastQC](#fastqc) - Raw read QC +- [MultiQC](#multiqc) - Aggregate report describing results and QC from the whole pipeline +- [Pipeline information](#pipeline-information) - Report metrics generated during the workflow execution ### FastQC
Output files -* `fastqc/` - * `*_fastqc.html`: FastQC report containing quality metrics. - * `*_fastqc.zip`: Zip archive containing the FastQC report, tab-delimited data file and plot images. +- `fastqc/` + - `*_fastqc.html`: FastQC report containing quality metrics. + - `*_fastqc.zip`: Zip archive containing the FastQC report, tab-delimited data file and plot images.
@@ -243,10 +42,10 @@ enable the saving of reference indices with `--save_reference_indices true` gene
Output files -* `multiqc/` - * `multiqc_report.html`: a standalone HTML file that can be viewed in your web browser. - * `multiqc_data/`: directory containing parsed statistics from the different tools used in the pipeline. - * `multiqc_plots/`: directory containing static images from the report in various formats. +- `multiqc/` + - `multiqc_report.html`: a standalone HTML file that can be viewed in your web browser. + - `multiqc_data/`: directory containing parsed statistics from the different tools used in the pipeline. + - `multiqc_plots/`: directory containing static images from the report in various formats.
@@ -259,10 +58,10 @@ Results generated by MultiQC collate pipeline QC from supported tools e.g. FastQ
Output files -* `pipeline_info/` - * Reports generated by Nextflow: `execution_report.html`, `execution_timeline.html`, `execution_trace.txt` and `pipeline_dag.dot`/`pipeline_dag.svg`. - * Reports generated by the pipeline: `pipeline_report.html`, `pipeline_report.txt` and `software_versions.yml`. The `pipeline_report*` files will only be present if the `--email` / `--email_on_fail` parameter's are used when running the pipeline. - * Reformatted samplesheet files used as input to the pipeline: `samplesheet.valid.csv`. +- `pipeline_info/` + - Reports generated by Nextflow: `execution_report.html`, `execution_timeline.html`, `execution_trace.txt` and `pipeline_dag.dot`/`pipeline_dag.svg`. + - Reports generated by the pipeline: `pipeline_report.html`, `pipeline_report.txt` and `software_versions.yml`. The `pipeline_report*` files will only be present if the `--email` / `--email_on_fail` parameter's are used when running the pipeline. + - Reformatted samplesheet files used as input to the pipeline: `samplesheet.valid.csv`.
diff --git a/docs/usage.md b/docs/usage.md index c3a767b..acfa8e8 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -6,66 +6,99 @@ ## Introduction -radseq is a workflow designed to detect variants from restriction site-associated DNA sequences (RAD-seq). If a reference genome is available this workflow can be used on almost any kind of NGS data set. + -radseq is designed to call variants from species with or without a reference genome and can deduplicate reads based on unique moleculor identifier (umi) barcodes. +## Samplesheet input + +You will need to create a samplesheet with information about the samples you would like to analyse before running the pipeline. Use this parameter to specify its location. It has to be a comma-separated file with 3 columns, and a header row as shown in the examples below. + +```bash +--input '[path to samplesheet file]' +``` + +### Multiple runs of the same sample + +The `sample` identifiers have to be the same when you have re-sequenced the same sample more than once e.g. to increase sequencing depth. The pipeline will concatenate the raw reads before performing any downstream analysis. Below is an example for the same sample sequenced across 3 lanes: + +```console +sample,fastq_1,fastq_2 +CONTROL_REP1,AEG588A1_S1_L002_R1_001.fastq.gz,AEG588A1_S1_L002_R2_001.fastq.gz +CONTROL_REP1,AEG588A1_S1_L003_R1_001.fastq.gz,AEG588A1_S1_L003_R2_001.fastq.gz +CONTROL_REP1,AEG588A1_S1_L004_R1_001.fastq.gz,AEG588A1_S1_L004_R2_001.fastq.gz +``` + +### Full samplesheet + +The pipeline will auto-detect whether a sample is single- or paired-end using the information provided in the samplesheet. The samplesheet can have as many columns as you desire, however, there is a strict requirement for the first 3 columns to match those defined in the table below. + +A final samplesheet file consisting of both single- and paired-end data may look something like the one below. This is for 6 samples, where `TREATMENT_REP3` has been sequenced twice. + +```console +sample,fastq_1,fastq_2 +CONTROL_REP1,AEG588A1_S1_L002_R1_001.fastq.gz,AEG588A1_S1_L002_R2_001.fastq.gz +CONTROL_REP2,AEG588A2_S2_L002_R1_001.fastq.gz,AEG588A2_S2_L002_R2_001.fastq.gz +CONTROL_REP3,AEG588A3_S3_L002_R1_001.fastq.gz,AEG588A3_S3_L002_R2_001.fastq.gz +TREATMENT_REP1,AEG588A4_S4_L003_R1_001.fastq.gz, +TREATMENT_REP2,AEG588A5_S5_L003_R1_001.fastq.gz, +TREATMENT_REP3,AEG588A6_S6_L003_R1_001.fastq.gz, +TREATMENT_REP3,AEG588A6_S6_L004_R1_001.fastq.gz, +``` + +| Column | Description | +| --------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `sample` | Custom sample name. This entry will be identical for multiple sequencing libraries/runs from the same sample. Spaces in sample names are automatically converted to underscores (`_`). | +| `fastq_1` | Full path to FastQ file for Illumina short reads 1. File has to be gzipped and have the extension ".fastq.gz" or ".fq.gz". | +| `fastq_2` | Full path to FastQ file for Illumina short reads 2. File has to be gzipped and have the extension ".fastq.gz" or ".fq.gz". | + +An [example samplesheet](../assets/samplesheet.csv) has been provided with the pipeline. ## Running the pipeline The typical command for running the pipeline is as follows: -```console -nextflow run nf-core/radseq --input samplesheet.csv --genome GRCh37 -profile docker +```bash +nextflow run nf-core/radseq --input samplesheet.csv --outdir --genome GRCh37 -profile docker ``` This will launch the pipeline with the `docker` configuration profile. See below for more information about profiles. Note that the pipeline will create the following files in your working directory: -```console -work # Directory containing the nextflow working files -results # Finished results (configurable, see below) -.nextflow_log # Log file from Nextflow +```bash +work # Directory containing the nextflow working files + # Finished results in specified location (defined with --outdir) +.nextflow_log # Log file from Nextflow # Other nextflow hidden files, eg. history of pipeline runs and old logs. ``` -## Samplesheet input +If you wish to repeatedly use the same parameters for multiple runs, rather than specifying each flag in the command, you can specify these in a params file. -You will need to create a samplesheet with information about the samples you would like to analyse before running the pipeline. Use the parameter `--input` to specify its location. It has to be a comma-separated file with 4 columns, and a header row as shown in the examples below. +Pipeline settings can be provided in a `yaml` or `json` file via `-params-file `. -radseq does not handle duplicate samples in the input samplesheet. All samples must have a unique identifier. +> ⚠️ Do not use `-c ` to specify parameters as this will result in errors. Custom config files specified with `-c` must only be used for [tuning process resource specifications](https://nf-co.re/docs/usage/configuration#tuning-workflow-resources), other infrastructural tweaks (such as output directories), or module arguments (args). +> The above pipeline run specified with a params file in yaml format: -### Full samplesheet - -The pipeline will auto-detect whether a sample is single- or paired-end using the information provided in the samplesheet. The samplesheet can have as many columns as you desire, however, there is a strict requirement for the first 3 columns to match those defined in the table below. **Important** the pipeline will group together individuals based on shared characters up to the first number. Therefore it is important to start sample ID's with a shared character and start the unique identifier with a number. +```bash +nextflow run nf-core/radseq -profile docker -params-file params.yaml +``` -A final samplesheet file consisting of both single- and paired-end data may look something like the one below. Files grouped together will have the prefix sample, like for example, the final vcf will be named sample.vcf.gz. +with `params.yaml` containing: -```console -sample,fastq_1,fastq_2,umi_barcodes,pop -sample1,AEG588A1_S1_L002_R1_001.fastq.gz,AEG588A1_S1_L002_R2_001.fastq.gz,false,pop1 -sample2,AEG588A2_S2_L002_R1_001.fastq.gz,AEG588A2_S2_L002_R2_001.fastq.gz,false,pop1 -sample3,AEG588A3_S3_L002_R1_001.fastq.gz,AEG588A3_S3_L002_R2_001.fastq.gz,false,pop1 -sample4,AEG588A4_S4_L003_R1_001.fastq.gz,false,pop2 -sample5,AEG588A5_S5_L003_R1_001.fastq.gz,false,pop2 -sample6,AEG588A6_S6_L003_R1_001.fastq.gz,false,pop2 +```yaml +input: './samplesheet.csv' +outdir: './results/' +genome: 'GRCh37' +input: 'data' +<...> ``` -| Column | Description | -|----------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| `sample` | Custom sample name. This entry will be identical for multiple sequencing libraries/runs from the same sample. Spaces in sample names are automatically converted to underscores (`_`). | -| `fastq_1` | Full path to FastQ file for Illumina short reads 1. File has to be gzipped and have the extension ".fastq.gz" or ".fq.gz". | -| `fastq_2` | Full path to FastQ file for Illumina short reads 2. File has to be gzipped and have the extension ".fastq.gz" or ".fq.gz". | -| `umi_barcodes` | Boolean variable (true/false) describing describing the presence a of unique moleculor identifier (umi) in the sample. -| `pop` | Designated population the sample belongs to. - -An [example samplesheet](../assets/samplesheet.csv) has been provided with the pipeline. +You can also generate such `YAML`/`JSON` files via [nf-core/launch](https://nf-co.re/launch). ### Updating the pipeline When you run the above command, Nextflow automatically pulls the pipeline code from GitHub and stores it as a cached version. When running the pipeline after this, it will always use the cached version if available - even if the pipeline has been updated since. To make sure that you're running the latest version of the pipeline, make sure that you regularly update the cached version of the pipeline: -```console +```bash nextflow pull nf-core/radseq ``` @@ -73,9 +106,13 @@ nextflow pull nf-core/radseq It is a good idea to specify a pipeline version when running the pipeline on your data. This ensures that a specific version of the pipeline code and software are used when you run your pipeline. If you keep using the same tag, you'll be running the same version of the pipeline, even if there have been changes to the code since. -First, go to the [nf-core/radseq releases page](https://github.com/nf-core/radseq/releases) and find the latest version number - numeric only (eg. `1.3.1`). Then specify this when running the pipeline with `-r` (one hyphen) - eg. `-r 1.3.1`. +First, go to the [nf-core/radseq releases page](https://github.com/nf-core/radseq/releases) and find the latest pipeline version - numeric only (eg. `1.3.1`). Then specify this when running the pipeline with `-r` (one hyphen) - eg. `-r 1.3.1`. Of course, you can switch to another version by changing the number after the `-r` flag. + +This version number will be logged in reports when you run the pipeline, so that you'll know what you used when you look back in the future. For example, at the bottom of the MultiQC reports. -This version number will be logged in reports when you run the pipeline, so that you'll know what you used when you look back in the future. +To further assist in reproducbility, you can use share and re-use [parameter files](#running-the-pipeline) to repeat pipeline runs with the same settings without having to write out a command with every single parameter. + +> 💡 If you wish to share such profile (such as upload as supplementary material for academic publications), make sure to NOT include cluster specific paths to files, nor institutional specific profiles. ## Core Nextflow arguments @@ -85,7 +122,7 @@ This version number will be logged in reports when you run the pipeline, so that Use this parameter to choose a configuration profile. Profiles can give configuration presets for different compute environments. -Several generic profiles are bundled with the pipeline which instruct the pipeline to use software packaged using different methods (Docker, Singularity, Podman, Shifter, Charliecloud, Conda) - see below. When using Biocontainers, most of these software packaging methods pull Docker containers from quay.io e.g [FastQC](https://quay.io/repository/biocontainers/fastqc) except for Singularity which directly downloads Singularity images via https hosted by the [Galaxy project](https://depot.galaxyproject.org/singularity/) and Conda which downloads and installs software locally from [Bioconda](https://bioconda.github.io/). +Several generic profiles are bundled with the pipeline which instruct the pipeline to use software packaged using different methods (Docker, Singularity, Podman, Shifter, Charliecloud, Apptainer, Conda) - see below. > We highly recommend the use of Docker or Singularity containers for full pipeline reproducibility, however when this is not possible, Conda is also supported. @@ -94,27 +131,29 @@ The pipeline also dynamically loads configurations from [https://github.com/nf-c Note that multiple profiles can be loaded, for example: `-profile test,docker` - the order of arguments is important! They are loaded in sequence, so later profiles can overwrite earlier profiles. -If `-profile` is not specified, the pipeline will run locally and expect all software to be installed and available on the `PATH`. This is _not_ recommended. - -* `docker` - * A generic configuration profile to be used with [Docker](https://docker.com/) -* `singularity` - * A generic configuration profile to be used with [Singularity](https://sylabs.io/docs/) -* `podman` - * A generic configuration profile to be used with [Podman](https://podman.io/) -* `shifter` - * A generic configuration profile to be used with [Shifter](https://nersc.gitlab.io/development/shifter/how-to-use/) -* `charliecloud` - * A generic configuration profile to be used with [Charliecloud](https://hpc.github.io/charliecloud/) -* `conda` - * A generic configuration profile to be used with [Conda](https://conda.io/docs/). Please only use Conda as a last resort i.e. when it's not possible to run the pipeline with Docker, Singularity, Podman, Shifter or Charliecloud. -* `test` - * A profile with a complete configuration for automated testing - * Includes links to test data so needs no other parameters +If `-profile` is not specified, the pipeline will run locally and expect all software to be installed and available on the `PATH`. This is _not_ recommended, since it can lead to different results on different machines dependent on the computer enviroment. + +- `test` + - A profile with a complete configuration for automated testing + - Includes links to test data so needs no other parameters +- `docker` + - A generic configuration profile to be used with [Docker](https://docker.com/) +- `singularity` + - A generic configuration profile to be used with [Singularity](https://sylabs.io/docs/) +- `podman` + - A generic configuration profile to be used with [Podman](https://podman.io/) +- `shifter` + - A generic configuration profile to be used with [Shifter](https://nersc.gitlab.io/development/shifter/how-to-use/) +- `charliecloud` + - A generic configuration profile to be used with [Charliecloud](https://hpc.github.io/charliecloud/) +- `apptainer` + - A generic configuration profile to be used with [Apptainer](https://apptainer.org/) +- `conda` + - A generic configuration profile to be used with [Conda](https://conda.io/docs/). Please only use Conda as a last resort i.e. when it's not possible to run the pipeline with Docker, Singularity, Podman, Shifter, Charliecloud, or Apptainer. ### `-resume` -Specify this when restarting a pipeline. Nextflow will used cached results from any pipeline steps where the inputs are the same, continuing from where it got to previously. +Specify this when restarting a pipeline. Nextflow will use cached results from any pipeline steps where the inputs are the same, continuing from where it got to previously. For input to be considered the same, not only the names must be identical but the files' contents as well. For more info about this parameter, see [this blog post](https://www.nextflow.io/blog/2019/demystifying-nextflow-resume.html). You can also supply a run name to resume a specific run: `-resume [run-name]`. Use the `nextflow log` command to show previous run names. @@ -128,88 +167,19 @@ Specify the path to a specific config file (this is a core Nextflow command). Se Whilst the default requirements set within the pipeline will hopefully work for most people and with most input data, you may find that you want to customise the compute resources that the pipeline requests. Each step in the pipeline has a default set of requirements for number of CPUs, memory and time. For most of the steps in the pipeline, if the job exits with any of the error codes specified [here](https://github.com/nf-core/rnaseq/blob/4c27ef5610c87db00c3c5a3eed10b1d161abf575/conf/base.config#L18) it will automatically be resubmitted with higher requests (2 x original, then 3 x original). If it still fails after the third attempt then the pipeline execution is stopped. -For example, if the nf-core/rnaseq pipeline is failing after multiple re-submissions of the `STAR_ALIGN` process due to an exit code of `137` this would indicate that there is an out of memory issue: - -```console -[62/149eb0] NOTE: Process `RNASEQ:ALIGN_STAR:STAR_ALIGN (WT_REP1)` terminated with an error exit status (137) -- Execution is retried (1) -Error executing process > 'RNASEQ:ALIGN_STAR:STAR_ALIGN (WT_REP1)' - -Caused by: - Process `RNASEQ:ALIGN_STAR:STAR_ALIGN (WT_REP1)` terminated with an error exit status (137) - -Command executed: - STAR \ - --genomeDir star \ - --readFilesIn WT_REP1_trimmed.fq.gz \ - --runThreadN 2 \ - --outFileNamePrefix WT_REP1. \ - - -Command exit status: - 137 +To change the resource requests, please see the [max resources](https://nf-co.re/docs/usage/configuration#max-resources) and [tuning workflow resources](https://nf-co.re/docs/usage/configuration#tuning-workflow-resources) section of the nf-core website. -Command output: - (empty) +### Custom Containers -Command error: - .command.sh: line 9: 30 Killed STAR --genomeDir star --readFilesIn WT_REP1_trimmed.fq.gz --runThreadN 2 --outFileNamePrefix WT_REP1. -Work dir: - /home/pipelinetest/work/9d/172ca5881234073e8d76f2a19c88fb +In some cases you may wish to change which container or conda environment a step of the pipeline uses for a particular tool. By default nf-core pipelines use containers and software from the [biocontainers](https://biocontainers.pro/) or [bioconda](https://bioconda.github.io/) projects. However in some cases the pipeline specified version maybe out of date. -Tip: you can replicate the issue by changing to the process work dir and entering the command `bash .command.run` -``` - -To bypass this error you would need to find exactly which resources are set by the `STAR_ALIGN` process. The quickest way is to search for `process STAR_ALIGN` in the [nf-core/rnaseq Github repo](https://github.com/nf-core/rnaseq/search?q=process+STAR_ALIGN). We have standardised the structure of Nextflow DSL2 pipelines such that all module files will be present in the `modules/` directory and so based on the search results the file we want is `modules/nf-core/software/star/align/main.nf`. If you click on the link to that file you will notice that there is a `label` directive at the top of the module that is set to [`label process_high`](https://github.com/nf-core/rnaseq/blob/4c27ef5610c87db00c3c5a3eed10b1d161abf575/modules/nf-core/software/star/align/main.nf#L9). The [Nextflow `label`](https://www.nextflow.io/docs/latest/process.html#label) directive allows us to organise workflow processes in separate groups which can be referenced in a configuration file to select and configure subset of processes having similar computing requirements. The default values for the `process_high` label are set in the pipeline's [`base.config`](https://github.com/nf-core/rnaseq/blob/4c27ef5610c87db00c3c5a3eed10b1d161abf575/conf/base.config#L33-L37) which in this case is defined as 72GB. Providing you haven't set any other standard nf-core parameters to __cap__ the [maximum resources](https://nf-co.re/usage/configuration#max-resources) used by the pipeline then we can try and bypass the `STAR_ALIGN` process failure by creating a custom config file that sets at least 72GB of memory, in this case increased to 100GB. The custom config below can then be provided to the pipeline via the [`-c`](#-c) parameter as highlighted in previous sections. - -```nextflow -process { - withName: STAR_ALIGN { - memory = 100.GB - } -} -``` - -> **NB:** We specify just the process name i.e. `STAR_ALIGN` in the config file and not the full task name string that is printed to screen in the error message or on the terminal whilst the pipeline is running i.e. `RNASEQ:ALIGN_STAR:STAR_ALIGN`. You may get a warning suggesting that the process selector isn't recognised but you can ignore that if the process name has been specified correctly. This is something that needs to be fixed upstream in core Nextflow. - -### Updating containers - -The [Nextflow DSL2](https://www.nextflow.io/docs/latest/dsl2.html) implementation of this pipeline uses one container per process which makes it much easier to maintain and update software dependencies. If for some reason you need to use a different version of a particular tool with the pipeline then you just need to identify the `process` name and override the Nextflow `container` definition for that process using the `withName` declaration. For example, in the [nf-core/viralrecon](https://nf-co.re/viralrecon) pipeline a tool called [Pangolin](https://github.com/cov-lineages/pangolin) has been used during the COVID-19 pandemic to assign lineages to SARS-CoV-2 genome sequenced samples. Given that the lineage assignments change quite frequently it doesn't make sense to re-release the nf-core/viralrecon everytime a new version of Pangolin has been released. However, you can override the default container used by the pipeline by creating a custom config file and passing it as a command-line argument via `-c custom.config`. - -1. Check the default version used by the pipeline in the module file for [Pangolin](https://github.com/nf-core/viralrecon/blob/a85d5969f9025409e3618d6c280ef15ce417df65/modules/nf-core/software/pangolin/main.nf#L14-L19) -2. Find the latest version of the Biocontainer available on [Quay.io](https://quay.io/repository/biocontainers/pangolin?tag=latest&tab=tags) -3. Create the custom config accordingly: - - * For Docker: +To use a different container from the default container or conda environment specified in a pipeline, please see the [updating tool versions](https://nf-co.re/docs/usage/configuration#updating-tool-versions) section of the nf-core website. - ```nextflow - process { - withName: PANGOLIN { - container = 'quay.io/biocontainers/pangolin:3.0.5--pyhdfd78af_0' - } - } - ``` +### Custom Tool Arguments - * For Singularity: +A pipeline might not always support every possible argument or option of a particular tool used in pipeline. Fortunately, nf-core pipelines provide some freedom to users to insert additional parameters that the pipeline does not include by default. - ```nextflow - process { - withName: PANGOLIN { - container = 'https://depot.galaxyproject.org/singularity/pangolin:3.0.5--pyhdfd78af_0' - } - } - ``` - - * For Conda: - - ```nextflow - process { - withName: PANGOLIN { - conda = 'bioconda::pangolin=3.0.5' - } - } - ``` - -> **NB:** If you wish to periodically update individual tool-specific results (e.g. Pangolin) generated by the pipeline then you must ensure to keep the `work/` directory otherwise the `-resume` ability of the pipeline will be compromised and it will restart from scratch. +To learn how to provide additional arguments to a particular tool of the pipeline, please see the [customising tool arguments](https://nf-co.re/docs/usage/configuration#customising-tool-arguments) section of the nf-core website. ### nf-core/configs @@ -219,6 +189,14 @@ See the main [Nextflow documentation](https://www.nextflow.io/docs/latest/config If you have any questions or issues please send us a message on [Slack](https://nf-co.re/join/slack) on the [`#configs` channel](https://nfcore.slack.com/channels/configs). +## Azure Resource Requests + +To be used with the `azurebatch` profile by specifying the `-profile azurebatch`. +We recommend providing a compute `params.vm_type` of `Standard_D16_v3` VMs by default but these options can be changed if required. + +Note that the choice of VM size depends on your quota and the overall workload during the analysis. +For a thorough list, please refer the [Azure Sizes for virtual machines in Azure](https://docs.microsoft.com/en-us/azure/virtual-machines/sizes). + ## Running in the background Nextflow handles job submissions and supervises the running jobs. The Nextflow process must run until the pipeline is finished. @@ -233,45 +211,6 @@ Some HPC setups also allow you to run nextflow within a cluster job submitted yo In some cases, the Nextflow Java virtual machines can start to request a large amount of memory. We recommend adding the following line to your environment to limit this (typically in `~/.bashrc` or `~./bash_profile`): -```console +```bash NXF_OPTS='-Xms1g -Xmx4g' ``` - -## How to handle UMIs - -radseq simultaneously processes UMI-reads and filters low quality reads using [fastp](https://github.com/OpenGene/fastp). - -In order to remove UMI tags you must provide additional information to `--umi_read_structure [structure]` in your parameters. - -This will enable deduplication of bam files prior to variant calling and the calculation of alignment statistics. - -## How to run in reference or denovo modes? - -To run the workflow with no reference genome you must specify `--method 'denovo'` in your parameters or `--method 'reference'` in case of the latter. - -## Lost in parameter space? - -### Denovo parameters - -For psuedo-reference construction radseq follows dDocent [paper](https://peerj.com/articles/431/), [GitHub](https://github.com/jpuritz/dDocent) - -`--sequence_type` : An acronym describing the type of sequencing method used. Avaiable options include `SE`, `PE`, `RPE`, `OL`, `ROL` - -`--minReadDepth_WithinIndividual` : minimum number of reads within an individual to include in psuedo-reference construction - -`--minReadDepth_BetweenIndividual` : minimum number of reads across individuals to include in psuedo-reference construction - -### Alignment parameters - -You can adjust the aligner in the parameters `--aligner` : [`'bwa'`,`'bwa2'`], radseq currently supports bwa mem and bwa mem2. - -### What does the bam_intervals_bedtools.nf subworkflow do? - -This subworkflow creates intervals to be passed into FreeBayes for parallel execution on regions determined based on read coverage. - -The threshold `--splitByReadCoverage` determines the amount of read depth to split an interval into smaller, 1/2 read-length sized intervals with a default of `500000`. - -**Warning** For large sample size analysis or large fastq files, it's recommended to randomly subset bam file input into subworkflow by passing `--subset_intervals_channel [integer]` into parameters. - -## Variant calling parameters - diff --git a/lib/NfcoreSchema.groovy b/lib/NfcoreSchema.groovy index 33cd4f6..9b34804 100755 --- a/lib/NfcoreSchema.groovy +++ b/lib/NfcoreSchema.groovy @@ -2,6 +2,7 @@ // This file holds several functions used to perform JSON parameter validation, help and summary rendering for the nf-core pipeline template. // +import nextflow.Nextflow import org.everit.json.schema.Schema import org.everit.json.schema.loader.SchemaLoader import org.everit.json.schema.ValidationException @@ -83,6 +84,7 @@ class NfcoreSchema { 'stub-run', 'test', 'w', + 'with-apptainer', 'with-charliecloud', 'with-conda', 'with-dag', @@ -177,7 +179,7 @@ class NfcoreSchema { } if (has_error) { - System.exit(1) + Nextflow.error('Exiting!') } } diff --git a/lib/Utils.groovy b/lib/Utils.groovy old mode 100755 new mode 100644 index 1b88aec..8d030f4 --- a/lib/Utils.groovy +++ b/lib/Utils.groovy @@ -21,20 +21,27 @@ class Utils { } // Check that all channels are present - def required_channels = ['conda-forge', 'bioconda', 'defaults'] - def conda_check_failed = !required_channels.every { ch -> ch in channels } + // This channel list is ordered by required channel priority. + def required_channels_in_order = ['conda-forge', 'bioconda', 'defaults'] + def channels_missing = ((required_channels_in_order as Set) - (channels as Set)) as Boolean // Check that they are in the right order - conda_check_failed |= !(channels.indexOf('conda-forge') < channels.indexOf('bioconda')) - conda_check_failed |= !(channels.indexOf('bioconda') < channels.indexOf('defaults')) + def channel_priority_violation = false + def n = required_channels_in_order.size() + for (int i = 0; i < n - 1; i++) { + channel_priority_violation |= !(channels.indexOf(required_channels_in_order[i]) < channels.indexOf(required_channels_in_order[i+1])) + } - if (conda_check_failed) { - log.warn "=============================================================================\n" + + if (channels_missing | channel_priority_violation) { + log.warn "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n" + " There is a problem with your Conda configuration!\n\n" + " You will need to set-up the conda-forge and bioconda channels correctly.\n" + - " Please refer to https://bioconda.github.io/user/install.html#set-up-channels\n" + - " NB: The order of the channels matters!\n" + - "===================================================================================" + " Please refer to https://bioconda.github.io/\n" + + " The observed channel order is \n" + + " ${channels}\n" + + " but the following channel order is required:\n" + + " ${required_channels_in_order}\n" + + "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~" } } } diff --git a/lib/WorkflowMain.groovy b/lib/WorkflowMain.groovy index baf2669..8566e84 100755 --- a/lib/WorkflowMain.groovy +++ b/lib/WorkflowMain.groovy @@ -2,6 +2,8 @@ // This file holds several functions specific to the main.nf workflow in the nf-core/radseq pipeline // +import nextflow.Nextflow + class WorkflowMain { // @@ -19,9 +21,9 @@ class WorkflowMain { } // - // Print help to screen if required + // Generate help string // - public static String help(workflow, params, log) { + public static String help(workflow, params) { def command = "nextflow run ${workflow.manifest.name} --input samplesheet.csv --genome GRCh37 -profile docker" def help_string = '' help_string += NfcoreTemplate.logo(workflow, params.monochrome_logs) @@ -32,9 +34,9 @@ class WorkflowMain { } // - // Print parameter summary log to screen + // Generate parameter summary log string // - public static String paramsSummaryLog(workflow, params, log) { + public static String paramsSummaryLog(workflow, params) { def summary_log = '' summary_log += NfcoreTemplate.logo(workflow, params.monochrome_logs) summary_log += NfcoreSchema.paramsSummaryLog(workflow, params) @@ -49,23 +51,30 @@ class WorkflowMain { public static void initialise(workflow, params, log) { // Print help to screen if required if (params.help) { - log.info help(workflow, params, log) + log.info help(workflow, params) System.exit(0) } + // Print workflow version and exit on --version + if (params.version) { + String workflow_version = NfcoreTemplate.version(workflow) + log.info "${workflow.manifest.name} ${workflow_version}" + System.exit(0) + } + + // Print parameter summary log to screen + log.info paramsSummaryLog(workflow, params) + // Validate workflow parameters via the JSON schema if (params.validate_params) { NfcoreSchema.validateParameters(workflow, params, log) } - // Print parameter summary log to screen - log.info paramsSummaryLog(workflow, params, log) - // Check that a -profile or Nextflow config has been provided to run the pipeline NfcoreTemplate.checkConfigProvided(workflow, log) // Check that conda channels are set-up correctly - if (params.enable_conda) { + if (workflow.profile.tokenize(',').intersect(['conda', 'mamba']).size() >= 1) { Utils.checkCondaChannels(log) } @@ -74,21 +83,18 @@ class WorkflowMain { // Check input has been provided if (!params.input) { - log.error "Please provide an input samplesheet to the pipeline e.g. '--input samplesheet.csv'" - System.exit(1) + Nextflow.error("Please provide an input samplesheet to the pipeline e.g. '--input samplesheet.csv'") } } - // // Get attribute from genome config file e.g. fasta // - public static String getGenomeAttribute(params, attribute) { - def val = '' + public static Object getGenomeAttribute(params, attribute) { if (params.genomes && params.genome && params.genomes.containsKey(params.genome)) { if (params.genomes[ params.genome ].containsKey(attribute)) { - val = params.genomes[ params.genome ][ attribute ] + return params.genomes[ params.genome ][ attribute ] } } - return val + return null } } diff --git a/lib/WorkflowRadseq.groovy b/lib/WorkflowRadseq.groovy index 61bd95d..38d470c 100755 --- a/lib/WorkflowRadseq.groovy +++ b/lib/WorkflowRadseq.groovy @@ -2,36 +2,21 @@ // This file holds several functions specific to the workflow/radseq.nf in the nf-core/radseq pipeline // +import nextflow.Nextflow +import groovy.text.SimpleTemplateEngine + class WorkflowRadseq { // // Check and validate parameters // public static void initialise(params, log) { - //genomeExistsError(params, log) // function below + genomeExistsError(params, log) - if (!params.method) { - log.error "type of workflow to execute not specified with e.g. '--method denovo' or via a detectable config file." - System.exit(1) - } - if (params.method == 'reference') { - if (!params.genome || params.genome == null) { - log.error "need to specify a genome file with e.g. '--genome fasta' or via a detectable config file." - System.exit(1) - } + + if (!params.fasta) { + Nextflow.error "Genome fasta file not specified with e.g. '--fasta genome.fa' or via a detectable config file." } - if (params.method == 'denovo'){ - if (!params.sequence_type) { - log.error "need to specify the sequencing method with e.g. '--sequence_type' or via a detectable config file" - System.exit(1) - } - if (!params.minreaddepth_withinindividual || params.minreaddepth_withinindividual == null) { - log.warn("using default range of values for minReadDepth_withinIndividual") - } - if (params.method == 'denovo' && !params.minreaddepth_betweenindividual || params.minreaddepth_betweenindividual == null) { - log.warn("using default range of values for minReadDepth_BetweenIndividual") - } - } } // @@ -61,17 +46,34 @@ class WorkflowRadseq { return yaml_file_text } + public static String methodsDescriptionText(run_workflow, mqc_methods_yaml) { + // Convert to a named map so can be used as with familar NXF ${workflow} variable syntax in the MultiQC YML file + def meta = [:] + meta.workflow = run_workflow.toMap() + meta["manifest_map"] = run_workflow.manifest.toMap() + + meta["doi_text"] = meta.manifest_map.doi ? "(doi: ${meta.manifest_map.doi})" : "" + meta["nodoi_text"] = meta.manifest_map.doi ? "": "
  • If available, make sure to update the text to include the Zenodo DOI of version of the pipeline used.
  • " + + def methods_text = mqc_methods_yaml.text + + def engine = new SimpleTemplateEngine() + def description_html = engine.createTemplate(methods_text).make(meta) + + return description_html + } + // // Exit pipeline if incorrect --genome key provided // private static void genomeExistsError(params, log) { if (params.genomes && params.genome && !params.genomes.containsKey(params.genome)) { - log.error "=============================================================================\n" + + def error_string = "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n" + " Genome '${params.genome}' not found in any config files provided to the pipeline.\n" + " Currently, the available genome keys are:\n" + " ${params.genomes.keySet().join(", ")}\n" + - "===================================================================================" - System.exit(1) + "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~" + Nextflow.error(error_string) } } } diff --git a/main.nf b/main.nf index 8883085..53b1352 100644 --- a/main.nf +++ b/main.nf @@ -1,8 +1,8 @@ #!/usr/bin/env nextflow /* -======================================================================================== +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ nf-core/radseq -======================================================================================== +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Github : https://github.com/nf-core/radseq Website: https://nf-co.re/radseq Slack : https://nfcore.slack.com/channels/radseq @@ -12,25 +12,25 @@ nextflow.enable.dsl = 2 /* -======================================================================================== +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ GENOME PARAMETER VALUES -======================================================================================== +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ -//params.fasta = WorkflowMain.getGenomeAttribute(params, 'fasta') +params.fasta = WorkflowMain.getGenomeAttribute(params, 'fasta') /* -======================================================================================== +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ VALIDATE & PRINT PARAMETER SUMMARY -======================================================================================== +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ WorkflowMain.initialise(workflow, params, log) /* -======================================================================================== +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ NAMED WORKFLOW FOR PIPELINE -======================================================================================== +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ include { RADSEQ } from './workflows/radseq' @@ -43,9 +43,9 @@ workflow NFCORE_RADSEQ { } /* -======================================================================================== +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ RUN ALL WORKFLOWS -======================================================================================== +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ // @@ -57,7 +57,7 @@ workflow { } /* -======================================================================================== +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ THE END -======================================================================================== +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ diff --git a/modules.json b/modules.json index aaf1605..8cc40a0 100644 --- a/modules.json +++ b/modules.json @@ -5,165 +5,23 @@ "https://github.com/nf-core/modules.git": { "modules": { "nf-core": { - "bcftools/concat": { - "branch": "master", - "git_sha": "582ff1755bdd205c65e2ba4c31e0a008dae299ec", - "installed_by": ["modules"] - }, - "bcftools/sort": { - "branch": "master", - "git_sha": "c8e35eb2055c099720a75538d1b8adb3fb5a464c", - "installed_by": ["modules"], - "patch": "modules/nf-core/bcftools/sort/bcftools-sort.diff" - }, - "bedtools/bamtobed": { - "branch": "master", - "git_sha": "1d48427957205cb6acf1ffe330bd35b6bb8baa90", - "installed_by": ["modules"] - }, - "bedtools/coverage": { - "branch": "master", - "git_sha": "c8e35eb2055c099720a75538d1b8adb3fb5a464c", - "installed_by": ["modules"], - "patch": "modules/nf-core/bedtools/coverage/bedtools-coverage.diff" - }, - "bedtools/intersect": { - "branch": "master", - "git_sha": "e576ba52f6babb06cd7946c286e5bb4f494ee02c", - "installed_by": ["modules"] - }, - "bedtools/makewindows": { - "branch": "master", - "git_sha": "c8e35eb2055c099720a75538d1b8adb3fb5a464c", - "installed_by": ["modules"], - "patch": "modules/nf-core/bedtools/makewindows/bedtools-makewindows.diff" - }, - "bedtools/merge": { - "branch": "master", - "git_sha": "c8e35eb2055c099720a75538d1b8adb3fb5a464c", - "installed_by": ["modules"], - "patch": "modules/nf-core/bedtools/merge/bedtools-merge.diff" - }, - "bedtools/sort": { - "branch": "master", - "git_sha": "f1f473b21811b958d1317c4a97c56e16d3ee40f9", - "installed_by": ["modules"], - "patch": "modules/nf-core/bedtools/sort/bedtools-sort.diff" - }, - "bwa/index": { - "branch": "master", - "git_sha": "c8e35eb2055c099720a75538d1b8adb3fb5a464c", - "installed_by": ["modules"] - }, - "bwa/mem": { - "branch": "master", - "git_sha": "c8e35eb2055c099720a75538d1b8adb3fb5a464c", - "installed_by": ["modules"], - "patch": "modules/nf-core/bwa/mem/bwa-mem.diff" - }, - "bwamem2/index": { - "branch": "master", - "git_sha": "c8e35eb2055c099720a75538d1b8adb3fb5a464c", - "installed_by": ["modules"] - }, - "bwamem2/mem": { - "branch": "master", - "git_sha": "c8e35eb2055c099720a75538d1b8adb3fb5a464c", - "installed_by": ["modules"], - "patch": "modules/nf-core/bwamem2/mem/bwamem2-mem.diff" - }, - "cdhit/cdhit": { - "branch": "master", - "git_sha": "4a29d43b13830df333168cecf634c102eafb2556", - "installed_by": ["modules"], - "patch": "modules/nf-core/cdhit/cdhit/cdhit-cdhit.diff" - }, "custom/dumpsoftwareversions": { "branch": "master", - "git_sha": "c8e35eb2055c099720a75538d1b8adb3fb5a464c", + "git_sha": "76cc4938c1f6ea5c7d83fed1eeffc146787f9543", "installed_by": ["modules"] }, - "fastp": { - "branch": "master", - "git_sha": "c8e35eb2055c099720a75538d1b8adb3fb5a464c", - "installed_by": ["modules"], - "patch": "modules/nf-core/fastp/fastp.diff" - }, "fastqc": { "branch": "master", "git_sha": "c8e35eb2055c099720a75538d1b8adb3fb5a464c", "installed_by": ["modules"] }, - "freebayes": { - "branch": "master", - "git_sha": "c8e35eb2055c099720a75538d1b8adb3fb5a464c", - "installed_by": ["modules"], - "patch": "modules/nf-core/freebayes/freebayes.diff" - }, - "minimap2/align": { - "branch": "master", - "git_sha": "c8e35eb2055c099720a75538d1b8adb3fb5a464c", - "installed_by": ["modules"] - }, - "minimap2/index": { - "branch": "master", - "git_sha": "c8e35eb2055c099720a75538d1b8adb3fb5a464c", - "installed_by": ["modules"] - }, "multiqc": { "branch": "master", - "git_sha": "ee80d14721e76e2e079103b8dcd5d57129e584ba", - "installed_by": ["modules"] - }, - "samtools/faidx": { - "branch": "master", - "git_sha": "c8e35eb2055c099720a75538d1b8adb3fb5a464c", - "installed_by": ["modules"] - }, - "samtools/flagstat": { - "branch": "master", - "git_sha": "c8e35eb2055c099720a75538d1b8adb3fb5a464c", - "installed_by": ["modules"] - }, - "samtools/idxstats": { - "branch": "master", - "git_sha": "c8e35eb2055c099720a75538d1b8adb3fb5a464c", - "installed_by": ["modules"] - }, - "samtools/index": { - "branch": "master", - "git_sha": "c8e35eb2055c099720a75538d1b8adb3fb5a464c", - "installed_by": ["modules"] - }, - "samtools/merge": { - "branch": "master", - "git_sha": "c8e35eb2055c099720a75538d1b8adb3fb5a464c", - "installed_by": ["modules"] - }, - "samtools/stats": { - "branch": "master", - "git_sha": "c8e35eb2055c099720a75538d1b8adb3fb5a464c", - "installed_by": ["modules"] - }, - "seqtk/seq": { - "branch": "master", - "git_sha": "c8e35eb2055c099720a75538d1b8adb3fb5a464c", + "git_sha": "f2d63bd5b68925f98f572eed70993d205cc694b7", "installed_by": ["modules"] - }, - "tabix/tabix": { - "branch": "master", - "git_sha": "c8e35eb2055c099720a75538d1b8adb3fb5a464c", - "installed_by": ["modules"] - }, - "umitools/dedup": { - "branch": "master", - "git_sha": "c8e35eb2055c099720a75538d1b8adb3fb5a464c", - "installed_by": ["modules"], - "patch": "modules/nf-core/umitools/dedup/umitools-dedup.diff" } } - }, - "subworkflows": {} + } } } } diff --git a/modules/local/bedops/merge/main.nf b/modules/local/bedops/merge/main.nf deleted file mode 100644 index b534d97..0000000 --- a/modules/local/bedops/merge/main.nf +++ /dev/null @@ -1,33 +0,0 @@ -process BEDOPS_MERGE_BED { - tag "$meta.id" - label 'process_high' - - conda (params.enable_conda ? "bioconda::bedops=2.4.41" : null) - container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ? - 'https://depot.galaxyproject.org/singularity/bedops:2.4.41--h9f5acd7_0' : - 'quay.io/biocontainers/bedops:2.4.41--h9f5acd7_0' }" - - input: - tuple val(meta), path(bed) - - output: - tuple val(meta), path('*.bed'), emit: bed - path "versions.yml" , emit: versions - - when: - task.ext.when == null || task.ext.when - - script: - def args = task.ext.args ?: '' - def prefix = task.ext.prefix ?: "${meta.id}" - if ("$bed" == "${prefix}.bed") error "Input and output names are the same, use \"task.ext.prefix\" to disambiguate!" - """ - bedops --merge ${bed.collect().join(" ")} \\ - ${args} \\ - > ${prefix}.bed - cat <<-END_VERSIONS > versions.yml - "${task.process}": - bedops: \$(bedops --version | awk '/version:/{print \$2}') - END_VERSIONS - """ -} \ No newline at end of file diff --git a/modules/local/bedops/merge/meta.yml b/modules/local/bedops/merge/meta.yml deleted file mode 100644 index e69de29..0000000 diff --git a/modules/local/cdhit_to_rbdiv.nf b/modules/local/cdhit_to_rbdiv.nf deleted file mode 100644 index 8b936a0..0000000 --- a/modules/local/cdhit_to_rbdiv.nf +++ /dev/null @@ -1,67 +0,0 @@ -process CDHIT_TO_RBDIV { - tag "$meta.id" - label 'process_medium' - - conda (params.enable_conda ? "bioconda::coreutils=8.25" : null) - container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ? - 'https://depot.galaxyproject.org/singularity/coreutils:8.25--0' : - 'quay.io/biocontainers/coreutils:8.25--0' }" - - input: - tuple val(meta) , path(clstr) - tuple val(meta2), path(totaluniqseq) - val (type) - - output: - tuple val(meta), path('*.rclstr') , emit: rbcluster - tuple val (meta), path ('*.contig.cluster.totaluniqseq'), emit: clstr_totaluniqseq - path 'versions.yml' , emit: versions - - when: - task.ext.when == null || task.ext.when - - script: - def prefix = task.ext.prefix ?: "${meta.id}" - if (type == 'PE'){ - """ - awk '{if (\$1 ~ /Cl/) clus = clus + 1; else print \$3 "\\t" clus}' ${clstr} | \\ - sed -e 's/[>dDocent_Contig_,...]//g' | \\ - sort -g -k1 -S 2G > ${prefix}.sort.contig.cluster.ids - - paste ${prefix}.sort.contig.cluster.ids ${totaluniqseq} > ${prefix}.contig.cluster.totaluniqseq - - # cd-hit TO rainbow cluster format - sort -k2,2 -g ${prefix}.contig.cluster.totaluniqseq | \\ - sed -e 's/NNNNNNNNNN/ /g' > ${prefix}.rclstr - cat <<-END_VERSIONS > versions.yml - "${task.process}": - BusyBox: \$(busybox | sed -n -E 's/.*v([[:digit:].]+)\\s\\(.*/\\1/p') - GNU: \$(sort --version | awk 'NR==1{print \$4}') - END_VERSIONS - """ - } else { - """ - awk '{if (\$1 ~ /Cl/) clus = clus + 1; else print \$3 "\\t" clus}' ${clstr} | \\ - sed -e 's/[>dDocent_Contig_,...]//g' | \\ - sort -g -k1 > ${prefix}.sort.contig.cluster.ids - - paste ${prefix}.sort.contig.cluster.ids <(awk '!/>/' ${totaluniqseq}) > ${prefix}.contig.cluster.Funiq - - sed -e 's/NNNNNNNNNN/ /g' ${totaluniqseq} | \\ - sort -k1 -S 2G | \\ - awk '{print \$0 "\\t" NR}' > ${prefix}.totaluniqseq.CN - - join -t \$'\\t' -1 3 -2 1 ${prefix}.contig.cluster.Funiq ${prefix}.totaluniqseq.CN -o 2.3,1.2,2.1,2.2 > ${prefix}.contig.cluster.totaluniqseq - - # cd-hit TO rainbow cluster format - sort -k2,2 -g ${prefix}.contig.cluster.totaluniqseq -S 2G | \\ - sed -e 's/NNNNNNNNNN/ /g' > ${prefix}..rclstr - - cat <<-END_VERSIONS > versions.yml - "${task.process}": - BusyBox: \$(busybox | sed -n -E 's/.*v([[:digit:].]+)\\s\\(.*/\\1/p') - GNU: \$(sort --version | awk 'NR==1{print \$4}') - END_VERSIONS - """ - } -} \ No newline at end of file diff --git a/modules/local/combine_uniq_forward_reads.nf b/modules/local/combine_uniq_forward_reads.nf deleted file mode 100644 index 564dea4..0000000 --- a/modules/local/combine_uniq_forward_reads.nf +++ /dev/null @@ -1,80 +0,0 @@ -process COMBINE_UNIQUE_READS { - tag "${meta.id}" - label 'process_medium' - - // get a can't find conda dir. ? Check you have anaconda3 installed - conda (params.enable_conda ? 'bioconda::perl-sys-info-driver-linux=0.7905' : null) - container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ? - 'https://depot.galaxyproject.org/singularity/perl-sys-info-driver-linux:0.7905--pl5321hdfd78af_1' : - 'quay.io/upennlibraries/perl_apache' }" - - input: - tuple val (meta), path (reads) // loading all individual uniq sequence per collected - val (type) // sequencing technology used. Changes how unique sequences are identified - each withinIndv_MinDepth // within_individual - each acrossIndv_MinDepth // number of unique individuals w/ reads - - output: - tuple val (meta), path ('*_uniq.full.fasta'), emit: uniq_reads - tuple val (meta), path ('totaluniqseq') , emit: totaluniqseq - path 'versions.yml' , emit: versions - - when: - task.ext.when == null || task.ext.when - - script: - def prefix = task.ext.prefix ?: "${meta.id}" - if (type == 'RPE' || type == 'ROL') { - """ - awk -v x="${withinIndv_MinDepth}" '(\$1 >= x)' *.uniq.seqs | \\ - cut -f2 | \\ - sed -e 's/NNNNNNNNNN/-/' > total.uniqs - - cut -f 1 -d "-" total.uniqs > total.u.F - cut -f 2 -d "-" total.uniqs > total.u.R - - paste total.u.F total.u.R | \\ - sort -k1 -S 2G > total.fr - - awk -v x=${withinIndv_MinDepth} '\$1 >= x' *.uniq.seqs | \\ - cut -f2 | \\ - sed -e 's/NNNNNNNNNN/ /g' | \\ - cut -f1 | \\ - uniq | \\ - sort -S 2G | \\ - uniq -c > total.f.uniq - - join -1 2 -2 1 -o 1.1,1.2,2.2 total.f.uniq total.fr | \\ - awk '{print \$1 "\t" \$2 "NNNNNNNNNN" \$3}' | \\ - awk -v x=${acrossIndv_MinDepth} '\$1 >= x' > uniq.k.${withinIndv_MinDepth}.c.${acrossIndv_MinDepth}.seqs - - sort -k1 -r -n -S 2G uniq.k.${withinIndv_MinDepth}.c.${acrossIndv_MinDepth}.seqs | \\ - cut -f2 > totaluniqseq - awk '{c= c + 1; print ">dDocent_Contig_" c "\\n" \$1}' totaluniqseq > ${prefix}_uniq.full.fasta - - cat <<-END_VERSIONS > versions.yml - "${task.process}": - BusyBox: \$(busybox | sed -n -E 's/.*v([[:digit:].]+)\\s\\(.*/\\1/p') - END_VERSIONS - """ - } else { - """ - awk -v x=${withinIndv_MinDepth} '(\$1 >= x)' *.uniq.seqs | \\ - cut -f2 | \\ - perl -e 'while (<>) {chomp; \$z{\$_}++;} while((\$k,\$v) = each(%z)) {print "\$v\\t\$k\\n";}' | \\ - awk -v x=${acrossIndv_MinDepth} '(\$1 >= x)' > uniq.k.${withinIndv_MinDepth}.c.${acrossIndv_MinDepth}.seqs - - # order the sequences for reproducibility - sort -k1 -r -n -S 2G uniq.k.${withinIndv_MinDepth}.c.${acrossIndv_MinDepth}.seqs | \\ - cut -f2 > totaluniqseq - - awk '{c= c + 1; print ">dDocent_Contig_" c "\\n" \$1}' totaluniqseq > ${prefix}_uniq.full.fasta - - cat <<-END_VERSIONS > versions.yml - "${task.process}": - BusyBox: \$(busybox | sed -n -E 's/.*v([[:digit:].]+)\\s\\(.*/\\1/p') - perl: \$(perl --version | sed -n -E '/^This is/ s/.*\\(v([[:digit:].]+)\\).*/\\1/p') - END_VERSIONS - """ - } -} \ No newline at end of file diff --git a/modules/local/create_intervals.nf b/modules/local/create_intervals.nf deleted file mode 100644 index 824fe75..0000000 --- a/modules/local/create_intervals.nf +++ /dev/null @@ -1,74 +0,0 @@ -process CREATE_INTERVALS { - tag "$meta.id" - label 'process_medium' - - conda (params.enable_conda ? "bioconda::perl=5.26.2" : null) - container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ? - 'https://depot.galaxyproject.org/singularity/perl:5.26.2' : - 'quay.io/biocontainers/perl:5.26.2' }" - - input: - tuple val(meta), path(cov), path(intersect), path(low_cov) - val (lengths) - - output: - tuple val(meta), path('mapped.*.bed'), emit: intervals - path "versions.yml" , emit: versions - - when: - task.ext.when == null || task.ext.when - - script: - def prefix = task.ext.prefix ?: "$meta.id" - if (params.method == 'denovo') { - """ - cat ${intersect} ${low_cov} > ${prefix}_cov.split.stats - echo "${lengths.join("\n")}" > ${prefix}_lengths.txt - MaxLen=\$(awk '{ print length() | "sort -rn" }' ${prefix}_lengths.txt| head -1) - MaxLen2=\$(( \$MaxLen / 2 )) - - TT=\$(( \$MaxLen2 * 1000000 )) - DP=\$(awk '{print \$4}' ${cov} | sort -rn | perl -e '\$d=.001;@l=<>;print \$l[int(\$d*@l)]') - CC=\$( awk -v x=\$DP '\$4 < x' ${cov} | awk '{len=\$3-\$2;lc=len*\$4;tl=tl+lc} END {OFMT = "%.0f";print tl/"'${task.cpus}'"}') - - awk -v x=\$DP '\$4 < x' ${prefix}_cov.split.stats | sort -k1,1 -k2,2 | awk -v cutoff=\$CC -v tt=\$TT 'BEGIN{i=1} - {len=\$3-\$2;lc=len*\$4;cov = cov + lc - if (NR == 1 && lc > tt) {x="mapped."i".bed";print \$1"\\t"\$2"\\t"\$3 > x; i=i+1; e=1} - else if ( cov < cutoff && lc < tt) {x="mapped."i".bed";print \$1"\\t"\$2"\\t"\$3 > x; e=0} - else if (lc > tt && e > 0 ) {x="mapped."i".bed"; print \$1"\\t"\$2"\\t"\$3 > x; cov=0;i=i+1; e=1} - else if (lc > tt && e < 1 ) {i=i+1; x="mapped."i".bed"; print \$1"\\t"\$2"\\t"\$3 > x; cov=0;i=i+1;e=1} - else if (cov > cutoff && lc < tt ) {i=i+1; x="mapped."i".bed"; print \$1"\\t"\$2"\\t"\$3 > x; cov=lc;e=0} - }' - cat <<-END_VERSIONS > versions.yml - "${task.process}": - BusyBox: \$(busybox | sed -n -E 's/.*v([[:digit:].]+)\\s\\(.*/\\1/p') - perl: \$(perl --version | sed -n -E '/^This is/ s/.*\\(v([[:digit:].]+)\\).*/\\1/p') - END_VERSIONS - """ - } else { - """ - cat ${intersect} ${low_cov} > ${prefix}_cov.split.stats - echo "${lengths.join("\n")}" > ${prefix}_lengths.txt - MaxLen=\$(awk '{ print length() | "sort -rn" }' ${prefix}_lengths.txt| head -1) - MaxLen2=\$(( \$MaxLen / 2 )) - - TT=\$(( \$MaxLen2 * 1000000 )) - DP=\$(awk '{print \$4}' ${cov} | sort -rn | perl -e '\$d=.00005;@l=<>;print \$l[int(\$d*@l)]') - CC=\$( awk -v x=\$DP '\$4 < x' ${cov} | awk '{len=\$3-\$2;lc=len*\$4;tl=tl+lc} END {OFMT = "%.0f";print tl/"'${task.cpus}'"}') - - awk -v x=\$DP '\$4 < x' ${prefix}_cov.split.stats | sort -k1,1 -k2,2 | awk -v cutoff=\$CC -v tt=\$TT 'BEGIN{i=1} - {len=\$3-\$2;lc=len*\$4;cov = cov + lc - if (NR == 1 && lc > tt) {x="mapped."i".bed";print \$1"\\t"\$2"\\t"\$3 > x; i=i+1; e=1} - else if ( cov < cutoff && lc < tt) {x="mapped."i".bed";print \$1"\\t"\$2"\\t"\$3 > x; e=0} - else if (lc > tt && e > 0 ) {x="mapped."i".bed"; print \$1"\\t"\$2"\\t"\$3 > x; cov=0;i=i+1; e=1} - else if (lc > tt && e < 1 ) {i=i+1; x="mapped."i".bed"; print \$1"\\t"\$2"\\t"\$3 > x; cov=0;i=i+1;e=1} - else if (cov > cutoff && lc < tt ) {i=i+1; x="mapped."i".bed"; print \$1"\\t"\$2"\\t"\$3 > x; cov=lc;e=0} - }' - cat <<-END_VERSIONS > versions.yml - "${task.process}": - BusyBox: \$(busybox | sed -n -E 's/.*v([[:digit:].]+)\\s\\(.*/\\1/p') - perl: \$(perl --version | sed -n -E '/^This is/ s/.*\\(v([[:digit:].]+)\\).*/\\1/p') - END_VERSIONS - """ - } -} \ No newline at end of file diff --git a/modules/local/prepare_forward_reads.nf b/modules/local/prepare_forward_reads.nf deleted file mode 100644 index b6ef4cc..0000000 --- a/modules/local/prepare_forward_reads.nf +++ /dev/null @@ -1,104 +0,0 @@ -process PREPARE_FORWARD_READS { - tag "${meta.id}" - label 'process_medium' - - conda (params.enable_conda ? 'bioconda::perl-sys-info-driver-linux=0.7905' : null) - container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ? - 'https://depot.galaxyproject.org/singularity/perl-sys-info-driver-linux:0.7905--pl5321hdfd78af_1' : - 'quay.io/biocontainers/perl-sys-info-driver-linux:0.7905--pl5321hdfd78af_1' }" - - input: - tuple val (meta), path (reads) - val (type) // sequencing technology used. Changes how unique sequences are identified - - output: - tuple val (meta), path ('*.uniq.seqs'), emit: indv_uniq_seqs - path 'versions.yml' , emit: versions - - when: - task.ext.when == null || task.ext.when - - script: - def prefix = task.ext.prefix ?: "${meta.id}" - if (type == 'PE') { - def forward_reads = "${reads[0]}" - def reverse_reads = "${reads[1]}" - """ - gunzip -c ${forward_reads} | \\ - awk 'BEGIN{P=1}{if(P==1||P==2){gsub(/^[@]/,">");print}; if(P==4)P=0; P++}' | \\ - awk '!/>/' > ${prefix}.forward - - gunzip -c ${reverse_reads} | \\ - awk 'BEGIN{P=1}{if(P==1||P==2){gsub(/^[@]/,">");print}; if(P==4)P=0; P++}' | \\ - awk '!/>/' > ${prefix}.reverse - - paste -d '-' ${prefix}.forward ${prefix}.reverse | \\ - awk 'BEGIN{P=1}{if(P==1||P==2){gsub(/^[@]/,">");print}; if(P==4)P=0; P++}' | \\ - sed -e 's/-/NNNNNNNNNN/' | \\ - perl -e 'while (<>) {chomp; \$z{\$_}++;} while((\$k,\$v) = each(%z)) {print "\$v\\t\$k\\n";}' > ${prefix}.uniq.seqs - - cat <<-END_VERSIONS > versions.yml - "${task.process}": - BusyBox: \$(busybox | sed -n -E 's/.*v([[:digit:].]+)\\s\\(.*/\\1/p') - perl: \$(perl --version | sed -n -E '/^This is/ s/.*\\(v([[:digit:].]+)\\).*/\\1/p') - END_VERSIONS - """ - } else if (type == 'RPE') { - def forward_reads = "${reads[0]}" - def reverse_reads = "${reads[1]}" - """ - gunzip -c ${forward_reads} | \\ - awk 'BEGIN{P=1}{if(P==1||P==2){gsub(/^[@]/,">");print}; if(P==4)P=0; P++}' | \\ - awk '!/>/' > ${prefix}.forward - - gunzip -c ${reverse_reads} | \\ - awk 'BEGIN{P=1}{if(P==1||P==2){gsub(/^[@]/,">");print}; if(P==4)P=0; P++}' | \\ - awk '!/>/' > ${prefix}.reverse - - paste ${prefix}.forward ${prefix}.reverse | sort -k1 -S 200M > ${prefix}.fr - cut -f1 ${prefix}.fr | uniq -c > ${prefix}.f.uniq && cut -f2 ${prefix}.fr > ${prefix}.r - awk '{for(i=0;i<\$1;i++)print}' ${prefix}.f.uniq > ${prefix}.f.uniq.e - - paste -d '-' ${prefix}.f.uniq.e ${prefix}.r | \\ - awk '!/NNN/'| \\ - sed -e 's/-/NNNNNNNNNN/' | \\ - sed -e 's/^[ \\t]*//' | \\ - sed -e 's/\\s/\\t/g' > ${prefix}.uniq.seqs - - rm ${prefix}.f.uniq.e ${prefix}.f.uniq ${prefix}.r ${prefix}.fr - -cat <<-END_VERSIONS > versions.yml -"${task.process}": - BusyBox: \$(busybox | sed -n -E 's/.*v([[:digit:].]+)\\s\\(.*/\\1/p') -END_VERSIONS - """ - } else if (type == 'SE'){ - def forward_reads = "${reads[0]}" - """ - gunzip -c ${forward_reads} | \\ - awk 'BEGIN{P=1}{if(P==1||P==2){gsub(/^[@]/,">");print}; if(P==4)P=0; P++}' | \\ - awk '!/>/' | \\ - perl -e 'while (<>) {chomp; \$z{\$_}++;} while((\$k,\$v) = each(%z)) {print "\$v\\t\$k\\n";}' > ${prefix}.uniq.seqs - - cat <<-END_VERSIONS > versions.yml - "${task.process}": - BusyBox: \$(busybox | sed -n -E 's/.*v([[:digit:].]+)\\s\\(.*/\\1/p') - perl: \$(perl --version | sed -n -E '/^This is/ s/.*\\(v([[:digit:].]+)\\).*/\\1/p') - END_VERSIONS - """ - } else if (type == 'OL') { - """ - awk 'BEGIN{P=1}{if(P==1||P==2){gsub(/^[@]/,">");print}; if(P==4)P=0; P++}' ${assembled_fastq} | \\ - awk '!/>/' | \\ - perl -e 'while (<>) {chomp; \$z{\$_}++;} while((\$k,\$v) = each(%z)) {print "\$v\\t\$k\\n";}' > ${prefix}.uniq.seqs - - cat <<-END_VERSIONS > versions.yml - "${task.process}": - BusyBox: \$(busybox | sed -n -E 's/.*v([[:digit:].]+)\\s\\(.*/\\1/p') - perl: \$(perl --version | sed -n -E '/^This is/ s/.*\\(v([[:digit:].]+)\\).*/\\1/p') - END_VERSIONS - """ - } else { - error "invalid sequence type specified or is not supported: ${type}" - } -} \ No newline at end of file diff --git a/modules/local/rainbow/div/rainbow_div.nf b/modules/local/rainbow/div/rainbow_div.nf deleted file mode 100644 index 0a5faf0..0000000 --- a/modules/local/rainbow/div/rainbow_div.nf +++ /dev/null @@ -1,34 +0,0 @@ -process RAINBOW_DIV { - tag "${meta.id}" - label 'process_medium' - - conda (params.enable_conda ? 'bioconda::rainbow=2.0.4' : null) - container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ? - 'https://depot.galaxyproject.org/singularity/rainbow:2.0.4--hec16e2b_7' : - 'quay.io/biocontainers/rainbow:2.0.4--hec16e2b_7' }" - - input: - tuple val (meta), path (cluster) - - output: - tuple val (meta), path ("*_rbdiv.out") , emit: rbdiv - path "versions.yml" , emit: versions - - when: - task.ext.when == null || task.ext.when - - script: - def args = task.ext.args ?: '' - def prefix = task.ext.prefix ?: "${meta.id}" - """ - rainbow div \\ - -i ${cluster} \\ - -o ${prefix}_rbdiv.out \\ - ${args} - - cat <<-END_VERSIONS > versions.yml - "${task.process}": - rainbow: \$(rainbow | head -n 1 | cut -d ' ' -f 2) - END_VERSIONS - """ -} \ No newline at end of file diff --git a/modules/local/rainbow/merge/rainbow_merge.nf b/modules/local/rainbow/merge/rainbow_merge.nf deleted file mode 100644 index 77e2196..0000000 --- a/modules/local/rainbow/merge/rainbow_merge.nf +++ /dev/null @@ -1,38 +0,0 @@ -process RAINBOW_MERGE { - tag "${meta.id}" - label 'process_medium' - - conda (params.enable_conda ? 'bioconda::rainbow=2.0.4' : null) - container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ? - 'https://depot.galaxyproject.org/singularity/rainbow:2.0.4--hec16e2b_7' : - 'quay.io/biocontainers/rainbow:2.0.4--hec16e2b_7' }" - - input: - tuple val (meta), path (rbdiv) - val (type) - val (save_assembly) - - output: - tuple val (meta), path ("*_rbmerge.out"), emit: rbmerge - tuple val (meta), path ('*_rbmerge.log'), emit: log - path "versions.yml" , emit: versions - - when: - task.ext.when == null || task.ext.when - - script: - def prefix = task.ext.prefix ?: "${meta.id}" - def output_assembly = save_assembly ? '-a' : '' - def args = task.ext.args ?: '' - """ - rainbow merge -i ${rbdiv} -o ${prefix}_rbmerge.out \\ - ${args} \\ - ${output_assembly} \\ - 2> ${prefix}_rbmerge.log - - cat <<-END_VERSIONS > versions.yml - "${task.process}": - rainbow: \$(rainbow | head -n 1 | cut -d ' ' -f 2) - END_VERSIONS - """ -} \ No newline at end of file diff --git a/modules/local/rbmerge2fasta.nf b/modules/local/rbmerge2fasta.nf deleted file mode 100644 index 660bffa..0000000 --- a/modules/local/rbmerge2fasta.nf +++ /dev/null @@ -1,67 +0,0 @@ -process RBMERGE2FASTA { - tag "${meta.id}" - label 'process_medium' - - conda (params.enable_conda ? "bioconda::seqtk=1.3" : null) - container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ? - 'https://depot.galaxyproject.org/singularity/seqtk:1.3--h5bf99c6_3' : - 'quay.io/biocontainers/seqtk:1.3--h5bf99c6_3' }" - - input: - tuple val (meta), path (rbdiv) - tuple val (meta), path (rbmerge) - - output: - tuple val (meta), path ('*_rainbow.fasta'), emit: fasta - path "versions.yml" , emit: versions - - when: - task.ext.when == null || task.ext.when - - script: - def prefix = task.ext.prefix ?: "${meta.id}" - """ - LENGTH1=\$(cut -f3 ${rbdiv} | awk '(NR==1||length len1) { - c=c+1; print ">dDocent_A_Contig_" e "\\n" seq2 "NNNNNNNNNN" seq1; seq1=0; seq2=0;lenp=0;e=\$2;fclus=0;len1=0;freqp=0;lenf=0 - } - else if (\$1 ~/E/ && lenp <= len1) { - c=c+1; print ">dDocent_Contig_" e "\\n" seq1; seq1=0; seq2=0;lenp=0;e=\$2;fclus=0;len1=0;freqp=0;lenf=0 - } - else if (\$1 ~/C/) clus=\$2; - else if (\$1 ~/L/) len=\$2; - else if (\$1 ~/S/) seq=\$2; - else if (\$1 ~/N/) freq=\$2; - else if (\$1 ~/R/ && \$0 ~/0/ && \$0 !~/1/ && len > lenf) { - seq1 = seq; fclus=clus;lenf=len - } - else if (\$1 ~/R/ && \$0 ~/0/ && \$0 ~/1/ && \$0 ~/^R 0/ && len <= mlen) { - seq1 = seq; fclus=clus;lenf=len - } - else if (\$1 ~/R/ && \$0 ~/0/ && \$0 ~/1/ && \$0 ~!/^R 0/ && len > mlen) { - seq1 = seq; fclus=clus; len1=len - } - else if (\$1 ~/R/ && \$0 ~/0/ && \$0 ~/1/ && \$0 ~!/^R 0/ && len <= mlen) { - seq1 = seq; fclus=clus; lenf=len - } - else if (\$1 ~/R/ && \$0 ~!/0/ && freq > freqp && len >= lenp || \$1 ~/R/ && \$0 ~!/0/ && freq == freqp && len > lenp) { - seq2 = seq; lenp = len; freqp=freq - } - }' > ${prefix}_rainbow.fasta - - seqtk seq -r ${prefix}_rainbow.fasta > ${prefix}_rainbow.RC.fasta - mv ${prefix}_rainbow.RC.fasta ${prefix}_rainbow.fasta - -cat <<-END_VERSIONS > versions.yml -"${task.process}": - BusyBox: \$(busybox | sed -n -E 's/.*v([[:digit:].]+)\\s\\(.*/\\1/p') - seqtk: \$(echo \$(seqtk 2>&1) | sed 's/^.*Version: //; s/ .*\$//') -END_VERSIONS - """ -} \ No newline at end of file diff --git a/modules/local/samplesheet_check.nf b/modules/local/samplesheet_check.nf index 8f8b5ae..057d80d 100644 --- a/modules/local/samplesheet_check.nf +++ b/modules/local/samplesheet_check.nf @@ -1,10 +1,11 @@ process SAMPLESHEET_CHECK { tag "$samplesheet" + label 'process_single' - conda (params.enable_conda ? "conda-forge::python=3.8.3" : null) + conda "conda-forge::python=3.8.3" container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ? 'https://depot.galaxyproject.org/singularity/python:3.8.3' : - 'quay.io/biocontainers/python:3.8.3' }" + 'biocontainers/python:3.8.3' }" input: path samplesheet @@ -13,6 +14,9 @@ process SAMPLESHEET_CHECK { path '*.csv' , emit: csv path "versions.yml", emit: versions + when: + task.ext.when == null || task.ext.when + script: // This script is bundled with the pipeline, in nf-core/radseq/bin/ """ check_samplesheet.py \\ diff --git a/modules/nf-core/bcftools/concat/main.nf b/modules/nf-core/bcftools/concat/main.nf deleted file mode 100644 index c7c39d9..0000000 --- a/modules/nf-core/bcftools/concat/main.nf +++ /dev/null @@ -1,46 +0,0 @@ -process BCFTOOLS_CONCAT { - tag "$meta.id" - label 'process_medium' - - conda "bioconda::bcftools=1.16" - container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ? - 'https://depot.galaxyproject.org/singularity/bcftools:1.16--hfe4b78e_1': - 'quay.io/biocontainers/bcftools:1.16--hfe4b78e_1' }" - - input: - tuple val(meta), path(vcfs), path(tbi) - - output: - tuple val(meta), path("*.gz"), emit: vcf - path "versions.yml" , emit: versions - - when: - task.ext.when == null || task.ext.when - - script: - def args = task.ext.args ?: '' - prefix = task.ext.prefix ?: "${meta.id}" - """ - bcftools concat \\ - --output ${prefix}.vcf.gz \\ - $args \\ - --threads $task.cpus \\ - ${vcfs} - - cat <<-END_VERSIONS > versions.yml - "${task.process}": - bcftools: \$(bcftools --version 2>&1 | head -n1 | sed 's/^.*bcftools //; s/ .*\$//') - END_VERSIONS - """ - - stub: - prefix = task.ext.prefix ?: "${meta.id}" - """ - touch ${prefix}.vcf.gz - - cat <<-END_VERSIONS > versions.yml - "${task.process}": - bcftools: \$(bcftools --version 2>&1 | head -n1 | sed 's/^.*bcftools //; s/ .*\$//') - END_VERSIONS - """ -} diff --git a/modules/nf-core/bcftools/concat/meta.yml b/modules/nf-core/bcftools/concat/meta.yml deleted file mode 100644 index e8c83cd..0000000 --- a/modules/nf-core/bcftools/concat/meta.yml +++ /dev/null @@ -1,49 +0,0 @@ -name: bcftools_concat -description: Concatenate VCF files -keywords: - - variant calling - - concat - - bcftools - - VCF - -tools: - - concat: - description: | - Concatenate VCF files. - homepage: http://samtools.github.io/bcftools/bcftools.html - documentation: http://www.htslib.org/doc/bcftools.html - doi: 10.1093/bioinformatics/btp352 - licence: ["MIT"] -input: - - meta: - type: map - description: | - Groovy Map containing sample information - e.g. [ id:'test', single_end:false ] - - vcfs: - type: files - description: | - List containing 2 or more vcf files - e.g. [ 'file1.vcf', 'file2.vcf' ] - - tbi: - type: files - description: | - List containing 2 or more index files (optional) - e.g. [ 'file1.tbi', 'file2.tbi' ] -output: - - meta: - type: map - description: | - Groovy Map containing sample information - e.g. [ id:'test', single_end:false ] - - vcf: - type: file - description: VCF concatenated output file - pattern: "*.{vcf.gz}" - - versions: - type: file - description: File containing software versions - pattern: "versions.yml" -authors: - - "@abhi18av" - - "@nvnieuwk" diff --git a/modules/nf-core/bcftools/sort/bcftools-sort.diff b/modules/nf-core/bcftools/sort/bcftools-sort.diff deleted file mode 100644 index 9253028..0000000 --- a/modules/nf-core/bcftools/sort/bcftools-sort.diff +++ /dev/null @@ -1,18 +0,0 @@ -Changes in module 'nf-core/bcftools/sort' ---- modules/nf-core/bcftools/sort/main.nf -+++ modules/nf-core/bcftools/sort/main.nf -@@ -20,10 +20,11 @@ - script: - def args = task.ext.args ?: '' - def prefix = task.ext.prefix ?: "${meta.id}" -+ def interval = meta.interval ? '_' + meta.interval : '' - """ - bcftools \\ - sort \\ -- --output ${prefix}.vcf.gz \\ -+ --output ${prefix}${interval}.vcf.gz \\ - $args \\ - $vcf - - -************************************************************ diff --git a/modules/nf-core/bcftools/sort/main.nf b/modules/nf-core/bcftools/sort/main.nf deleted file mode 100644 index 41f1b73..0000000 --- a/modules/nf-core/bcftools/sort/main.nf +++ /dev/null @@ -1,48 +0,0 @@ -process BCFTOOLS_SORT { - tag "$meta.id" - label 'process_medium' - - conda "bioconda::bcftools=1.16" - container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ? - 'https://depot.galaxyproject.org/singularity/bcftools:1.16--hfe4b78e_1': - 'quay.io/biocontainers/bcftools:1.16--hfe4b78e_1' }" - - input: - tuple val(meta), path(vcf) - - output: - tuple val(meta), path("*.gz"), emit: vcf - path "versions.yml" , emit: versions - - when: - task.ext.when == null || task.ext.when - - script: - def args = task.ext.args ?: '' - def prefix = task.ext.prefix ?: "${meta.id}" - def interval = meta.interval ? '_' + meta.interval : '' - """ - bcftools \\ - sort \\ - --output ${prefix}${interval}.vcf.gz \\ - $args \\ - $vcf - - cat <<-END_VERSIONS > versions.yml - "${task.process}": - bcftools: \$(bcftools --version 2>&1 | head -n1 | sed 's/^.*bcftools //; s/ .*\$//') - END_VERSIONS - """ - - stub: - def prefix = task.ext.prefix ?: "${meta.id}" - - """ - touch ${prefix}.vcf.gz - - cat <<-END_VERSIONS > versions.yml - "${task.process}": - bcftools: \$(bcftools --version 2>&1 | head -n1 | sed 's/^.*bcftools //; s/ .*\$//') - END_VERSIONS - """ -} diff --git a/modules/nf-core/bcftools/sort/meta.yml b/modules/nf-core/bcftools/sort/meta.yml deleted file mode 100644 index 0c244a4..0000000 --- a/modules/nf-core/bcftools/sort/meta.yml +++ /dev/null @@ -1,43 +0,0 @@ -name: bcftools_sort -description: Sorts VCF files -keywords: - - sorting - - VCF - - variant calling -tools: - - sort: - description: Sort VCF files by coordinates. - homepage: http://samtools.github.io/bcftools/bcftools.html - documentation: http://www.htslib.org/doc/bcftools.html - tool_dev_url: https://github.com/samtools/bcftools - doi: "10.1093/bioinformatics/btp352" - licence: ["MIT"] - -input: - - meta: - type: map - description: | - Groovy Map containing sample information - e.g. [ id:'test', single_end:false ] - - vcf: - type: file - description: The VCF/BCF file to be sorted - pattern: "*.{vcf.gz,vcf,bcf}" - -output: - - meta: - type: map - description: | - Groovy Map containing sample information - e.g. [ id:'test', single_end:false ] - - versions: - type: file - description: File containing software versions - pattern: "versions.yml" - - vcf: - type: file - description: Sorted VCF file - pattern: "*.{vcf.gz}" - -authors: - - "@Gwennid" diff --git a/modules/nf-core/bedtools/bamtobed/main.nf b/modules/nf-core/bedtools/bamtobed/main.nf deleted file mode 100644 index e967357..0000000 --- a/modules/nf-core/bedtools/bamtobed/main.nf +++ /dev/null @@ -1,35 +0,0 @@ -process BEDTOOLS_BAMTOBED { - tag "$meta.id" - label 'process_medium' - - conda "bioconda::bedtools=2.30.0" - container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ? - 'https://depot.galaxyproject.org/singularity/bedtools:2.30.0--hc088bd4_0' : - 'quay.io/biocontainers/bedtools:2.30.0--hc088bd4_0' }" - - input: - tuple val(meta), path(bam) - - output: - tuple val(meta), path("*.bed"), emit: bed - path "versions.yml" , emit: versions - - when: - task.ext.when == null || task.ext.when - - script: - def args = task.ext.args ?: '' - def prefix = task.ext.prefix ?: "${meta.id}" - """ - bedtools \\ - bamtobed \\ - $args \\ - -i $bam \\ - > ${prefix}.bed - - cat <<-END_VERSIONS > versions.yml - "${task.process}": - bedtools: \$(bedtools --version | sed -e "s/bedtools v//g") - END_VERSIONS - """ -} diff --git a/modules/nf-core/bedtools/bamtobed/meta.yml b/modules/nf-core/bedtools/bamtobed/meta.yml deleted file mode 100644 index 5a4ff73..0000000 --- a/modules/nf-core/bedtools/bamtobed/meta.yml +++ /dev/null @@ -1,38 +0,0 @@ -name: bedtools_bamtobed -description: Converts a bam file to a bed12 file. -keywords: - - bam - - bed -tools: - - bedtools: - description: | - A set of tools for genomic analysis tasks, specifically enabling genome arithmetic (merge, count, complement) on various file types. - documentation: https://bedtools.readthedocs.io/en/latest/content/tools/complement.html - licence: ["MIT"] -input: - - meta: - type: map - description: | - Groovy Map containing sample information - e.g. [ id:'test', single_end:false ] - - bam: - type: file - description: Input BAM file - pattern: "*.{bam}" -output: - - meta: - type: map - description: | - Groovy Map containing sample information - e.g. [ id:'test', single_end:false ] - - bed: - type: file - description: Bed file containing genomic intervals. - pattern: "*.{bed}" - - versions: - type: file - description: File containing software versions - pattern: "versions.yml" -authors: - - "@yuukiiwa" - - "@drpatelh" diff --git a/modules/nf-core/bedtools/coverage/bedtools-coverage.diff b/modules/nf-core/bedtools/coverage/bedtools-coverage.diff deleted file mode 100644 index 8669f37..0000000 --- a/modules/nf-core/bedtools/coverage/bedtools-coverage.diff +++ /dev/null @@ -1,37 +0,0 @@ -Changes in module 'nf-core/bedtools/coverage' ---- modules/nf-core/bedtools/coverage/main.nf -+++ modules/nf-core/bedtools/coverage/main.nf -@@ -1,5 +1,4 @@ - process BEDTOOLS_COVERAGE { -- tag "$meta.id" - label 'process_medium' - - conda "bioconda::bedtools=2.30.0" -@@ -12,14 +11,14 @@ - path genome_file - - output: -- tuple val(meta), path("*.bed"), emit: bed -+ tuple val(meta), path("*.cov"), emit: bed - path "versions.yml" , emit: versions - - when: - task.ext.when == null || task.ext.when - - script: -- def args = task.ext.args ?: '' -+ def args = task.ext.args ? task.ext.args + ' -counts' : '-counts' - def prefix = task.ext.prefix ?: "${meta.id}" - def reference = genome_file ? "-g ${genome_file} -sorted" : "" - """ -@@ -29,7 +28,7 @@ - $reference \\ - -a $input_A \\ - -b $input_B \\ -- > ${prefix}.bed -+ > ${prefix}.cov - - cat <<-END_VERSIONS > versions.yml - "${task.process}": - -************************************************************ diff --git a/modules/nf-core/bedtools/coverage/main.nf b/modules/nf-core/bedtools/coverage/main.nf deleted file mode 100644 index d171187..0000000 --- a/modules/nf-core/bedtools/coverage/main.nf +++ /dev/null @@ -1,38 +0,0 @@ -process BEDTOOLS_COVERAGE { - label 'process_medium' - - conda "bioconda::bedtools=2.30.0" - container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ? - 'https://depot.galaxyproject.org/singularity/bedtools:2.30.0--h468198e_3': - 'quay.io/biocontainers/bedtools:2.30.0--h468198e_3' }" - - input: - tuple val(meta), path(input_A), path(input_B) - path genome_file - - output: - tuple val(meta), path("*.cov"), emit: bed - path "versions.yml" , emit: versions - - when: - task.ext.when == null || task.ext.when - - script: - def args = task.ext.args ? task.ext.args + ' -counts' : '-counts' - def prefix = task.ext.prefix ?: "${meta.id}" - def reference = genome_file ? "-g ${genome_file} -sorted" : "" - """ - bedtools \\ - coverage \\ - $args \\ - $reference \\ - -a $input_A \\ - -b $input_B \\ - > ${prefix}.cov - - cat <<-END_VERSIONS > versions.yml - "${task.process}": - bedtools: \$(echo \$(bedtools --version 2>&1) | sed 's/^.*bedtools v//' )) - END_VERSIONS - """ -} diff --git a/modules/nf-core/bedtools/coverage/meta.yml b/modules/nf-core/bedtools/coverage/meta.yml deleted file mode 100644 index bb90987..0000000 --- a/modules/nf-core/bedtools/coverage/meta.yml +++ /dev/null @@ -1,58 +0,0 @@ -name: "bedtools_coverage" -description: computes both the depth and breadth of coverage of features in file B on the features in file A -keywords: - - bedtools - - coverage - - bam - - bed - - gff - - vcf - - histogram -tools: - - "bedtools": - description: "A powerful toolset for genome arithmetic" - homepage: "https://bedtools.readthedocs.io/en/latest/index.html" - documentation: "https://bedtools.readthedocs.io/en/latest/content/bedtools-suite.html" - tool_dev_url: "https://github.com/arq5x/bedtools2" - doi: "10.1093/bioinformatics/btq033" - licence: "['GPL v2', 'MIT']" - -input: - - meta: - type: map - description: | - Groovy Map containing sample information - e.g. [ id:'test', single_end:false ] - - input_A: - type: file - description: BAM/BED/GFF/VCF file - pattern: "*.{bam,bed,gff,vcf}" - - input_B: - type: file - description: One or more BAM/BED/GFF/VCF file - pattern: "*.{bam,bed,gff,vcf}" - - genome_file: - type: file - description: | - Optional reference genome 2 column file that defines the expected chromosome order - in the input files for use with the -sorted option. - When `genome_file` is provided, `-sorted` option is added to the command. - pattern: "*.{fai,txt,chromsizes}" - -output: - - meta: - type: map - description: | - Groovy Map containing sample information - e.g. [ id:'test', single_end:false ] - - bed: - type: file - description: File containing coverage of sequence alignments - pattern: "*.bed" - - versions: - type: file - description: File containing software versions - pattern: "versions.yml" - -authors: - - "@priyanka-surana" diff --git a/modules/nf-core/bedtools/intersect/main.nf b/modules/nf-core/bedtools/intersect/main.nf deleted file mode 100644 index 2bd1fe5..0000000 --- a/modules/nf-core/bedtools/intersect/main.nf +++ /dev/null @@ -1,54 +0,0 @@ -process BEDTOOLS_INTERSECT { - tag "$meta.id" - label 'process_single' - - conda "bioconda::bedtools=2.30.0" - container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ? - 'https://depot.galaxyproject.org/singularity/bedtools:2.30.0--hc088bd4_0' : - 'quay.io/biocontainers/bedtools:2.30.0--hc088bd4_0' }" - - input: - tuple val(meta), path(intervals1), path(intervals2) - val extension - - output: - tuple val(meta), path("*.${extension}"), emit: intersect - path "versions.yml" , emit: versions - - when: - task.ext.when == null || task.ext.when - - script: - def args = task.ext.args ?: '' - def prefix = task.ext.prefix ?: "${meta.id}" - if ("$intervals1" == "${prefix}.${extension}" || - "$intervals2" == "${prefix}.${extension}") - error "Input and output names are the same, use \"task.ext.prefix\" to disambiguate!" - """ - bedtools \\ - intersect \\ - -a $intervals1 \\ - -b $intervals2 \\ - $args \\ - > ${prefix}.${extension} - - cat <<-END_VERSIONS > versions.yml - "${task.process}": - bedtools: \$(bedtools --version | sed -e "s/bedtools v//g") - END_VERSIONS - """ - - stub: - def prefix = task.ext.prefix ?: "${meta.id}" - if ("$intervals1" == "${prefix}.${extension}" || - "$intervals2" == "${prefix}.${extension}") - error "Input and output names are the same, use \"task.ext.prefix\" to disambiguate!" - """ - touch ${prefix}.${extension} - - cat <<-END_VERSIONS > versions.yml - "${task.process}": - bedtools: \$(bedtools --version | sed -e "s/bedtools v//g") - END_VERSIONS - """ -} diff --git a/modules/nf-core/bedtools/intersect/meta.yml b/modules/nf-core/bedtools/intersect/meta.yml deleted file mode 100644 index 6e21e92..0000000 --- a/modules/nf-core/bedtools/intersect/meta.yml +++ /dev/null @@ -1,47 +0,0 @@ -name: bedtools_intersect -description: Allows one to screen for overlaps between two sets of genomic features. -keywords: - - bed - - intersect -tools: - - bedtools: - description: | - A set of tools for genomic analysis tasks, specifically enabling genome arithmetic (merge, count, complement) on various file types. - documentation: https://bedtools.readthedocs.io/en/latest/content/tools/intersect.html - licence: ["MIT"] -input: - - meta: - type: map - description: | - Groovy Map containing sample information - e.g. [ id:'test', single_end:false ] - - intervals1: - type: file - description: BAM/BED/GFF/VCF - pattern: "*.{bam|bed|gff|vcf}" - - intervals2: - type: file - description: BAM/BED/GFF/VCF - pattern: "*.{bam|bed|gff|vcf}" - - extension: - type: value - description: Extension of the output file. It is set by the user and corresponds to the file format which depends on arguments (e. g., ".bed", ".bam", ".txt", etc.). -output: - - meta: - type: map - description: | - Groovy Map containing sample information - e.g. [ id:'test', single_end:false ] - - intersect: - type: file - description: File containing the description of overlaps found between the two features - pattern: "*.${extension}" - - versions: - type: file - description: File containing software versions - pattern: "versions.yml" -authors: - - "@Emiller88" - - "@sruthipsuresh" - - "@drpatelh" - - "@sidorov-si" diff --git a/modules/nf-core/bedtools/makewindows/bedtools-makewindows.diff b/modules/nf-core/bedtools/makewindows/bedtools-makewindows.diff deleted file mode 100644 index 9ef3e10..0000000 --- a/modules/nf-core/bedtools/makewindows/bedtools-makewindows.diff +++ /dev/null @@ -1,63 +0,0 @@ -Changes in module 'nf-core/bedtools/makewindows' ---- modules/nf-core/bedtools/makewindows/main.nf -+++ modules/nf-core/bedtools/makewindows/main.nf -@@ -1,8 +1,8 @@ - process BEDTOOLS_MAKEWINDOWS { - tag "$meta.id" -- label 'process_single' -+ label 'process_medium' - -- conda "bioconda::bedtools=2.30.0" -+ conda (params.enable_conda ? "bioconda::bedtools=2.30.0" : null) - container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ? - 'https://depot.galaxyproject.org/singularity/bedtools:2.30.0--h7d7f7ad_1' : - 'quay.io/biocontainers/bedtools:2.30.0--h7d7f7ad_1' }" -@@ -10,10 +10,14 @@ - input: - tuple val(meta), path(regions) - val(use_bed) -+ val(lengths) -+ val(coverage_threshold) - - output: -- tuple val(meta), path("*.tab"), emit: tab -- path "versions.yml" , emit: versions -+ tuple val(meta), path("*.tab") , emit: tab -+ tuple val(meta), path("*_cov.low.stats") , emit: low_cov -+ tuple val(meta), path("*_cov.high.stats"), emit: high_cov -+ path "versions.yml" , emit: versions - - when: - task.ext.when == null || task.ext.when -@@ -23,15 +27,23 @@ - def prefix = task.ext.prefix ?: "${meta.id}" - def arg_input = use_bed ? "-b $regions" : "-g $regions" - """ -+ echo "${lengths.join("\n")}" > "${prefix}_lengths.txt" -+ MaxLen=\$(awk '{ print length() | "sort -rn" }' "${prefix}_lengths.txt" | head -1) -+ #split cov.stats file into high and low coverage intervals -+ awk '\$4 > ${coverage_threshold}' ${regions} > ${prefix}_cov.high.stats -+ awk '\$4 <= ${coverage_threshold}' ${regions} > ${prefix}_cov.low.stats -+ MaxLen2=\$(("\$MaxLen" / 2)) -+ ML1=\$(("\$MaxLen2" + 1)) - bedtools \\ - makewindows \\ -- ${arg_input} \\ -+ -b ${prefix}_cov.high.stats \\ -+ -w \$MaxLen2 -s \$ML1 \\ - $args \\ - > ${prefix}.tab -- -- cat <<-END_VERSIONS > versions.yml -- "${task.process}": -- bedtools: \$(bedtools --version | sed -e "s/bedtools v//g") -- END_VERSIONS -+ -+cat <<-END_VERSIONS > versions.yml -+"${task.process}": -+ bedtools: \$(bedtools --version | sed -e "s/bedtools v//g") -+END_VERSIONS - """ --} -+} -************************************************************ diff --git a/modules/nf-core/bedtools/makewindows/main.nf b/modules/nf-core/bedtools/makewindows/main.nf deleted file mode 100644 index 5106133..0000000 --- a/modules/nf-core/bedtools/makewindows/main.nf +++ /dev/null @@ -1,49 +0,0 @@ -process BEDTOOLS_MAKEWINDOWS { - tag "$meta.id" - label 'process_medium' - - conda (params.enable_conda ? "bioconda::bedtools=2.30.0" : null) - container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ? - 'https://depot.galaxyproject.org/singularity/bedtools:2.30.0--h7d7f7ad_1' : - 'quay.io/biocontainers/bedtools:2.30.0--h7d7f7ad_1' }" - - input: - tuple val(meta), path(regions) - val(use_bed) - val(lengths) - val(coverage_threshold) - - output: - tuple val(meta), path("*.tab") , emit: tab - tuple val(meta), path("*_cov.low.stats") , emit: low_cov - tuple val(meta), path("*_cov.high.stats"), emit: high_cov - path "versions.yml" , emit: versions - - when: - task.ext.when == null || task.ext.when - - script: - def args = task.ext.args ?: '' - def prefix = task.ext.prefix ?: "${meta.id}" - def arg_input = use_bed ? "-b $regions" : "-g $regions" - """ - echo "${lengths.join("\n")}" > "${prefix}_lengths.txt" - MaxLen=\$(awk '{ print length() | "sort -rn" }' "${prefix}_lengths.txt" | head -1) - #split cov.stats file into high and low coverage intervals - awk '\$4 > ${coverage_threshold}' ${regions} > ${prefix}_cov.high.stats - awk '\$4 <= ${coverage_threshold}' ${regions} > ${prefix}_cov.low.stats - MaxLen2=\$(("\$MaxLen" / 2)) - ML1=\$(("\$MaxLen2" + 1)) - bedtools \\ - makewindows \\ - -b ${prefix}_cov.high.stats \\ - -w \$MaxLen2 -s \$ML1 \\ - $args \\ - > ${prefix}.tab - -cat <<-END_VERSIONS > versions.yml -"${task.process}": - bedtools: \$(bedtools --version | sed -e "s/bedtools v//g") -END_VERSIONS - """ -} \ No newline at end of file diff --git a/modules/nf-core/bedtools/makewindows/meta.yml b/modules/nf-core/bedtools/makewindows/meta.yml deleted file mode 100644 index 9de31f4..0000000 --- a/modules/nf-core/bedtools/makewindows/meta.yml +++ /dev/null @@ -1,43 +0,0 @@ -name: bedtools_makewindows - -description: Makes adjacent or sliding windows across a genome or BED file. -keywords: - - bed - - windows -tools: - - bedtools: - description: A set of tools for genomic analysis tasks, specifically enabling genome arithmetic (merge, count, complement) on various file types. - homepage: https://bedtools.readthedocs.io - documentation: https://bedtools.readthedocs.io/en/latest/content/tools/makewindows.html - tool_dev_url: None - doi: "10.1093/bioinformatics/btq033" - licence: ["MIT"] -input: - - meta: - type: map - description: | - Groovy Map containing sample information - e.g. [ id:'test', single_end:false ] - - regions: - type: file - description: BED file OR Genome details file () - pattern: "*.{bed,fai,tab}" - - use_bed: - type: boolean - description: true = input is a BED file; false = input is a genome details file -output: - - meta: - type: map - description: | - Groovy Map containing sample information - e.g. [ id:'test', single_end:false ] - - versions: - type: file - description: File containing software versions - pattern: "versions.yml" - - tab: - type: file - description: Windows TAB file (BED or BED-like format) - pattern: "*.tab" -authors: - - "@kevbrick" diff --git a/modules/nf-core/bedtools/merge/bedtools-merge.diff b/modules/nf-core/bedtools/merge/bedtools-merge.diff deleted file mode 100644 index a4ae4b5..0000000 --- a/modules/nf-core/bedtools/merge/bedtools-merge.diff +++ /dev/null @@ -1,54 +0,0 @@ -Changes in module 'nf-core/bedtools/merge' ---- modules/nf-core/bedtools/merge/main.nf -+++ modules/nf-core/bedtools/merge/main.nf -@@ -1,36 +1,38 @@ --process BEDTOOLS_MERGE { -+process BEDTOOLS_MERGE_COV { - tag "$meta.id" -- label 'process_single' -+ label 'process_high_memory' - -- conda "bioconda::bedtools=2.30.0" -+ conda (params.enable_conda ? "bioconda::bedtools=2.30.0" : null) - container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ? - 'https://depot.galaxyproject.org/singularity/bedtools:2.30.0--hc088bd4_0' : - 'quay.io/biocontainers/bedtools:2.30.0--hc088bd4_0' }" - - input: -- tuple val(meta), path(bed) -+ tuple val(meta), path(cov) -+ path(faidx) - - output: -- tuple val(meta), path('*.bed'), emit: bed -+ tuple val(meta), path('*.cov'), emit: cov - path "versions.yml" , emit: versions - - when: - task.ext.when == null || task.ext.when - - script: -- def args = task.ext.args ?: '' -+ def args = task.ext.args ? task.ext.args + ' -c 4 -o sum' : '-c 4 -o sum' - def prefix = task.ext.prefix ?: "${meta.id}" -- if ("$bed" == "${prefix}.bed") error "Input and output names are the same, use \"task.ext.prefix\" to disambiguate!" -+ if ("$cov" == "${prefix}.cov") error "Input and output names are the same, use \"task.ext.prefix\" to disambiguate!" - """ -+ cat ${cov} | \\ -+ bedtools sort -i - -faidx ${faidx} | \\ - bedtools \\ - merge \\ -- -i $bed \\ -+ -i - \\ - $args \\ -- > ${prefix}.bed -- -+ > ${prefix}.cov - cat <<-END_VERSIONS > versions.yml - "${task.process}": - bedtools: \$(bedtools --version | sed -e "s/bedtools v//g") - END_VERSIONS - """ --} -+} -************************************************************ diff --git a/modules/nf-core/bedtools/merge/main.nf b/modules/nf-core/bedtools/merge/main.nf deleted file mode 100644 index c16fdf9..0000000 --- a/modules/nf-core/bedtools/merge/main.nf +++ /dev/null @@ -1,38 +0,0 @@ -process BEDTOOLS_MERGE_COV { - tag "$meta.id" - label 'process_high_memory' - - conda (params.enable_conda ? "bioconda::bedtools=2.30.0" : null) - container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ? - 'https://depot.galaxyproject.org/singularity/bedtools:2.30.0--hc088bd4_0' : - 'quay.io/biocontainers/bedtools:2.30.0--hc088bd4_0' }" - - input: - tuple val(meta), path(cov) - path(faidx) - - output: - tuple val(meta), path('*.cov'), emit: cov - path "versions.yml" , emit: versions - - when: - task.ext.when == null || task.ext.when - - script: - def args = task.ext.args ? task.ext.args + ' -c 4 -o sum' : '-c 4 -o sum' - def prefix = task.ext.prefix ?: "${meta.id}" - if ("$cov" == "${prefix}.cov") error "Input and output names are the same, use \"task.ext.prefix\" to disambiguate!" - """ - cat ${cov} | \\ - bedtools sort -i - -faidx ${faidx} | \\ - bedtools \\ - merge \\ - -i - \\ - $args \\ - > ${prefix}.cov - cat <<-END_VERSIONS > versions.yml - "${task.process}": - bedtools: \$(bedtools --version | sed -e "s/bedtools v//g") - END_VERSIONS - """ -} \ No newline at end of file diff --git a/modules/nf-core/bedtools/merge/meta.yml b/modules/nf-core/bedtools/merge/meta.yml deleted file mode 100644 index 7674367..0000000 --- a/modules/nf-core/bedtools/merge/meta.yml +++ /dev/null @@ -1,39 +0,0 @@ -name: bedtools_merge -description: combines overlapping or “book-ended” features in an interval file into a single feature which spans all of the combined features. -keywords: - - bed - - merge -tools: - - bedtools: - description: | - A set of tools for genomic analysis tasks, specifically enabling genome arithmetic (merge, count, complement) on various file types. - documentation: https://bedtools.readthedocs.io/en/latest/content/tools/merge.html - licence: ["MIT"] -input: - - meta: - type: map - description: | - Groovy Map containing sample information - e.g. [ id:'test', single_end:false ] - - bed: - type: file - description: Input BED file - pattern: "*.{bed}" -output: - - meta: - type: map - description: | - Groovy Map containing sample information - e.g. [ id:'test', single_end:false ] - - bed: - type: file - description: Overlapped bed file with combined features - pattern: "*.{bed}" - - versions: - type: file - description: File containing software versions - pattern: "versions.yml" -authors: - - "@Emiller88" - - "@sruthipsuresh" - - "@drpatelh" diff --git a/modules/nf-core/bedtools/sort/bedtools-sort.diff b/modules/nf-core/bedtools/sort/bedtools-sort.diff deleted file mode 100644 index 8a3712b..0000000 --- a/modules/nf-core/bedtools/sort/bedtools-sort.diff +++ /dev/null @@ -1,32 +0,0 @@ -Changes in module 'nf-core/bedtools/sort' ---- modules/nf-core/bedtools/sort/main.nf -+++ modules/nf-core/bedtools/sort/main.nf -@@ -12,7 +12,7 @@ - path genome_file - - output: -- tuple val(meta), path("*.${extension}"), emit: sorted -+ tuple val(meta), path("*_sorted.${extension}"), emit: sorted - path "versions.yml" , emit: versions - - when: -@@ -23,7 +23,7 @@ - def prefix = task.ext.prefix ?: "${meta.id}" - def genome_cmd = genome_file ? "-g $genome_file" : "" - extension = task.ext.suffix ?: intervals.extension -- if ("$intervals" == "${prefix}.${extension}") { -+ if ("$intervals" == "${prefix}_sorted.${extension}") { - error "Input and output names are the same, use \"task.ext.prefix\" to disambiguate!" - } - """ -@@ -32,7 +32,7 @@ - -i $intervals \\ - $genome_cmd \\ - $args \\ -- > ${prefix}.${extension} -+ > ${prefix}_sorted.${extension} - - cat <<-END_VERSIONS > versions.yml - "${task.process}": - -************************************************************ diff --git a/modules/nf-core/bedtools/sort/main.nf b/modules/nf-core/bedtools/sort/main.nf deleted file mode 100644 index 4122af6..0000000 --- a/modules/nf-core/bedtools/sort/main.nf +++ /dev/null @@ -1,42 +0,0 @@ -process BEDTOOLS_SORT { - tag "$meta.id" - label 'process_single' - - conda "bioconda::bedtools=2.30.0" - container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ? - 'https://depot.galaxyproject.org/singularity/bedtools:2.30.0--hc088bd4_0' : - 'quay.io/biocontainers/bedtools:2.30.0--hc088bd4_0' }" - - input: - tuple val(meta), path(intervals) - path genome_file - - output: - tuple val(meta), path("*_sorted.${extension}"), emit: sorted - path "versions.yml" , emit: versions - - when: - task.ext.when == null || task.ext.when - - script: - def args = task.ext.args ?: '' - def prefix = task.ext.prefix ?: "${meta.id}" - def genome_cmd = genome_file ? "-g $genome_file" : "" - extension = task.ext.suffix ?: intervals.extension - if ("$intervals" == "${prefix}_sorted.${extension}") { - error "Input and output names are the same, use \"task.ext.prefix\" to disambiguate!" - } - """ - bedtools \\ - sort \\ - -i $intervals \\ - $genome_cmd \\ - $args \\ - > ${prefix}_sorted.${extension} - - cat <<-END_VERSIONS > versions.yml - "${task.process}": - bedtools: \$(bedtools --version | sed -e "s/bedtools v//g") - END_VERSIONS - """ -} diff --git a/modules/nf-core/bedtools/sort/meta.yml b/modules/nf-core/bedtools/sort/meta.yml deleted file mode 100644 index 1b6ebbc..0000000 --- a/modules/nf-core/bedtools/sort/meta.yml +++ /dev/null @@ -1,48 +0,0 @@ -name: bedtools_sort -description: Sorts a feature file by chromosome and other criteria. -keywords: - - bed - - sort -tools: - - bedtools: - description: | - A set of tools for genomic analysis tasks, specifically enabling genome arithmetic (merge, count, complement) on various file types. - documentation: https://bedtools.readthedocs.io/en/latest/content/tools/sort.html - licence: ["MIT"] -input: - - meta: - type: map - description: | - Groovy Map containing sample information - e.g. [ id:'test', single_end:false ] - - intervals: - type: file - description: BED/BEDGRAPH - pattern: "*.{bed|bedGraph}" - - genome_file: - type: file - description: | - Optional reference genome 2 column file that defines the expected chromosome order. - pattern: "*.{fai,txt,chromsizes}" -output: - - meta: - type: map - description: | - Groovy Map containing sample information - e.g. [ id:'test', single_end:false ] - - - sorted: - type: file - description: Sorted output file - pattern: "*.${extension}" - - - versions: - type: file - description: File containing software versions - pattern: "versions.yml" -authors: - - "@Emiller88" - - "@sruthipsuresh" - - "@drpatelh" - - "@chris-cheshire" - - "@adamrtalbot" diff --git a/modules/nf-core/bwa/index/main.nf b/modules/nf-core/bwa/index/main.nf deleted file mode 100644 index 7ccf311..0000000 --- a/modules/nf-core/bwa/index/main.nf +++ /dev/null @@ -1,51 +0,0 @@ -process BWA_INDEX { - tag "$fasta" - label 'process_single' - - conda "bioconda::bwa=0.7.17" - container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ? - 'https://depot.galaxyproject.org/singularity/bwa:0.7.17--hed695b0_7' : - 'quay.io/biocontainers/bwa:0.7.17--hed695b0_7' }" - - input: - tuple val(meta), path(fasta) - - output: - tuple val(meta), path(bwa) , emit: index - path "versions.yml" , emit: versions - - when: - task.ext.when == null || task.ext.when - - script: - def args = task.ext.args ?: '' - """ - mkdir bwa - bwa \\ - index \\ - $args \\ - -p bwa/${fasta.baseName} \\ - $fasta - - cat <<-END_VERSIONS > versions.yml - "${task.process}": - bwa: \$(echo \$(bwa 2>&1) | sed 's/^.*Version: //; s/Contact:.*\$//') - END_VERSIONS - """ - - stub: - """ - mkdir bwa - - touch bwa/genome.amb - touch bwa/genome.ann - touch bwa/genome.bwt - touch bwa/genome.pac - touch bwa/genome.sa - - cat <<-END_VERSIONS > versions.yml - "${task.process}": - bwa: \$(echo \$(bwa 2>&1) | sed 's/^.*Version: //; s/Contact:.*\$//') - END_VERSIONS - """ -} diff --git a/modules/nf-core/bwa/index/meta.yml b/modules/nf-core/bwa/index/meta.yml deleted file mode 100644 index 2c6cfcd..0000000 --- a/modules/nf-core/bwa/index/meta.yml +++ /dev/null @@ -1,42 +0,0 @@ -name: bwa_index -description: Create BWA index for reference genome -keywords: - - index - - fasta - - genome - - reference -tools: - - bwa: - description: | - BWA is a software package for mapping DNA sequences against - a large reference genome, such as the human genome. - homepage: http://bio-bwa.sourceforge.net/ - documentation: http://www.htslib.org/doc/samtools.html - arxiv: arXiv:1303.3997 - licence: ["GPL-3.0-or-later"] -input: - - meta: - type: map - description: | - Groovy Map containing reference information. - e.g. [ id:'test', single_end:false ] - - fasta: - type: file - description: Input genome fasta file -output: - - meta: - type: map - description: | - Groovy Map containing reference information. - e.g. [ id:'test', single_end:false ] - - index: - type: file - description: BWA genome index files - pattern: "*.{amb,ann,bwt,pac,sa}" - - versions: - type: file - description: File containing software versions - pattern: "versions.yml" -authors: - - "@drpatelh" - - "@maxulysse" diff --git a/modules/nf-core/bwa/mem/bwa-mem.diff b/modules/nf-core/bwa/mem/bwa-mem.diff deleted file mode 100644 index 8927c85..0000000 --- a/modules/nf-core/bwa/mem/bwa-mem.diff +++ /dev/null @@ -1,102 +0,0 @@ -Changes in module 'nf-core/bwa/mem' ---- modules/nf-core/bwa/mem/main.nf -+++ modules/nf-core/bwa/mem/main.nf -@@ -1,16 +1,18 @@ - process BWA_MEM { - tag "$meta.id" -- label 'process_high' -+ label 'process_medium' - -- conda "bioconda::bwa=0.7.17 bioconda::samtools=1.16.1" -+ conda (params.enable_conda ? "bioconda::bwa=0.7.17 bioconda::samtools=1.15.1" : null) - container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ? -- 'https://depot.galaxyproject.org/singularity/mulled-v2-fe8faa35dbf6dc65a0f7f5d4ea12e31a79f73e40:219b6c272b25e7e642ae3ff0bf0c5c81a5135ab4-0' : -- 'quay.io/biocontainers/mulled-v2-fe8faa35dbf6dc65a0f7f5d4ea12e31a79f73e40:219b6c272b25e7e642ae3ff0bf0c5c81a5135ab4-0' }" -+ 'https://depot.galaxyproject.org/singularity/mulled-v2-fe8faa35dbf6dc65a0f7f5d4ea12e31a79f73e40:8110a70be2bfe7f75a2ea7f2a89cda4cc7732095-0' : -+ 'quay.io/biocontainers/mulled-v2-fe8faa35dbf6dc65a0f7f5d4ea12e31a79f73e40:8110a70be2bfe7f75a2ea7f2a89cda4cc7732095-0' }" - - input: - tuple val(meta), path(reads) - tuple val(meta2), path(index) - val sort_bam -+ val sequence_type -+ val lengths - - output: - tuple val(meta), path("*.bam"), emit: bam -@@ -20,24 +22,55 @@ - task.ext.when == null || task.ext.when - - script: -- def args = task.ext.args ?: '' -- def args2 = task.ext.args2 ?: '' -- def prefix = task.ext.prefix ?: "${meta.id}" -- def samtools_command = sort_bam ? 'sort' : 'view' -- """ -- INDEX=`find -L ./ -name "*.amb" | sed 's/\\.amb\$//'` -+ def args = task.ext.args ?: '' -+ def args2 = task.ext.args2 ?: '' -+ def args3 = task.ext.args3 ?: '' -+ def prefix = task.ext.prefix ?: "${meta.id}" -+ if (sequence_type == 'PE' && params.method == 'denovo') { -+ """ -+ INDEX=`find -L ./ -name "*.amb" | sed 's/.amb//'` -+ -+ echo "${lengths.join("\n")}" > lengths.txt -+ MLEN=\$(awk '{ print length() | "sort -rn" }' lengths.txt | head -1) -+ INSERT=\$(( \$MLEN * 2 )) -+ INSERTH=\$(( \$INSERT + 100 )) -+ INSERTL=\$(( \$INSERT - 100 )) -+ SD=\$(( \$INSERT / 5 )) - -- bwa mem \\ -- $args \\ -- -t $task.cpus \\ -- \$INDEX \\ -- $reads \\ -- | samtools $samtools_command $args2 --threads $task.cpus -o ${prefix}.bam - -+ bwa mem \\ -+ $args \\ -+ -I \$INSERT,\$SD,\$INSERTH,\$INSERTL \\ -+ -R "@RG\\tID:${prefix}\\tSM:${prefix}\\tPL:Illumina" \\ -+ -t $task.cpus \\ -+ \$INDEX \\ -+ $reads \\ -+ | samtools view $args2 \\ -+ | samtools sort $args3 --threads $task.cpus -o ${prefix}.bam - - -- cat <<-END_VERSIONS > versions.yml -- "${task.process}": -- bwa: \$(echo \$(bwa 2>&1) | sed 's/^.*Version: //; s/Contact:.*\$//') -- samtools: \$(echo \$(samtools --version 2>&1) | sed 's/^.*samtools //; s/Using.*\$//') -- END_VERSIONS -- """ -+cat <<-END_VERSIONS > versions.yml -+"${task.process}": -+ bwa: \$(echo \$(bwa 2>&1) | sed 's/^.*Version: //; s/Contact:.*\$//') -+ samtools: \$(echo \$(samtools --version 2>&1) | sed 's/^.*samtools //; s/Using.*\$//') -+END_VERSIONS -+ """ -+ } else { -+ """ -+ INDEX=`find -L ./ -name "*.amb" | sed 's/.amb//'` -+ -+ bwa mem \\ -+ $args \\ -+ -R "@RG\\tID:${prefix}\\tSM:${prefix}\\tPL:Illumina" \\ -+ -t $task.cpus \\ -+ \$INDEX \\ -+ $reads \\ -+ | samtools view $args2 \\ -+ | samtools sort $args3 --threads $task.cpus -o ${prefix}.bam - -+ -+cat <<-END_VERSIONS > versions.yml -+"${task.process}": -+ bwa: \$(echo \$(bwa 2>&1) | sed 's/^.*Version: //; s/Contact:.*\$//') -+ samtools: \$(echo \$(samtools --version 2>&1) | sed 's/^.*samtools //; s/Using.*\$//') -+END_VERSIONS -+ """ -+ } - } - -************************************************************ diff --git a/modules/nf-core/bwa/mem/main.nf b/modules/nf-core/bwa/mem/main.nf deleted file mode 100644 index 2fe8a8e..0000000 --- a/modules/nf-core/bwa/mem/main.nf +++ /dev/null @@ -1,76 +0,0 @@ -process BWA_MEM { - tag "$meta.id" - label 'process_medium' - - conda (params.enable_conda ? "bioconda::bwa=0.7.17 bioconda::samtools=1.15.1" : null) - container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ? - 'https://depot.galaxyproject.org/singularity/mulled-v2-fe8faa35dbf6dc65a0f7f5d4ea12e31a79f73e40:8110a70be2bfe7f75a2ea7f2a89cda4cc7732095-0' : - 'quay.io/biocontainers/mulled-v2-fe8faa35dbf6dc65a0f7f5d4ea12e31a79f73e40:8110a70be2bfe7f75a2ea7f2a89cda4cc7732095-0' }" - - input: - tuple val(meta), path(reads) - tuple val(meta2), path(index) - val sort_bam - val sequence_type - val lengths - - output: - tuple val(meta), path("*.bam"), emit: bam - path "versions.yml" , emit: versions - - when: - task.ext.when == null || task.ext.when - - script: - def args = task.ext.args ?: '' - def args2 = task.ext.args2 ?: '' - def args3 = task.ext.args3 ?: '' - def prefix = task.ext.prefix ?: "${meta.id}" - if (sequence_type == 'PE' && params.method == 'denovo') { - """ - INDEX=`find -L ./ -name "*.amb" | sed 's/.amb//'` - - echo "${lengths.join("\n")}" > lengths.txt - MLEN=\$(awk '{ print length() | "sort -rn" }' lengths.txt | head -1) - INSERT=\$(( \$MLEN * 2 )) - INSERTH=\$(( \$INSERT + 100 )) - INSERTL=\$(( \$INSERT - 100 )) - SD=\$(( \$INSERT / 5 )) - - bwa mem \\ - $args \\ - -I \$INSERT,\$SD,\$INSERTH,\$INSERTL \\ - -R "@RG\\tID:${prefix}\\tSM:${prefix}\\tPL:Illumina" \\ - -t $task.cpus \\ - \$INDEX \\ - $reads \\ - | samtools view $args2 \\ - | samtools sort $args3 --threads $task.cpus -o ${prefix}.bam - - -cat <<-END_VERSIONS > versions.yml -"${task.process}": - bwa: \$(echo \$(bwa 2>&1) | sed 's/^.*Version: //; s/Contact:.*\$//') - samtools: \$(echo \$(samtools --version 2>&1) | sed 's/^.*samtools //; s/Using.*\$//') -END_VERSIONS - """ - } else { - """ - INDEX=`find -L ./ -name "*.amb" | sed 's/.amb//'` - - bwa mem \\ - $args \\ - -R "@RG\\tID:${prefix}\\tSM:${prefix}\\tPL:Illumina" \\ - -t $task.cpus \\ - \$INDEX \\ - $reads \\ - | samtools view $args2 \\ - | samtools sort $args3 --threads $task.cpus -o ${prefix}.bam - - -cat <<-END_VERSIONS > versions.yml -"${task.process}": - bwa: \$(echo \$(bwa 2>&1) | sed 's/^.*Version: //; s/Contact:.*\$//') - samtools: \$(echo \$(samtools --version 2>&1) | sed 's/^.*samtools //; s/Using.*\$//') -END_VERSIONS - """ - } -} diff --git a/modules/nf-core/bwa/mem/meta.yml b/modules/nf-core/bwa/mem/meta.yml deleted file mode 100644 index 62357bf..0000000 --- a/modules/nf-core/bwa/mem/meta.yml +++ /dev/null @@ -1,55 +0,0 @@ -name: bwa_mem -description: Performs fastq alignment to a fasta reference using BWA -keywords: - - mem - - bwa - - alignment - - map - - fastq - - bam - - sam -tools: - - bwa: - description: | - BWA is a software package for mapping DNA sequences against - a large reference genome, such as the human genome. - homepage: http://bio-bwa.sourceforge.net/ - documentation: http://www.htslib.org/doc/samtools.html - arxiv: arXiv:1303.3997 - licence: ["GPL-3.0-or-later"] -input: - - meta: - type: map - description: | - Groovy Map containing sample information - e.g. [ id:'test', single_end:false ] - - reads: - type: file - description: | - List of input FastQ files of size 1 and 2 for single-end and paired-end data, - respectively. - - meta2: - type: map - description: | - Groovy Map containing reference information. - e.g. [ id:'test', single_end:false ] - - index: - type: file - description: BWA genome index files - pattern: "Directory containing BWA index *.{amb,ann,bwt,pac,sa}" - - sort_bam: - type: boolean - description: use samtools sort (true) or samtools view (false) - pattern: "true or false" -output: - - bam: - type: file - description: Output BAM file containing read alignments - pattern: "*.{bam}" - - versions: - type: file - description: File containing software versions - pattern: "versions.yml" -authors: - - "@drpatelh" - - "@jeremy1805" diff --git a/modules/nf-core/bwamem2/index/main.nf b/modules/nf-core/bwamem2/index/main.nf deleted file mode 100644 index a236121..0000000 --- a/modules/nf-core/bwamem2/index/main.nf +++ /dev/null @@ -1,49 +0,0 @@ -process BWAMEM2_INDEX { - tag "$fasta" - label 'process_single' - - conda "bioconda::bwa-mem2=2.2.1" - container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ? - 'https://depot.galaxyproject.org/singularity/bwa-mem2:2.2.1--he513fc3_0' : - 'quay.io/biocontainers/bwa-mem2:2.2.1--he513fc3_0' }" - - input: - tuple val(meta), path(fasta) - - output: - tuple val(meta), path("bwamem2"), emit: index - path "versions.yml" , emit: versions - - when: - task.ext.when == null || task.ext.when - - script: - def args = task.ext.args ?: '' - """ - mkdir bwamem2 - bwa-mem2 \\ - index \\ - $args \\ - $fasta -p bwamem2/${fasta} - - cat <<-END_VERSIONS > versions.yml - "${task.process}": - bwamem2: \$(echo \$(bwa-mem2 version 2>&1) | sed 's/.* //') - END_VERSIONS - """ - - stub: - """ - mkdir bwamem2 - touch bwamem2/${fasta}.0123 - touch bwamem2/${fasta}.ann - touch bwamem2/${fasta}.pac - touch bwamem2/${fasta}.amb - touch bwamem2/${fasta}.bwt.2bit.64 - - cat <<-END_VERSIONS > versions.yml - "${task.process}": - bwamem2: \$(echo \$(bwa-mem2 version 2>&1) | sed 's/.* //') - END_VERSIONS - """ -} diff --git a/modules/nf-core/bwamem2/index/meta.yml b/modules/nf-core/bwamem2/index/meta.yml deleted file mode 100644 index 40c26c3..0000000 --- a/modules/nf-core/bwamem2/index/meta.yml +++ /dev/null @@ -1,40 +0,0 @@ -name: bwamem2_index -description: Create BWA-mem2 index for reference genome -keywords: - - index - - fasta - - genome - - reference -tools: - - bwamem2: - description: | - BWA-mem2 is a software package for mapping DNA sequences against - a large reference genome, such as the human genome. - homepage: https://github.com/bwa-mem2/bwa-mem2 - documentation: https://github.com/bwa-mem2/bwa-mem2#usage - licence: ["MIT"] -input: - - meta: - type: map - description: | - Groovy Map containing sample information - e.g. [ id:'test', single_end:false ] - - fasta: - type: file - description: Input genome fasta file -output: - - meta: - type: map - description: | - Groovy Map containing sample information - e.g. [ id:'test', single_end:false ] - - index: - type: file - description: BWA genome index files - pattern: "*.{0123,amb,ann,bwt.2bit.64,pac}" - - versions: - type: file - description: File containing software versions - pattern: "versions.yml" -authors: - - "@maxulysse" diff --git a/modules/nf-core/bwamem2/mem/bwamem2-mem.diff b/modules/nf-core/bwamem2/mem/bwamem2-mem.diff deleted file mode 100644 index 2be4500..0000000 --- a/modules/nf-core/bwamem2/mem/bwamem2-mem.diff +++ /dev/null @@ -1,108 +0,0 @@ -Changes in module 'nf-core/bwamem2/mem' ---- modules/nf-core/bwamem2/mem/main.nf -+++ modules/nf-core/bwamem2/mem/main.nf -@@ -2,7 +2,7 @@ - tag "$meta.id" - label 'process_high' - -- conda "bioconda::bwa-mem2=2.2.1 bioconda::samtools=1.16.1" -+ conda (params.enable_conda ? "bioconda::bwa-mem2=2.2.1 bioconda::samtools=1.16.1" : null) - container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ? - 'https://depot.galaxyproject.org/singularity/mulled-v2-e5d375990341c5aef3c9aff74f96f66f65375ef6:2cdf6bf1e92acbeb9b2834b1c58754167173a410-0' : - 'quay.io/biocontainers/mulled-v2-e5d375990341c5aef3c9aff74f96f66f65375ef6:2cdf6bf1e92acbeb9b2834b1c58754167173a410-0' }" -@@ -11,6 +11,8 @@ - tuple val(meta), path(reads) - tuple val(meta2), path(index) - val sort_bam -+ val sequence_type -+ val lengths - - output: - tuple val(meta), path("*.bam"), emit: bam -@@ -20,28 +22,58 @@ - task.ext.when == null || task.ext.when - - script: -- def args = task.ext.args ?: '' -- def args2 = task.ext.args2 ?: '' -- def prefix = task.ext.prefix ?: "${meta.id}" -- def samtools_command = sort_bam ? 'sort' : 'view' -- """ -- INDEX=`find -L ./ -name "*.amb" | sed 's/\\.amb\$//'` -+ def args = task.ext.args ?: '' -+ def args2 = task.ext.args2 ?: '' -+ def args3 = task.ext.args3 ?: '' -+ def prefix = task.ext.prefix ?: "${meta.id}" -+ if (sequence_type == 'PE' && params.method == 'denovo') { -+ """ -+ INDEX=`find -L ./ -name "*.amb" | sed 's/\\.amb\$//'` -+ -+ echo "${lengths.join("\n")}" > lengths.txt -+ MLEN=\$(awk '{ print length() | "sort -rn" }' lengths.txt | head -1) -+ INSERT=\$(( \$MLEN * 2 )) -+ INSERTH=\$(( \$INSERT + 100 )) -+ INSERTL=\$(( \$INSERT - 100 )) -+ SD=\$(( \$INSERT / 5 )) -+ -+ bwa-mem2 \\ -+ mem \\ -+ $args \\ -+ -I \$INSERT,\$SD,\$INSERTH,\$INSERTL \\ -+ -R "@RG\\tID:${prefix}\\tSM:${prefix}\\tPL:Illumina" \\ -+ -t $task.cpus \\ -+ \$INDEX \\ -+ $reads \\ -+ | samtools view $args2 \\ -+ | samtools sort $args3 --threads $task.cpus -o ${prefix}.bam - -+ -+cat <<-END_VERSIONS > versions.yml -+"${task.process}": -+ bwamem2: \$(echo \$(bwa-mem2 version 2>&1) | sed 's/.* //') -+ samtools: \$(echo \$(samtools --version 2>&1) | sed 's/^.*samtools //; s/Using.*\$//') -+END_VERSIONS -+ """ -+ } else { -+ """ -+ INDEX=`find -L ./ -name "*.amb" | sed 's/\\.amb\$//'` -+ bwa-mem2 \\ -+ mem \\ -+ $args \\ -+ -R "@RG\\tID:${prefix}\\tSM:${prefix}\\tPL:Illumina" \\ -+ -t $task.cpus \\ -+ \$INDEX \\ -+ $reads \\ -+ | samtools view $args2 \\ -+ | samtools sort $args3 --threads $task.cpus -o ${prefix}.bam - - -- bwa-mem2 \\ -- mem \\ -- $args \\ -- -t $task.cpus \\ -- \$INDEX \\ -- $reads \\ -- | samtools $samtools_command $args2 -@ $task.cpus -o ${prefix}.bam - -- -- cat <<-END_VERSIONS > versions.yml -- "${task.process}": -- bwamem2: \$(echo \$(bwa-mem2 version 2>&1) | sed 's/.* //') -- samtools: \$(echo \$(samtools --version 2>&1) | sed 's/^.*samtools //; s/Using.*\$//') -- END_VERSIONS -- """ -- -+cat <<-END_VERSIONS > versions.yml -+"${task.process}": -+ bwamem2: \$(echo \$(bwa-mem2 version 2>&1) | sed 's/.* //') -+ samtools: \$(echo \$(samtools --version 2>&1) | sed 's/^.*samtools //; s/Using.*\$//') -+END_VERSIONS -+ """ -+ } - stub: - def prefix = task.ext.prefix ?: "${meta.id}" - """ -@@ -52,4 +84,4 @@ - samtools: \$(echo \$(samtools --version 2>&1) | sed 's/^.*samtools //; s/Using.*\$//') - END_VERSIONS - """ --} -+} -************************************************************ diff --git a/modules/nf-core/bwamem2/mem/main.nf b/modules/nf-core/bwamem2/mem/main.nf deleted file mode 100644 index 135be74..0000000 --- a/modules/nf-core/bwamem2/mem/main.nf +++ /dev/null @@ -1,87 +0,0 @@ -process BWAMEM2_MEM { - tag "$meta.id" - label 'process_high' - - conda (params.enable_conda ? "bioconda::bwa-mem2=2.2.1 bioconda::samtools=1.16.1" : null) - container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ? - 'https://depot.galaxyproject.org/singularity/mulled-v2-e5d375990341c5aef3c9aff74f96f66f65375ef6:2cdf6bf1e92acbeb9b2834b1c58754167173a410-0' : - 'quay.io/biocontainers/mulled-v2-e5d375990341c5aef3c9aff74f96f66f65375ef6:2cdf6bf1e92acbeb9b2834b1c58754167173a410-0' }" - - input: - tuple val(meta), path(reads) - tuple val(meta2), path(index) - val sort_bam - val sequence_type - val lengths - - output: - tuple val(meta), path("*.bam"), emit: bam - path "versions.yml" , emit: versions - - when: - task.ext.when == null || task.ext.when - - script: - def args = task.ext.args ?: '' - def args2 = task.ext.args2 ?: '' - def args3 = task.ext.args3 ?: '' - def prefix = task.ext.prefix ?: "${meta.id}" - if (sequence_type == 'PE' && params.method == 'denovo') { - """ - INDEX=`find -L ./ -name "*.amb" | sed 's/\\.amb\$//'` - - echo "${lengths.join("\n")}" > lengths.txt - MLEN=\$(awk '{ print length() | "sort -rn" }' lengths.txt | head -1) - INSERT=\$(( \$MLEN * 2 )) - INSERTH=\$(( \$INSERT + 100 )) - INSERTL=\$(( \$INSERT - 100 )) - SD=\$(( \$INSERT / 5 )) - - bwa-mem2 \\ - mem \\ - $args \\ - -I \$INSERT,\$SD,\$INSERTH,\$INSERTL \\ - -R "@RG\\tID:${prefix}\\tSM:${prefix}\\tPL:Illumina" \\ - -t $task.cpus \\ - \$INDEX \\ - $reads \\ - | samtools view $args2 \\ - | samtools sort $args3 --threads $task.cpus -o ${prefix}.bam - - -cat <<-END_VERSIONS > versions.yml -"${task.process}": - bwamem2: \$(echo \$(bwa-mem2 version 2>&1) | sed 's/.* //') - samtools: \$(echo \$(samtools --version 2>&1) | sed 's/^.*samtools //; s/Using.*\$//') -END_VERSIONS - """ - } else { - """ - INDEX=`find -L ./ -name "*.amb" | sed 's/\\.amb\$//'` - bwa-mem2 \\ - mem \\ - $args \\ - -R "@RG\\tID:${prefix}\\tSM:${prefix}\\tPL:Illumina" \\ - -t $task.cpus \\ - \$INDEX \\ - $reads \\ - | samtools view $args2 \\ - | samtools sort $args3 --threads $task.cpus -o ${prefix}.bam - - -cat <<-END_VERSIONS > versions.yml -"${task.process}": - bwamem2: \$(echo \$(bwa-mem2 version 2>&1) | sed 's/.* //') - samtools: \$(echo \$(samtools --version 2>&1) | sed 's/^.*samtools //; s/Using.*\$//') -END_VERSIONS - """ - } - stub: - def prefix = task.ext.prefix ?: "${meta.id}" - """ - touch ${prefix}.bam - cat <<-END_VERSIONS > versions.yml - "${task.process}": - bwamem2: \$(echo \$(bwa-mem2 version 2>&1) | sed 's/.* //') - samtools: \$(echo \$(samtools --version 2>&1) | sed 's/^.*samtools //; s/Using.*\$//') - END_VERSIONS - """ -} \ No newline at end of file diff --git a/modules/nf-core/bwamem2/mem/meta.yml b/modules/nf-core/bwamem2/mem/meta.yml deleted file mode 100644 index a465551..0000000 --- a/modules/nf-core/bwamem2/mem/meta.yml +++ /dev/null @@ -1,54 +0,0 @@ -name: bwamem2_mem -description: Performs fastq alignment to a fasta reference using BWA -keywords: - - mem - - bwa - - alignment - - map - - fastq - - bam - - sam -tools: - - bwa: - description: | - BWA-mem2 is a software package for mapping DNA sequences against - a large reference genome, such as the human genome. - homepage: https://github.com/bwa-mem2/bwa-mem2 - documentation: http://www.htslib.org/doc/samtools.html - arxiv: arXiv:1303.3997 - licence: ["MIT"] -input: - - meta: - type: map - description: | - Groovy Map containing sample information - e.g. [ id:'test', single_end:false ] - - reads: - type: file - description: | - List of input FastQ files of size 1 and 2 for single-end and paired-end data, - respectively. - - index: - type: file - description: BWA genome index files - pattern: "Directory containing BWA index *.{0132,amb,ann,bwt.2bit.64,pac}" - - sort_bam: - type: boolean - description: use samtools sort (true) or samtools view (false) - pattern: "true or false" -output: - - meta: - type: map - description: | - Groovy Map containing sample information - e.g. [ id:'test', single_end:false ] - - bam: - type: file - description: Output BAM file containing read alignments - pattern: "*.{bam}" - - versions: - type: file - description: File containing software versions - pattern: "versions.yml" -authors: - - "@maxulysse" diff --git a/modules/nf-core/cdhit/cdhit/cdhit-cdhit.diff b/modules/nf-core/cdhit/cdhit/cdhit-cdhit.diff deleted file mode 100644 index 5111f39..0000000 --- a/modules/nf-core/cdhit/cdhit/cdhit-cdhit.diff +++ /dev/null @@ -1,92 +0,0 @@ -Changes in module 'nf-core/cdhit/cdhit' ---- modules/nf-core/cdhit/cdhit/main.nf -+++ modules/nf-core/cdhit/cdhit/main.nf -@@ -1,36 +1,65 @@ --process CDHIT_CDHIT { -+process CDHIT { - tag "$meta.id" -- label 'process_medium' -+ label 'process_high' - -- conda "bioconda::cd-hit=4.8.1" -+ conda (params.enable_conda ? 'bioconda::cd-hit=4.8.1' : null) - container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ? -- 'https://depot.galaxyproject.org/singularity/cd-hit%3A4.8.1--h5b5514e_7': -- 'quay.io/biocontainers/cd-hit:4.8.1--h5b5514e_7' }" -+ 'https://depot.galaxyproject.org/singularity/cd-hit:4.8.1--hdbcaa40_0' : -+ 'quay.io/biocontainers/cd-hit:4.8.1--hdbcaa40_0' }" - - input: -- tuple val(meta), path(sequences) -+ tuple val (meta), path (fasta) // [[:], forward reads] -+ tuple val (meta2), path (totaluniqseq) -+ val type - - output: -- tuple val(meta), path("*.fasta") ,emit: fasta -- tuple val(meta), path("*.clstr") ,emit: clusters -- path "versions.yml" ,emit: versions -+ tuple val (meta), path ("*.clstr") , emit: cdhit_cluster -+ tuple val (meta), path ("uniq.F.fasta") , emit: forward_uniq -+ path 'versions.yml' , emit: versions - - when: - task.ext.when == null || task.ext.when - - script: -+ def prefix = task.ext.prefix ?: "${meta.id}" - def args = task.ext.args ?: '' -- def prefix = task.ext.prefix ?: "${meta.id}" -- """ -- cd-hit \\ -- -i $sequences \\ -- -o ${prefix}.fasta \\ -- -M $task.memory.mega \\ -- -T $task.cpus -+ if (type == 'PE') { -+ """ -+ sed -e 's/NNNNNNNNNN/ /g' ${fasta} | cut -f1 > uniq.F.fasta -+ -+ cd-hit-est \\ -+ -i uniq.F.fasta \\ -+ -o ${prefix} \\ -+ -M ${task.memory.mega} \\ -+ -T ${task.cpus} \\ -+ ${args} - -- cat <<-END_VERSIONS > versions.yml -- "${task.process}": -- cdhit: \$(cd-hit -h | head -n 1 | sed 's/^.*====== CD-HIT version //;s/ (built on .*) ======//' ) -- END_VERSIONS -- """ --} -+ cat <<-END_VERSIONS > versions.yml -+ "${task.process}": -+ cdhit: \$(cd-hit -h | head -n 1 | sed 's/^.*====== CD-HIT version //;s/ (built on .*) ======//' ) -+ END_VERSIONS -+ """ -+ } else { -+ // with random end assembly versions totaluniqseq is based only on the forward reads -+ // uniq reduces down the dataset -+ // Gets rid of any reduncy -+ // cluster ids might match more than 1 reads -+ // Random Shearing -+ """ -+ sed -e 's/NNNNNNNNNN/ /g' ${totaluniqseq} | cut -f1 | sort | \\ -+ uniq | \\ -+ awk '{c= c + 1; print ">dDocent_Contig_" c "\\n" \$1}' > uniq.F.fasta -+ -+ cd-hit-est -i uniq.F.fasta \\ -+ -o ${prefix} \\ -+ -M ${task.memory.mega} \\ -+ -T ${task.cpus} \\ -+ ${args} -+ -+ cat <<-END_VERSIONS > versions.yml -+ "${task.process}": -+ cdhit: \$(cd-hit -h | head -n 1 | sed 's/^.*====== CD-HIT version //;s/ (built on .*) ======//' ) -+ END_VERSIONS -+ """ -+ } -+} -************************************************************ diff --git a/modules/nf-core/cdhit/cdhit/main.nf b/modules/nf-core/cdhit/cdhit/main.nf deleted file mode 100644 index 31b20fe..0000000 --- a/modules/nf-core/cdhit/cdhit/main.nf +++ /dev/null @@ -1,65 +0,0 @@ -process CDHIT { - tag "$meta.id" - label 'process_high' - - conda (params.enable_conda ? 'bioconda::cd-hit=4.8.1' : null) - container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ? - 'https://depot.galaxyproject.org/singularity/cd-hit:4.8.1--hdbcaa40_0' : - 'quay.io/biocontainers/cd-hit:4.8.1--hdbcaa40_0' }" - - input: - tuple val (meta), path (fasta) // [[:], forward reads] - tuple val (meta2), path (totaluniqseq) - val type - - output: - tuple val (meta), path ("*.clstr") , emit: cdhit_cluster - tuple val (meta), path ("uniq.F.fasta") , emit: forward_uniq - path 'versions.yml' , emit: versions - - when: - task.ext.when == null || task.ext.when - - script: - def prefix = task.ext.prefix ?: "${meta.id}" - def args = task.ext.args ?: '' - if (type == 'PE') { - """ - sed -e 's/NNNNNNNNNN/ /g' ${fasta} | cut -f1 > uniq.F.fasta - - cd-hit-est \\ - -i uniq.F.fasta \\ - -o ${prefix} \\ - -M ${task.memory.mega} \\ - -T ${task.cpus} \\ - ${args} - - cat <<-END_VERSIONS > versions.yml - "${task.process}": - cdhit: \$(cd-hit -h | head -n 1 | sed 's/^.*====== CD-HIT version //;s/ (built on .*) ======//' ) - END_VERSIONS - """ - } else { - // with random end assembly versions totaluniqseq is based only on the forward reads - // uniq reduces down the dataset - // Gets rid of any reduncy - // cluster ids might match more than 1 reads - // Random Shearing - """ - sed -e 's/NNNNNNNNNN/ /g' ${totaluniqseq} | cut -f1 | sort | \\ - uniq | \\ - awk '{c= c + 1; print ">dDocent_Contig_" c "\\n" \$1}' > uniq.F.fasta - - cd-hit-est -i uniq.F.fasta \\ - -o ${prefix} \\ - -M ${task.memory.mega} \\ - -T ${task.cpus} \\ - ${args} - - cat <<-END_VERSIONS > versions.yml - "${task.process}": - cdhit: \$(cd-hit -h | head -n 1 | sed 's/^.*====== CD-HIT version //;s/ (built on .*) ======//' ) - END_VERSIONS - """ - } -} \ No newline at end of file diff --git a/modules/nf-core/cdhit/cdhit/meta.yml b/modules/nf-core/cdhit/cdhit/meta.yml deleted file mode 100644 index ae4c8eb..0000000 --- a/modules/nf-core/cdhit/cdhit/meta.yml +++ /dev/null @@ -1,48 +0,0 @@ -name: "cdhit_cdhit" -description: Cluster protein sequences using sequence similarity -keywords: - - cluster - - protein - - alignment - - fasta -tools: - - "cdhit": - description: "Clusters and compares protein or nucleotide sequences" - homepage: "https://sites.google.com/view/cd-hit/home" - documentation: "https://github.com/weizhongli/cdhit/wiki" - tool_dev_url: "https://github.com/weizhongli/cdhit" - doi: "10.1093/bioinformatics/btl158" - licence: "['GPL v2']" - -input: - - meta: - type: map - description: | - Groovy Map containing sample information - e.g. [ id:'test', single_end:false ] - - sequences: - type: file - description: fasta file of sequences to be clustered - pattern: "*.{fa,fasta}" - -output: - - meta: - type: map - description: | - Groovy Map containing sample information - e.g. [ id:'test', single_end:false ] - - versions: - type: file - description: File containing software versions - pattern: "versions.yml" - - fasta: - type: file - description: fasta file of the representative sequences for each cluster - pattern: "*.{fasta}" - - clusters: - type: file - description: List of clusters - pattern: "*.{clstr}" - -authors: - - "@timslittle" diff --git a/modules/nf-core/custom/dumpsoftwareversions/main.nf b/modules/nf-core/custom/dumpsoftwareversions/main.nf index 3df2176..800a609 100644 --- a/modules/nf-core/custom/dumpsoftwareversions/main.nf +++ b/modules/nf-core/custom/dumpsoftwareversions/main.nf @@ -2,10 +2,10 @@ process CUSTOM_DUMPSOFTWAREVERSIONS { label 'process_single' // Requires `pyyaml` which does not have a dedicated container but is in the MultiQC container - conda "bioconda::multiqc=1.13" + conda "bioconda::multiqc=1.14" container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ? - 'https://depot.galaxyproject.org/singularity/multiqc:1.13--pyhdfd78af_0' : - 'quay.io/biocontainers/multiqc:1.13--pyhdfd78af_0' }" + 'https://depot.galaxyproject.org/singularity/multiqc:1.14--pyhdfd78af_0' : + 'quay.io/biocontainers/multiqc:1.14--pyhdfd78af_0' }" input: path versions diff --git a/modules/nf-core/custom/dumpsoftwareversions/meta.yml b/modules/nf-core/custom/dumpsoftwareversions/meta.yml index 60b546a..c32657d 100644 --- a/modules/nf-core/custom/dumpsoftwareversions/meta.yml +++ b/modules/nf-core/custom/dumpsoftwareversions/meta.yml @@ -1,7 +1,9 @@ +# yaml-language-server: $schema=https://raw.githubusercontent.com/nf-core/modules/master/modules/yaml-schema.json name: custom_dumpsoftwareversions description: Custom module used to dump software versions within the nf-core pipeline template keywords: - custom + - dump - version tools: - custom: diff --git a/modules/nf-core/custom/dumpsoftwareversions/templates/dumpsoftwareversions.py b/modules/nf-core/custom/dumpsoftwareversions/templates/dumpsoftwareversions.py index da03340..e55b8d4 100755 --- a/modules/nf-core/custom/dumpsoftwareversions/templates/dumpsoftwareversions.py +++ b/modules/nf-core/custom/dumpsoftwareversions/templates/dumpsoftwareversions.py @@ -4,10 +4,11 @@ """Provide functions to merge multiple versions.yml files.""" -import yaml import platform from textwrap import dedent +import yaml + def _make_versions_html(versions): """Generate a tabular HTML output of all versions for MultiQC.""" diff --git a/modules/nf-core/fastp/fastp.diff b/modules/nf-core/fastp/fastp.diff deleted file mode 100644 index 7763642..0000000 --- a/modules/nf-core/fastp/fastp.diff +++ /dev/null @@ -1,230 +0,0 @@ -Changes in module 'nf-core/fastp' ---- modules/nf-core/fastp/main.nf -+++ modules/nf-core/fastp/main.nf -@@ -2,16 +2,17 @@ - tag "$meta.id" - label 'process_medium' - -- conda "bioconda::fastp=0.23.2" -+ conda (params.enable_conda ? 'bioconda::fastp=0.23.2' : null) - container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ? - 'https://depot.galaxyproject.org/singularity/fastp:0.23.2--h79da9fb_0' : - 'quay.io/biocontainers/fastp:0.23.2--h79da9fb_0' }" - - input: - tuple val(meta), path(reads) -- path adapter_fasta -+ tuple val(meta2), path(uniq_full_fasta) - val save_trimmed_fail - val save_merged -+ val denovo_construction - - output: - tuple val(meta), path('*.fastp.fastq.gz') , optional:true, emit: reads -@@ -21,6 +22,9 @@ - path "versions.yml" , emit: versions - tuple val(meta), path('*.fail.fastq.gz') , optional:true, emit: reads_fail - tuple val(meta), path('*.merged.fastq.gz'), optional:true, emit: reads_merged -+ tuple val(meta), path('*.uniq.fasta') , optional:true, emit: fasta -+ tuple val(meta), path('*.totaluniqseq') , optional:true, emit: totaluniqseq -+ //stdout emit: tosystem - - when: - task.ext.when == null || task.ext.when -@@ -28,35 +32,89 @@ - script: - def args = task.ext.args ?: '' - def prefix = task.ext.prefix ?: "${meta.id}" -- def adapter_list = adapter_fasta ? "--adapter_fasta ${adapter_fasta}" : "" - def fail_fastq = save_trimmed_fail && meta.single_end ? "--failed_out ${prefix}.fail.fastq.gz" : save_trimmed_fail && !meta.single_end ? "--unpaired1 ${prefix}_1.fail.fastq.gz --unpaired2 ${prefix}_2.fail.fastq.gz" : '' -+ def umi_barcodes = "${meta.umi_barcodes}" ?: '' - // Added soft-links to original fastqs for consistent naming in MultiQC - // Use single ended for interleaved. Add --interleaved_in in config. - if ( task.ext.args?.contains('--interleaved_in') ) { - """ - [ ! -f ${prefix}.fastq.gz ] && ln -sf $reads ${prefix}.fastq.gz -- - fastp \\ - --stdout \\ - --in1 ${prefix}.fastq.gz \\ - --thread $task.cpus \\ - --json ${prefix}.fastp.json \\ - --html ${prefix}.fastp.html \\ -- $adapter_list \\ - $fail_fastq \\ - $args \\ - 2> ${prefix}.fastp.log \\ - | gzip -c > ${prefix}.fastp.fastq.gz -- -- cat <<-END_VERSIONS > versions.yml -- "${task.process}": -- fastp: \$(fastp --version 2>&1 | sed -e "s/fastp //g") -- END_VERSIONS -- """ -+ cat <<-END_VERSIONS > versions.yml -+ "${task.process}": -+ fastp: \$(fastp --version 2>&1 | sed -e "s/fastp //g") -+ END_VERSIONS -+ """ -+ } else if (denovo_construction && meta.single_end) { -+ """ -+ MaxLen="\$(awk '!/>/' ${uniq_full_fasta} | \\ -+ awk '(NR==1||length fastp.log -+ -+ # Fastq back to Fasta -+ gunzip ${prefix}.fastp.fastq.gz -+ awk 'BEGIN{P=1}{if(P==1||P==2){gsub(/^[@]/,">");print}; if(P==4)P=0; P++}' ${prefix}.fastp.fastq | \\ -+ paste - - | \\ -+ sort -k1,1 -V | \\ -+ tr "\\t" "\\n" > ${prefix}.uniq.fasta -+ -+ awk '!/>/' ${prefix}.uniq.fasta > ${prefix}.totaluniqseq -+ -+ cat <<-END_VERSIONS > versions.yml -+ "${task.process}": -+ fastp: \$(fastp --version 2>&1 | sed -e "s/fastp //g") -+ BusyBox: \$(busybox | sed -n -E 's/.*v([[:digit:].]+)\\s\\(.*/\\1/p') -+ END_VERSIONS -+ """ -+ } else if (denovo_construction && !meta.single_end) { -+ """ -+ MaxLen="\$(awk '!/>/' ${uniq_full_fasta} | \\ -+ awk '(NR==1||length fastp.log -+ -+ # Fastq back to Fasta -+ gunzip ${prefix}.fastp.fastq.gz -+ awk 'BEGIN{P=1}{if(P==1||P==2){gsub(/^[@]/,">");print}; if(P==4)P=0; P++}' ${prefix}.fastp.fastq | \\ -+ paste - - | \\ -+ sort -k1,1 -V | \\ -+ tr "\\t" "\\n" > ${prefix}.uniq.fasta -+ -+ awk '!/>/' ${prefix}.uniq.fasta > ${prefix}.totaluniqseq -+ -+ cat <<-END_VERSIONS > versions.yml -+ "${task.process}": -+ fastp: \$(fastp --version 2>&1 | sed -e "s/fastp //g") -+ BusyBox: \$(busybox | sed -n -E 's/.*v([[:digit:].]+)\\s\\(.*/\\1/p') -+ END_VERSIONS -+ """ - } else if (meta.single_end) { - """ -- [ ! -f ${prefix}.fastq.gz ] && ln -sf $reads ${prefix}.fastq.gz -- -+ [ ! -f ${prefix}.fastq.gz ] && ln -sf ${reads} ${prefix}.fastq.gz - fastp \\ - --stdout \\ - --in1 ${prefix}.fastq.gz \\ -@@ -64,18 +122,17 @@ - --thread $task.cpus \\ - --json ${prefix}.fastp.json \\ - --html ${prefix}.fastp.html \\ -- $adapter_list \\ -- $fail_fastq \\ -- $args \\ -- 2> ${prefix}.fastp.log -- -- cat <<-END_VERSIONS > versions.yml -- "${task.process}": -- fastp: \$(fastp --version 2>&1 | sed -e "s/fastp //g") -- END_VERSIONS -- """ -- } else { -+ $fail_fastq \\ -+ $args \\ -+ 2> ${prefix}.fastp.log -+ cat <<-END_VERSIONS > versions.yml -+ "${task.process}": -+ fastp: \$(fastp --version 2>&1 | sed -e "s/fastp //g") -+ END_VERSIONS -+ """ -+ } else if (!meta.single_end && meta.umi_barcodes) { - def merge_fastq = save_merged ? "-m --merged_out ${prefix}.merged.fastq.gz" : '' -+ def umi_args = task.ext.umi_args ?: '' - """ - [ ! -f ${prefix}_1.fastq.gz ] && ln -sf ${reads[0]} ${prefix}_1.fastq.gz - [ ! -f ${prefix}_2.fastq.gz ] && ln -sf ${reads[1]} ${prefix}_2.fastq.gz -@@ -86,14 +143,54 @@ - --out2 ${prefix}_2.fastp.fastq.gz \\ - --json ${prefix}.fastp.json \\ - --html ${prefix}.fastp.html \\ -- $adapter_list \\ - $fail_fastq \\ - $merge_fastq \\ - --thread $task.cpus \\ -- --detect_adapter_for_pe \\ -- $args \\ -- 2> ${prefix}.fastp.log -- -+ $args \\ -+ $umi_args \\ -+ 2> ${prefix}.fastp.log -+ cat <<-END_VERSIONS > versions.yml -+ "${task.process}": -+ fastp: \$(fastp --version 2>&1 | sed -e "s/fastp //g") -+ END_VERSIONS -+ """ -+ } else if (meta.single_end && meta.umi_barcodes) { -+ def umi_args = task.ext.umi_args ?: '' -+ """ -+ [ ! -f ${prefix}.fastq.gz ] && ln -sf $reads ${prefix}.fastq.gz -+ fastp \\ -+ --stdout \\ -+ --in1 ${prefix}.fastq.gz \\ -+ --out1 ${prefix}.fastp.fastq.gz \\ -+ --thread $task.cpus \\ -+ --json ${prefix}.fastp.json \\ -+ --html ${prefix}.fastp.html \\ -+ $fail_fastq \\ -+ $umi_args \\ -+ $args \\ -+ 2> ${prefix}.fastp.log -+ cat <<-END_VERSIONS > versions.yml -+ "${task.process}": -+ fastp: \$(fastp --version 2>&1 | sed -e "s/fastp //g") -+ END_VERSIONS -+ """ -+ } else { -+ def merge_fastq = save_merged ? "-m --merged_out ${prefix}.merged.fastq.gz" : '' -+ """ -+ [ ! -f ${prefix}_1.fastq.gz ] && ln -sf ${reads[0]} ${prefix}_1.fastq.gz -+ [ ! -f ${prefix}_2.fastq.gz ] && ln -sf ${reads[1]} ${prefix}_2.fastq.gz -+ fastp \\ -+ --in1 ${prefix}_1.fastq.gz \\ -+ --in2 ${prefix}_2.fastq.gz \\ -+ --out1 ${prefix}_1.fastp.fastq.gz \\ -+ --out2 ${prefix}_2.fastp.fastq.gz \\ -+ --json ${prefix}.fastp.json \\ -+ --html ${prefix}.fastp.html \\ -+ $fail_fastq \\ -+ $merge_fastq \\ -+ --thread $task.cpus \\ -+ $args \\ -+ 2> ${prefix}.fastp.log - cat <<-END_VERSIONS > versions.yml - "${task.process}": - fastp: \$(fastp --version 2>&1 | sed -e "s/fastp //g") -@@ -101,3 +198,4 @@ - """ - } - } -+ - -************************************************************ diff --git a/modules/nf-core/fastp/main.nf b/modules/nf-core/fastp/main.nf deleted file mode 100644 index 6e9f2e0..0000000 --- a/modules/nf-core/fastp/main.nf +++ /dev/null @@ -1,201 +0,0 @@ -process FASTP { - tag "$meta.id" - label 'process_medium' - - conda (params.enable_conda ? 'bioconda::fastp=0.23.2' : null) - container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ? - 'https://depot.galaxyproject.org/singularity/fastp:0.23.2--h79da9fb_0' : - 'quay.io/biocontainers/fastp:0.23.2--h79da9fb_0' }" - - input: - tuple val(meta), path(reads) - tuple val(meta2), path(uniq_full_fasta) - val save_trimmed_fail - val save_merged - val denovo_construction - - output: - tuple val(meta), path('*.fastp.fastq.gz') , optional:true, emit: reads - tuple val(meta), path('*.json') , emit: json - tuple val(meta), path('*.html') , emit: html - tuple val(meta), path('*.log') , emit: log - path "versions.yml" , emit: versions - tuple val(meta), path('*.fail.fastq.gz') , optional:true, emit: reads_fail - tuple val(meta), path('*.merged.fastq.gz'), optional:true, emit: reads_merged - tuple val(meta), path('*.uniq.fasta') , optional:true, emit: fasta - tuple val(meta), path('*.totaluniqseq') , optional:true, emit: totaluniqseq - //stdout emit: tosystem - - when: - task.ext.when == null || task.ext.when - - script: - def args = task.ext.args ?: '' - def prefix = task.ext.prefix ?: "${meta.id}" - def fail_fastq = save_trimmed_fail && meta.single_end ? "--failed_out ${prefix}.fail.fastq.gz" : save_trimmed_fail && !meta.single_end ? "--unpaired1 ${prefix}_1.fail.fastq.gz --unpaired2 ${prefix}_2.fail.fastq.gz" : '' - def umi_barcodes = "${meta.umi_barcodes}" ?: '' - // Added soft-links to original fastqs for consistent naming in MultiQC - // Use single ended for interleaved. Add --interleaved_in in config. - if ( task.ext.args?.contains('--interleaved_in') ) { - """ - [ ! -f ${prefix}.fastq.gz ] && ln -sf $reads ${prefix}.fastq.gz - fastp \\ - --stdout \\ - --in1 ${prefix}.fastq.gz \\ - --thread $task.cpus \\ - --json ${prefix}.fastp.json \\ - --html ${prefix}.fastp.html \\ - $fail_fastq \\ - $args \\ - 2> ${prefix}.fastp.log \\ - | gzip -c > ${prefix}.fastp.fastq.gz - cat <<-END_VERSIONS > versions.yml - "${task.process}": - fastp: \$(fastp --version 2>&1 | sed -e "s/fastp //g") - END_VERSIONS - """ - } else if (denovo_construction && meta.single_end) { - """ - MaxLen="\$(awk '!/>/' ${uniq_full_fasta} | \\ - awk '(NR==1||length fastp.log - - # Fastq back to Fasta - gunzip ${prefix}.fastp.fastq.gz - awk 'BEGIN{P=1}{if(P==1||P==2){gsub(/^[@]/,">");print}; if(P==4)P=0; P++}' ${prefix}.fastp.fastq | \\ - paste - - | \\ - sort -k1,1 -V | \\ - tr "\\t" "\\n" > ${prefix}.uniq.fasta - - awk '!/>/' ${prefix}.uniq.fasta > ${prefix}.totaluniqseq - - cat <<-END_VERSIONS > versions.yml - "${task.process}": - fastp: \$(fastp --version 2>&1 | sed -e "s/fastp //g") - BusyBox: \$(busybox | sed -n -E 's/.*v([[:digit:].]+)\\s\\(.*/\\1/p') - END_VERSIONS - """ - } else if (denovo_construction && !meta.single_end) { - """ - MaxLen="\$(awk '!/>/' ${uniq_full_fasta} | \\ - awk '(NR==1||length fastp.log - - # Fastq back to Fasta - gunzip ${prefix}.fastp.fastq.gz - awk 'BEGIN{P=1}{if(P==1||P==2){gsub(/^[@]/,">");print}; if(P==4)P=0; P++}' ${prefix}.fastp.fastq | \\ - paste - - | \\ - sort -k1,1 -V | \\ - tr "\\t" "\\n" > ${prefix}.uniq.fasta - - awk '!/>/' ${prefix}.uniq.fasta > ${prefix}.totaluniqseq - - cat <<-END_VERSIONS > versions.yml - "${task.process}": - fastp: \$(fastp --version 2>&1 | sed -e "s/fastp //g") - BusyBox: \$(busybox | sed -n -E 's/.*v([[:digit:].]+)\\s\\(.*/\\1/p') - END_VERSIONS - """ - } else if (meta.single_end) { - """ - [ ! -f ${prefix}.fastq.gz ] && ln -sf ${reads} ${prefix}.fastq.gz - fastp \\ - --stdout \\ - --in1 ${prefix}.fastq.gz \\ - --out1 ${prefix}.fastp.fastq.gz \\ - --thread $task.cpus \\ - --json ${prefix}.fastp.json \\ - --html ${prefix}.fastp.html \\ - $fail_fastq \\ - $args \\ - 2> ${prefix}.fastp.log - cat <<-END_VERSIONS > versions.yml - "${task.process}": - fastp: \$(fastp --version 2>&1 | sed -e "s/fastp //g") - END_VERSIONS - """ - } else if (!meta.single_end && meta.umi_barcodes) { - def merge_fastq = save_merged ? "-m --merged_out ${prefix}.merged.fastq.gz" : '' - def umi_args = task.ext.umi_args ?: '' - """ - [ ! -f ${prefix}_1.fastq.gz ] && ln -sf ${reads[0]} ${prefix}_1.fastq.gz - [ ! -f ${prefix}_2.fastq.gz ] && ln -sf ${reads[1]} ${prefix}_2.fastq.gz - fastp \\ - --in1 ${prefix}_1.fastq.gz \\ - --in2 ${prefix}_2.fastq.gz \\ - --out1 ${prefix}_1.fastp.fastq.gz \\ - --out2 ${prefix}_2.fastp.fastq.gz \\ - --json ${prefix}.fastp.json \\ - --html ${prefix}.fastp.html \\ - $fail_fastq \\ - $merge_fastq \\ - --thread $task.cpus \\ - $args \\ - $umi_args \\ - 2> ${prefix}.fastp.log - cat <<-END_VERSIONS > versions.yml - "${task.process}": - fastp: \$(fastp --version 2>&1 | sed -e "s/fastp //g") - END_VERSIONS - """ - } else if (meta.single_end && meta.umi_barcodes) { - def umi_args = task.ext.umi_args ?: '' - """ - [ ! -f ${prefix}.fastq.gz ] && ln -sf $reads ${prefix}.fastq.gz - fastp \\ - --stdout \\ - --in1 ${prefix}.fastq.gz \\ - --out1 ${prefix}.fastp.fastq.gz \\ - --thread $task.cpus \\ - --json ${prefix}.fastp.json \\ - --html ${prefix}.fastp.html \\ - $fail_fastq \\ - $umi_args \\ - $args \\ - 2> ${prefix}.fastp.log - cat <<-END_VERSIONS > versions.yml - "${task.process}": - fastp: \$(fastp --version 2>&1 | sed -e "s/fastp //g") - END_VERSIONS - """ - } else { - def merge_fastq = save_merged ? "-m --merged_out ${prefix}.merged.fastq.gz" : '' - """ - [ ! -f ${prefix}_1.fastq.gz ] && ln -sf ${reads[0]} ${prefix}_1.fastq.gz - [ ! -f ${prefix}_2.fastq.gz ] && ln -sf ${reads[1]} ${prefix}_2.fastq.gz - fastp \\ - --in1 ${prefix}_1.fastq.gz \\ - --in2 ${prefix}_2.fastq.gz \\ - --out1 ${prefix}_1.fastp.fastq.gz \\ - --out2 ${prefix}_2.fastp.fastq.gz \\ - --json ${prefix}.fastp.json \\ - --html ${prefix}.fastp.html \\ - $fail_fastq \\ - $merge_fastq \\ - --thread $task.cpus \\ - $args \\ - 2> ${prefix}.fastp.log - cat <<-END_VERSIONS > versions.yml - "${task.process}": - fastp: \$(fastp --version 2>&1 | sed -e "s/fastp //g") - END_VERSIONS - """ - } -} - diff --git a/modules/nf-core/fastp/meta.yml b/modules/nf-core/fastp/meta.yml deleted file mode 100644 index 6f6fad7..0000000 --- a/modules/nf-core/fastp/meta.yml +++ /dev/null @@ -1,73 +0,0 @@ -name: fastp -description: Perform adapter/quality trimming on sequencing reads -keywords: - - trimming - - quality control - - fastq -tools: - - fastp: - description: | - A tool designed to provide fast all-in-one preprocessing for FastQ files. This tool is developed in C++ with multithreading supported to afford high performance. - documentation: https://github.com/OpenGene/fastp - doi: https://doi.org/10.1093/bioinformatics/bty560 - licence: ["MIT"] -input: - - meta: - type: map - description: | - Groovy Map containing sample information. Use 'single_end: true' to specify single ended or interleaved FASTQs. Use 'single_end: false' for paired-end reads. - e.g. [ id:'test', single_end:false ] - - reads: - type: file - description: | - List of input FastQ files of size 1 and 2 for single-end and paired-end data, - respectively. If you wish to run interleaved paired-end data, supply as single-end data - but with `--interleaved_in` in your `modules.conf`'s `ext.args` for the module. - - adapter_fasta: - type: file - description: File in FASTA format containing possible adapters to remove. - pattern: "*.{fasta,fna,fas,fa}" - - save_trimmed_fail: - type: boolean - description: Specify true to save files that failed to pass trimming thresholds ending in `*.fail.fastq.gz` - - save_merged: - type: boolean - description: Specify true to save all merged reads to the a file ending in `*.merged.fastq.gz` - -output: - - meta: - type: map - description: | - Groovy Map containing sample information - e.g. [ id:'test', single_end:false ] - - reads: - type: file - description: The trimmed/modified/unmerged fastq reads - pattern: "*fastp.fastq.gz" - - json: - type: file - description: Results in JSON format - pattern: "*.json" - - html: - type: file - description: Results in HTML format - pattern: "*.html" - - log: - type: file - description: fastq log file - pattern: "*.log" - - versions: - type: file - description: File containing software versions - pattern: "versions.yml" - - reads_fail: - type: file - description: Reads the failed the preprocessing - pattern: "*fail.fastq.gz" - - reads_merged: - type: file - description: Reads that were successfully merged - pattern: "*.{merged.fastq.gz}" -authors: - - "@drpatelh" - - "@kevinmenden" diff --git a/modules/nf-core/freebayes/freebayes.diff b/modules/nf-core/freebayes/freebayes.diff deleted file mode 100644 index 80a22bd..0000000 --- a/modules/nf-core/freebayes/freebayes.diff +++ /dev/null @@ -1,56 +0,0 @@ -Changes in module 'nf-core/freebayes' ---- modules/nf-core/freebayes/main.nf -+++ modules/nf-core/freebayes/main.nf -@@ -1,14 +1,15 @@ - process FREEBAYES { - tag "$meta.id" -- label 'process_single' -+ label 'process_medium' - -- conda "bioconda::freebayes=1.3.6" -+ conda (params.enable_conda ? "bioconda::freebayes=1.3.5" : null) - container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ? -- 'https://depot.galaxyproject.org/singularity/freebayes:1.3.6--hbfe0e7f_2' : -- 'quay.io/biocontainers/freebayes:1.3.6--hbfe0e7f_2' }" -+ 'https://depot.galaxyproject.org/singularity/freebayes:1.3.5--py38ha193a2f_3' : -+ 'quay.io/biocontainers/freebayes:1.3.5--py38ha193a2f_3' }" - - input: -- tuple val(meta), path(input_1), path(input_1_index), path(input_2), path(input_2_index), path(target_bed) -+ tuple val(meta), path(bam), path(bai), path(target_bed) -+ val targets_file - path fasta - path fasta_fai - path samples -@@ -25,12 +26,11 @@ - script: - def args = task.ext.args ?: '' - def prefix = task.ext.prefix ?: "${meta.id}" -- def input = input_2 ? "${input_1} ${input_2}" : "${input_1}" - def targets_file = target_bed ? "--target ${target_bed}" : "" - def samples_file = samples ? "--samples ${samples}" : "" - def populations_file = populations ? "--populations ${populations}" : "" - def cnv_file = cnv ? "--cnv-map ${cnv}" : "" -- -+ def interval = meta.interval ? '_' + meta.interval : '' - """ - freebayes \\ - -f $fasta \\ -@@ -39,13 +39,11 @@ - $populations_file \\ - $cnv_file \\ - $args \\ -- $input > ${prefix}.vcf -- -- bgzip ${prefix}.vcf -- -+ $bam | \\ -+ bgzip -c > ${prefix}${interval}.vcf.gz - cat <<-END_VERSIONS > versions.yml - "${task.process}": - freebayes: \$(echo \$(freebayes --version 2>&1) | sed 's/version:\s*v//g' ) - END_VERSIONS - """ --} -+} -************************************************************ diff --git a/modules/nf-core/freebayes/main.nf b/modules/nf-core/freebayes/main.nf deleted file mode 100644 index 3310d97..0000000 --- a/modules/nf-core/freebayes/main.nf +++ /dev/null @@ -1,49 +0,0 @@ -process FREEBAYES { - tag "$meta.id" - label 'process_medium' - - conda (params.enable_conda ? "bioconda::freebayes=1.3.5" : null) - container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ? - 'https://depot.galaxyproject.org/singularity/freebayes:1.3.5--py38ha193a2f_3' : - 'quay.io/biocontainers/freebayes:1.3.5--py38ha193a2f_3' }" - - input: - tuple val(meta), path(bam), path(bai), path(target_bed) - val targets_file - path fasta - path fasta_fai - path samples - path populations - path cnv - - output: - tuple val(meta), path("*.vcf.gz"), emit: vcf - path "versions.yml" , emit: versions - - when: - task.ext.when == null || task.ext.when - - script: - def args = task.ext.args ?: '' - def prefix = task.ext.prefix ?: "${meta.id}" - def targets_file = target_bed ? "--target ${target_bed}" : "" - def samples_file = samples ? "--samples ${samples}" : "" - def populations_file = populations ? "--populations ${populations}" : "" - def cnv_file = cnv ? "--cnv-map ${cnv}" : "" - def interval = meta.interval ? '_' + meta.interval : '' - """ - freebayes \\ - -f $fasta \\ - $targets_file \\ - $samples_file \\ - $populations_file \\ - $cnv_file \\ - $args \\ - $bam | \\ - bgzip -c > ${prefix}${interval}.vcf.gz - cat <<-END_VERSIONS > versions.yml - "${task.process}": - freebayes: \$(echo \$(freebayes --version 2>&1) | sed 's/version:\s*v//g' ) - END_VERSIONS - """ -} \ No newline at end of file diff --git a/modules/nf-core/freebayes/meta.yml b/modules/nf-core/freebayes/meta.yml deleted file mode 100644 index cbbd297..0000000 --- a/modules/nf-core/freebayes/meta.yml +++ /dev/null @@ -1,82 +0,0 @@ -name: freebayes -description: A haplotype-based variant detector -keywords: - - variant caller - - SNP - - genotyping - - somatic variant calling - - germline variant calling - - bacterial variant calling - - bayesian - -tools: - - freebayes: - description: Bayesian haplotype-based polymorphism discovery and genotyping - homepage: https://github.com/freebayes/freebayes - documentation: https://github.com/freebayes/freebayes - tool_dev_url: https://github.com/freebayes/freebayes - doi: "arXiv:1207.3907" - licence: ["MIT"] - -input: - - meta: - type: map - description: | - Groovy Map containing sample information - e.g. [ id:'test', single_end:false ] - - input: - type: file - description: BAM/CRAM/SAM file - pattern: "*.{bam,cram,sam}" - - input_index: - type: file - description: BAM/CRAM/SAM index file - pattern: "*.{bai,crai}" - - target_bed: - type: file - description: Optional - Limit analysis to targets listed in this BED-format FILE. - pattern: "*.bed" - - fasta: - type: file - description: reference fasta file - pattern: ".{fa,fa.gz,fasta,fasta.gz}" - - fasta_fai: - type: file - description: reference fasta file index - pattern: "*.{fa,fasta}.fai" - - samples: - type: file - description: Optional - Limit analysis to samples listed (one per line) in the FILE. - pattern: "*.txt" - - populations: - type: file - description: Optional - Each line of FILE should list a sample and a population which it is part of. - pattern: "*.txt" - - cnv: - type: file - description: | - A copy number map BED file, which has either a sample-level ploidy: - sample_name copy_number - or a region-specific format: - seq_name start end sample_name copy_number - pattern: "*.bed" - -output: - - meta: - type: map - description: | - Groovy Map containing sample information - e.g. [ id:'test', single_end:false ] - - version: - type: file - description: File containing software version - pattern: "*.{version.txt}" - - vcf: - type: file - description: Compressed VCF file - pattern: "*.vcf.gz" - -authors: - - "@maxibor" - - "@FriederikeHanssen" - - "@maxulysse" diff --git a/modules/nf-core/minimap2/align/main.nf b/modules/nf-core/minimap2/align/main.nf deleted file mode 100644 index 430dbab..0000000 --- a/modules/nf-core/minimap2/align/main.nf +++ /dev/null @@ -1,48 +0,0 @@ -process MINIMAP2_ALIGN { - tag "$meta.id" - label 'process_medium' - - // Note: the versions here need to match the versions used in the mulled container below and minimap2/index - conda "bioconda::minimap2=2.24 bioconda::samtools=1.14" - container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ? - 'https://depot.galaxyproject.org/singularity/mulled-v2-66534bcbb7031a148b13e2ad42583020b9cd25c4:1679e915ddb9d6b4abda91880c4b48857d471bd8-0' : - 'quay.io/biocontainers/mulled-v2-66534bcbb7031a148b13e2ad42583020b9cd25c4:1679e915ddb9d6b4abda91880c4b48857d471bd8-0' }" - - input: - tuple val(meta), path(reads) - path reference - val bam_format - val cigar_paf_format - val cigar_bam - - output: - tuple val(meta), path("*.paf"), optional: true, emit: paf - tuple val(meta), path("*.bam"), optional: true, emit: bam - path "versions.yml" , emit: versions - - when: - task.ext.when == null || task.ext.when - - script: - def args = task.ext.args ?: '' - def prefix = task.ext.prefix ?: "${meta.id}" - def bam_output = bam_format ? "-a | samtools sort | samtools view -@ ${task.cpus} -b -h -o ${prefix}.bam" : "-o ${prefix}.paf" - def cigar_paf = cigar_paf_format && !bam_format ? "-c" : '' - def set_cigar_bam = cigar_bam && bam_format ? "-L" : '' - """ - minimap2 \\ - $args \\ - -t $task.cpus \\ - "${reference ?: reads}" \\ - "$reads" \\ - $cigar_paf \\ - $set_cigar_bam \\ - $bam_output - - - cat <<-END_VERSIONS > versions.yml - "${task.process}": - minimap2: \$(minimap2 --version 2>&1) - END_VERSIONS - """ -} diff --git a/modules/nf-core/minimap2/align/meta.yml b/modules/nf-core/minimap2/align/meta.yml deleted file mode 100644 index 991b39a..0000000 --- a/modules/nf-core/minimap2/align/meta.yml +++ /dev/null @@ -1,65 +0,0 @@ -name: minimap2_align -description: A versatile pairwise aligner for genomic and spliced nucleotide sequences -keywords: - - align - - fasta - - fastq - - genome - - paf - - reference -tools: - - minimap2: - description: | - A versatile pairwise aligner for genomic and spliced nucleotide sequences. - homepage: https://github.com/lh3/minimap2 - documentation: https://github.com/lh3/minimap2#uguide - licence: ["MIT"] -input: - - meta: - type: map - description: | - Groovy Map containing sample information - e.g. [ id:'test', single_end:false ] - - reads: - type: file - description: | - List of input FASTA or FASTQ files of size 1 and 2 for single-end - and paired-end data, respectively. - - reference: - type: file - description: | - Reference database in FASTA format. - - bam_format: - type: boolean - description: Specify that output should be in BAM format - - cigar_paf_format: - type: boolean - description: Specify that output CIGAR should be in PAF format - - cigar_bam: - type: boolean - description: | - Write CIGAR with >65535 ops at the CG tag. This is recommended when - doing XYZ (https://github.com/lh3/minimap2#working-with-65535-cigar-operations) -output: - - meta: - type: map - description: | - Groovy Map containing sample information - e.g. [ id:'test', single_end:false ] - - paf: - type: file - description: Alignment in PAF format - pattern: "*.paf" - - bam: - type: file - description: Alignment in BAM format - pattern: "*.bam" - - versions: - type: file - description: File containing software versions - pattern: "versions.yml" -authors: - - "@heuermh" - - "@sofstam" - - "@sateeshperi" - - "@jfy133" diff --git a/modules/nf-core/minimap2/index/main.nf b/modules/nf-core/minimap2/index/main.nf deleted file mode 100644 index 73dd4ee..0000000 --- a/modules/nf-core/minimap2/index/main.nf +++ /dev/null @@ -1,34 +0,0 @@ -process MINIMAP2_INDEX { - label 'process_medium' - - // Note: the versions here need to match the versions used in minimap2/align - conda "bioconda::minimap2=2.24" - container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ? - 'https://depot.galaxyproject.org/singularity/minimap2:2.24--h7132678_1' : - 'quay.io/biocontainers/minimap2:2.24--h7132678_1' }" - - input: - tuple val(meta), path(fasta) - - output: - tuple val(meta), path("*.mmi"), emit: index - path "versions.yml" , emit: versions - - when: - task.ext.when == null || task.ext.when - - script: - def args = task.ext.args ?: '' - """ - minimap2 \\ - -t $task.cpus \\ - -d ${fasta.baseName}.mmi \\ - $args \\ - $fasta - - cat <<-END_VERSIONS > versions.yml - "${task.process}": - minimap2: \$(minimap2 --version 2>&1) - END_VERSIONS - """ -} diff --git a/modules/nf-core/minimap2/index/meta.yml b/modules/nf-core/minimap2/index/meta.yml deleted file mode 100644 index b58f35c..0000000 --- a/modules/nf-core/minimap2/index/meta.yml +++ /dev/null @@ -1,40 +0,0 @@ -name: minimap2_index -description: Provides fasta index required by minimap2 alignment. -keywords: - - index - - fasta - - reference -tools: - - minimap2: - description: | - A versatile pairwise aligner for genomic and spliced nucleotide sequences. - homepage: https://github.com/lh3/minimap2 - documentation: https://github.com/lh3/minimap2#uguide - licence: ["MIT"] -input: - - meta: - type: map - description: | - Groovy Map containing sample information - e.g. [ id:'test', single_end:false ] - - fasta: - type: file - description: | - Reference database in FASTA format. -output: - - meta: - type: map - description: | - Groovy Map containing sample information - e.g. [ id:'test', single_end:false ] - - index: - type: file - description: Minimap2 fasta index. - pattern: "*.mmi" - - versions: - type: file - description: File containing software versions - pattern: "versions.yml" -authors: - - "@yuukiiwa" - - "@drpatelh" diff --git a/modules/nf-core/multiqc/meta.yml b/modules/nf-core/multiqc/meta.yml index ebc29b2..f93b5ee 100644 --- a/modules/nf-core/multiqc/meta.yml +++ b/modules/nf-core/multiqc/meta.yml @@ -1,3 +1,4 @@ +# yaml-language-server: $schema=https://raw.githubusercontent.com/nf-core/modules/master/modules/yaml-schema.json name: MultiQC description: Aggregate results from bioinformatics analyses across many samples into a single report keywords: @@ -37,7 +38,7 @@ output: description: MultiQC report file pattern: "multiqc_report.html" - data: - type: dir + type: directory description: MultiQC data dir pattern: "multiqc_data" - plots: diff --git a/modules/nf-core/samtools/faidx/main.nf b/modules/nf-core/samtools/faidx/main.nf deleted file mode 100644 index ce6580d..0000000 --- a/modules/nf-core/samtools/faidx/main.nf +++ /dev/null @@ -1,44 +0,0 @@ -process SAMTOOLS_FAIDX { - tag "$fasta" - label 'process_single' - - conda "bioconda::samtools=1.16.1" - container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ? - 'https://depot.galaxyproject.org/singularity/samtools:1.16.1--h6899075_1' : - 'quay.io/biocontainers/samtools:1.16.1--h6899075_1' }" - - input: - tuple val(meta), path(fasta) - - output: - tuple val(meta), path ("*.fai"), emit: fai - tuple val(meta), path ("*.gzi"), emit: gzi, optional: true - path "versions.yml" , emit: versions - - when: - task.ext.when == null || task.ext.when - - script: - def args = task.ext.args ?: '' - """ - samtools \\ - faidx \\ - $args \\ - $fasta - - cat <<-END_VERSIONS > versions.yml - "${task.process}": - samtools: \$(echo \$(samtools --version 2>&1) | sed 's/^.*samtools //; s/Using.*\$//') - END_VERSIONS - """ - - stub: - """ - touch ${fasta}.fai - cat <<-END_VERSIONS > versions.yml - - "${task.process}": - samtools: \$(echo \$(samtools --version 2>&1) | sed 's/^.*samtools //; s/Using.*\$//') - END_VERSIONS - """ -} diff --git a/modules/nf-core/samtools/faidx/meta.yml b/modules/nf-core/samtools/faidx/meta.yml deleted file mode 100644 index fe2fe9a..0000000 --- a/modules/nf-core/samtools/faidx/meta.yml +++ /dev/null @@ -1,47 +0,0 @@ -name: samtools_faidx -description: Index FASTA file -keywords: - - index - - fasta -tools: - - samtools: - description: | - SAMtools is a set of utilities for interacting with and post-processing - short DNA sequence read alignments in the SAM, BAM and CRAM formats, written by Heng Li. - These files are generated as output by short read aligners like BWA. - homepage: http://www.htslib.org/ - documentation: http://www.htslib.org/doc/samtools.html - doi: 10.1093/bioinformatics/btp352 - licence: ["MIT"] -input: - - meta: - type: map - description: | - Groovy Map containing sample information - e.g. [ id:'test', single_end:false ] - - fasta: - type: file - description: FASTA file - pattern: "*.{fa,fasta}" -output: - - meta: - type: map - description: | - Groovy Map containing sample information - e.g. [ id:'test', single_end:false ] - - fai: - type: file - description: FASTA index file - pattern: "*.{fai}" - - gzi: - type: file - description: Optional gzip index file for compressed inputs - pattern: "*.gzi" - - versions: - type: file - description: File containing software versions - pattern: "versions.yml" -authors: - - "@drpatelh" - - "@ewels" - - "@phue" diff --git a/modules/nf-core/samtools/flagstat/main.nf b/modules/nf-core/samtools/flagstat/main.nf deleted file mode 100644 index 2120cd7..0000000 --- a/modules/nf-core/samtools/flagstat/main.nf +++ /dev/null @@ -1,35 +0,0 @@ -process SAMTOOLS_FLAGSTAT { - tag "$meta.id" - label 'process_single' - - conda "bioconda::samtools=1.16.1" - container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ? - 'https://depot.galaxyproject.org/singularity/samtools:1.16.1--h6899075_1' : - 'quay.io/biocontainers/samtools:1.16.1--h6899075_1' }" - - input: - tuple val(meta), path(bam), path(bai) - - output: - tuple val(meta), path("*.flagstat"), emit: flagstat - path "versions.yml" , emit: versions - - when: - task.ext.when == null || task.ext.when - - script: - def args = task.ext.args ?: '' - def prefix = task.ext.prefix ?: "${meta.id}" - """ - samtools \\ - flagstat \\ - --threads ${task.cpus} \\ - $bam \\ - > ${prefix}.flagstat - - cat <<-END_VERSIONS > versions.yml - "${task.process}": - samtools: \$(echo \$(samtools --version 2>&1) | sed 's/^.*samtools //; s/Using.*\$//') - END_VERSIONS - """ -} diff --git a/modules/nf-core/samtools/flagstat/meta.yml b/modules/nf-core/samtools/flagstat/meta.yml deleted file mode 100644 index 9526906..0000000 --- a/modules/nf-core/samtools/flagstat/meta.yml +++ /dev/null @@ -1,49 +0,0 @@ -name: samtools_flagstat -description: Counts the number of alignments in a BAM/CRAM/SAM file for each FLAG type -keywords: - - stats - - mapping - - counts - - bam - - sam - - cram -tools: - - samtools: - description: | - SAMtools is a set of utilities for interacting with and post-processing - short DNA sequence read alignments in the SAM, BAM and CRAM formats, written by Heng Li. - These files are generated as output by short read aligners like BWA. - homepage: http://www.htslib.org/ - documentation: hhttp://www.htslib.org/doc/samtools.html - doi: 10.1093/bioinformatics/btp352 - licence: ["MIT"] -input: - - meta: - type: map - description: | - Groovy Map containing sample information - e.g. [ id:'test', single_end:false ] - - bam: - type: file - description: BAM/CRAM/SAM file - pattern: "*.{bam,cram,sam}" - - bai: - type: file - description: Index for BAM/CRAM/SAM file - pattern: "*.{bai,crai,sai}" -output: - - meta: - type: map - description: | - Groovy Map containing sample information - e.g. [ id:'test', single_end:false ] - - flagstat: - type: file - description: File containing samtools flagstat output - pattern: "*.{flagstat}" - - versions: - type: file - description: File containing software versions - pattern: "versions.yml" -authors: - - "@drpatelh" diff --git a/modules/nf-core/samtools/idxstats/main.nf b/modules/nf-core/samtools/idxstats/main.nf deleted file mode 100644 index a7b87d8..0000000 --- a/modules/nf-core/samtools/idxstats/main.nf +++ /dev/null @@ -1,36 +0,0 @@ -process SAMTOOLS_IDXSTATS { - tag "$meta.id" - label 'process_single' - - conda "bioconda::samtools=1.16.1" - container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ? - 'https://depot.galaxyproject.org/singularity/samtools:1.16.1--h6899075_1' : - 'quay.io/biocontainers/samtools:1.16.1--h6899075_1' }" - - input: - tuple val(meta), path(bam), path(bai) - - output: - tuple val(meta), path("*.idxstats"), emit: idxstats - path "versions.yml" , emit: versions - - when: - task.ext.when == null || task.ext.when - - script: - def args = task.ext.args ?: '' - def prefix = task.ext.prefix ?: "${meta.id}" - - """ - samtools \\ - idxstats \\ - --threads ${task.cpus-1} \\ - $bam \\ - > ${prefix}.idxstats - - cat <<-END_VERSIONS > versions.yml - "${task.process}": - samtools: \$(echo \$(samtools --version 2>&1) | sed 's/^.*samtools //; s/Using.*\$//') - END_VERSIONS - """ -} diff --git a/modules/nf-core/samtools/idxstats/meta.yml b/modules/nf-core/samtools/idxstats/meta.yml deleted file mode 100644 index 3710ab8..0000000 --- a/modules/nf-core/samtools/idxstats/meta.yml +++ /dev/null @@ -1,50 +0,0 @@ -name: samtools_idxstats -description: Reports alignment summary statistics for a BAM/CRAM/SAM file -keywords: - - stats - - mapping - - counts - - chromosome - - bam - - sam - - cram -tools: - - samtools: - description: | - SAMtools is a set of utilities for interacting with and post-processing - short DNA sequence read alignments in the SAM, BAM and CRAM formats, written by Heng Li. - These files are generated as output by short read aligners like BWA. - homepage: http://www.htslib.org/ - documentation: hhttp://www.htslib.org/doc/samtools.html - doi: 10.1093/bioinformatics/btp352 - licence: ["MIT"] -input: - - meta: - type: map - description: | - Groovy Map containing sample information - e.g. [ id:'test', single_end:false ] - - bam: - type: file - description: BAM/CRAM/SAM file - pattern: "*.{bam,cram,sam}" - - bai: - type: file - description: Index for BAM/CRAM/SAM file - pattern: "*.{bai,crai,sai}" -output: - - meta: - type: map - description: | - Groovy Map containing sample information - e.g. [ id:'test', single_end:false ] - - idxstats: - type: file - description: File containing samtools idxstats output - pattern: "*.{idxstats}" - - versions: - type: file - description: File containing software versions - pattern: "versions.yml" -authors: - - "@drpatelh" diff --git a/modules/nf-core/samtools/index/main.nf b/modules/nf-core/samtools/index/main.nf deleted file mode 100644 index 8b95687..0000000 --- a/modules/nf-core/samtools/index/main.nf +++ /dev/null @@ -1,48 +0,0 @@ -process SAMTOOLS_INDEX { - tag "$meta.id" - label 'process_low' - - conda "bioconda::samtools=1.16.1" - container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ? - 'https://depot.galaxyproject.org/singularity/samtools:1.16.1--h6899075_1' : - 'quay.io/biocontainers/samtools:1.16.1--h6899075_1' }" - - input: - tuple val(meta), path(input) - - output: - tuple val(meta), path("*.bai") , optional:true, emit: bai - tuple val(meta), path("*.csi") , optional:true, emit: csi - tuple val(meta), path("*.crai"), optional:true, emit: crai - path "versions.yml" , emit: versions - - when: - task.ext.when == null || task.ext.when - - script: - def args = task.ext.args ?: '' - """ - samtools \\ - index \\ - -@ ${task.cpus-1} \\ - $args \\ - $input - - cat <<-END_VERSIONS > versions.yml - "${task.process}": - samtools: \$(echo \$(samtools --version 2>&1) | sed 's/^.*samtools //; s/Using.*\$//') - END_VERSIONS - """ - - stub: - """ - touch ${input}.bai - touch ${input}.crai - touch ${input}.csi - - cat <<-END_VERSIONS > versions.yml - "${task.process}": - samtools: \$(echo \$(samtools --version 2>&1) | sed 's/^.*samtools //; s/Using.*\$//') - END_VERSIONS - """ -} diff --git a/modules/nf-core/samtools/index/meta.yml b/modules/nf-core/samtools/index/meta.yml deleted file mode 100644 index e5cadbc..0000000 --- a/modules/nf-core/samtools/index/meta.yml +++ /dev/null @@ -1,53 +0,0 @@ -name: samtools_index -description: Index SAM/BAM/CRAM file -keywords: - - index - - bam - - sam - - cram -tools: - - samtools: - description: | - SAMtools is a set of utilities for interacting with and post-processing - short DNA sequence read alignments in the SAM, BAM and CRAM formats, written by Heng Li. - These files are generated as output by short read aligners like BWA. - homepage: http://www.htslib.org/ - documentation: hhttp://www.htslib.org/doc/samtools.html - doi: 10.1093/bioinformatics/btp352 - licence: ["MIT"] -input: - - meta: - type: map - description: | - Groovy Map containing sample information - e.g. [ id:'test', single_end:false ] - - bam: - type: file - description: BAM/CRAM/SAM file - pattern: "*.{bam,cram,sam}" -output: - - meta: - type: map - description: | - Groovy Map containing sample information - e.g. [ id:'test', single_end:false ] - - bai: - type: file - description: BAM/CRAM/SAM index file - pattern: "*.{bai,crai,sai}" - - crai: - type: file - description: BAM/CRAM/SAM index file - pattern: "*.{bai,crai,sai}" - - csi: - type: file - description: CSI index file - pattern: "*.{csi}" - - versions: - type: file - description: File containing software versions - pattern: "versions.yml" -authors: - - "@drpatelh" - - "@ewels" - - "@maxulysse" diff --git a/modules/nf-core/samtools/merge/main.nf b/modules/nf-core/samtools/merge/main.nf deleted file mode 100644 index a80ff3a..0000000 --- a/modules/nf-core/samtools/merge/main.nf +++ /dev/null @@ -1,56 +0,0 @@ -process SAMTOOLS_MERGE { - tag "$meta.id" - label 'process_low' - - conda "bioconda::samtools=1.16.1" - container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ? - 'https://depot.galaxyproject.org/singularity/samtools:1.16.1--h6899075_1' : - 'quay.io/biocontainers/samtools:1.16.1--h6899075_1' }" - - input: - tuple val(meta), path(input_files, stageAs: "?/*") - path fasta - path fai - - output: - tuple val(meta), path("${prefix}.bam") , optional:true, emit: bam - tuple val(meta), path("${prefix}.cram"), optional:true, emit: cram - tuple val(meta), path("*.csi") , optional:true, emit: csi - path "versions.yml" , emit: versions - - - when: - task.ext.when == null || task.ext.when - - script: - def args = task.ext.args ?: '' - prefix = task.ext.prefix ?: "${meta.id}" - def file_type = input_files instanceof List ? input_files[0].getExtension() : input_files.getExtension() - def reference = fasta ? "--reference ${fasta}" : "" - """ - samtools \\ - merge \\ - --threads ${task.cpus-1} \\ - $args \\ - ${reference} \\ - ${prefix}.${file_type} \\ - $input_files - - cat <<-END_VERSIONS > versions.yml - "${task.process}": - samtools: \$(echo \$(samtools --version 2>&1) | sed 's/^.*samtools //; s/Using.*\$//') - END_VERSIONS - """ - - stub: - prefix = task.ext.suffix ? "${meta.id}${task.ext.suffix}" : "${meta.id}" - def file_type = input_files instanceof List ? input_files[0].getExtension() : input_files.getExtension() - """ - touch ${prefix}.${file_type} - - cat <<-END_VERSIONS > versions.yml - "${task.process}": - samtools: \$(echo \$(samtools --version 2>&1) | sed 's/^.*samtools //; s/Using.*\$//') - END_VERSIONS - """ -} diff --git a/modules/nf-core/samtools/merge/meta.yml b/modules/nf-core/samtools/merge/meta.yml deleted file mode 100644 index 5bd84bc..0000000 --- a/modules/nf-core/samtools/merge/meta.yml +++ /dev/null @@ -1,62 +0,0 @@ -name: samtools_merge -description: Merge BAM or CRAM file -keywords: - - merge - - bam - - sam - - cram -tools: - - samtools: - description: | - SAMtools is a set of utilities for interacting with and post-processing - short DNA sequence read alignments in the SAM, BAM and CRAM formats, written by Heng Li. - These files are generated as output by short read aligners like BWA. - homepage: http://www.htslib.org/ - documentation: hhttp://www.htslib.org/doc/samtools.html - doi: 10.1093/bioinformatics/btp352 - licence: ["MIT"] -input: - - meta: - type: map - description: | - Groovy Map containing sample information - e.g. [ id:'test', single_end:false ] - - input_files: - type: file - description: BAM/CRAM file - pattern: "*.{bam,cram,sam}" - - fasta: - type: optional file - description: Reference file the CRAM was created with - pattern: "*.{fasta,fa}" - - fai: - type: optional file - description: Index of the reference file the CRAM was created with - pattern: "*.fai" -output: - - meta: - type: map - description: | - Groovy Map containing sample information - e.g. [ id:'test', single_end:false ] - - bam: - type: file - description: BAM file - pattern: "*.{bam}" - - cram: - type: file - description: CRAM file - pattern: "*.{cram}" - - versions: - type: file - description: File containing software versions - pattern: "versions.yml" - - csi: - type: file - description: BAM index file (optional) - pattern: "*.csi" -authors: - - "@drpatelh" - - "@yuukiiwa " - - "@maxulysse" - - "@FriederikeHanssen" diff --git a/modules/nf-core/samtools/stats/main.nf b/modules/nf-core/samtools/stats/main.nf deleted file mode 100644 index 0a2a364..0000000 --- a/modules/nf-core/samtools/stats/main.nf +++ /dev/null @@ -1,49 +0,0 @@ -process SAMTOOLS_STATS { - tag "$meta.id" - label 'process_single' - - conda "bioconda::samtools=1.16.1" - container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ? - 'https://depot.galaxyproject.org/singularity/samtools:1.16.1--h6899075_1' : - 'quay.io/biocontainers/samtools:1.16.1--h6899075_1' }" - - input: - tuple val(meta), path(input), path(input_index) - path fasta - - output: - tuple val(meta), path("*.stats"), emit: stats - path "versions.yml" , emit: versions - - when: - task.ext.when == null || task.ext.when - - script: - def args = task.ext.args ?: '' - def prefix = task.ext.prefix ?: "${meta.id}" - def reference = fasta ? "--reference ${fasta}" : "" - """ - samtools \\ - stats \\ - --threads ${task.cpus} \\ - ${reference} \\ - ${input} \\ - > ${prefix}.stats - - cat <<-END_VERSIONS > versions.yml - "${task.process}": - samtools: \$(echo \$(samtools --version 2>&1) | sed 's/^.*samtools //; s/Using.*\$//') - END_VERSIONS - """ - - stub: - def prefix = task.ext.prefix ?: "${meta.id}" - """ - touch ${prefix}.stats - - cat <<-END_VERSIONS > versions.yml - "${task.process}": - samtools: \$(echo \$(samtools --version 2>&1) | sed 's/^.*samtools //; s/Using.*\$//') - END_VERSIONS - """ -} diff --git a/modules/nf-core/samtools/stats/meta.yml b/modules/nf-core/samtools/stats/meta.yml deleted file mode 100644 index cac50b1..0000000 --- a/modules/nf-core/samtools/stats/meta.yml +++ /dev/null @@ -1,53 +0,0 @@ -name: samtools_stats -description: Produces comprehensive statistics from SAM/BAM/CRAM file -keywords: - - statistics - - counts - - bam - - sam - - cram -tools: - - samtools: - description: | - SAMtools is a set of utilities for interacting with and post-processing - short DNA sequence read alignments in the SAM, BAM and CRAM formats, written by Heng Li. - These files are generated as output by short read aligners like BWA. - homepage: http://www.htslib.org/ - documentation: hhttp://www.htslib.org/doc/samtools.html - doi: 10.1093/bioinformatics/btp352 - licence: ["MIT"] -input: - - meta: - type: map - description: | - Groovy Map containing sample information - e.g. [ id:'test', single_end:false ] - - input: - type: file - description: BAM/CRAM file from alignment - pattern: "*.{bam,cram}" - - input_index: - type: file - description: BAI/CRAI file from alignment - pattern: "*.{bai,crai}" - - fasta: - type: optional file - description: Reference file the CRAM was created with - pattern: "*.{fasta,fa}" -output: - - meta: - type: map - description: | - Groovy Map containing sample information - e.g. [ id:'test', single_end:false ] - - stats: - type: file - description: File containing samtools stats output - pattern: "*.{stats}" - - versions: - type: file - description: File containing software versions - pattern: "versions.yml" -authors: - - "@drpatelh" - - "@FriederikeHanssen" diff --git a/modules/nf-core/seqtk/seq/main.nf b/modules/nf-core/seqtk/seq/main.nf deleted file mode 100644 index c1a2653..0000000 --- a/modules/nf-core/seqtk/seq/main.nf +++ /dev/null @@ -1,40 +0,0 @@ -process SEQTK_SEQ { - tag "$meta.id" - label 'process_single' - - conda "bioconda::seqtk=1.3" - container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ? - 'https://depot.galaxyproject.org/singularity/seqtk:1.3--h5bf99c6_3' : - 'quay.io/biocontainers/seqtk:1.3--h5bf99c6_3' }" - - input: - tuple val(meta), path(fastx) - - output: - tuple val(meta), path("*.gz") , emit: fastx - path "versions.yml" , emit: versions - - when: - task.ext.when == null || task.ext.when - - script: - def args = task.ext.args ?: '' - def prefix = task.ext.prefix ?: "${meta.id}" - - def extension = "fastq" - if ("$fastx" ==~ /.+\.fasta|.+\.fasta.gz|.+\.fa|.+\.fa.gz|.+\.fas|.+\.fas.gz|.+\.fna|.+\.fna.gz/ || "$args" ==~ /\-[aA]/ ) { - extension = "fasta" - } - """ - seqtk \\ - seq \\ - $args \\ - $fastx | \\ - gzip -c > ${prefix}.seqtk-seq.${extension}.gz - - cat <<-END_VERSIONS > versions.yml - "${task.process}": - seqtk: \$(echo \$(seqtk 2>&1) | sed 's/^.*Version: //; s/ .*\$//') - END_VERSIONS - """ -} diff --git a/modules/nf-core/seqtk/seq/meta.yml b/modules/nf-core/seqtk/seq/meta.yml deleted file mode 100644 index 3986257..0000000 --- a/modules/nf-core/seqtk/seq/meta.yml +++ /dev/null @@ -1,42 +0,0 @@ -name: seqtk_seq -description: Common transformation operations on FASTA or FASTQ files. -keywords: - - seq -tools: - - seqtk: - description: Seqtk is a fast and lightweight tool for processing sequences in the FASTA or FASTQ format. The seqtk seq command enables common transformation operations on FASTA or FASTQ files. - homepage: https://github.com/lh3/seqtk - documentation: https://docs.csc.fi/apps/seqtk/ - tool_dev_url: https://github.com/lh3/seqtk - licence: ["MIT"] - -input: - - meta: - type: map - description: | - Groovy Map containing sample information - e.g. [ id:'test' ] - - sequences: - type: file - description: A FASTQ or FASTA file - pattern: "*.{fastq.gz, fastq, fq, fq.gz, fasta, fastq.gz, fa, fa.gz, fas, fas.gz, fna, fna.gz}" - -output: - - meta: - type: map - description: | - Groovy Map containing sample information - e.g. [ id:'test' ] - - versions: - type: file - description: File containing software versions - pattern: "versions.yml" - - sequences: - type: file - description: FASTQ/FASTA file containing renamed sequences - pattern: "*.{fastq.gz, fasta.gz}" - -authors: - - "@hseabolt" - - "@mjcipriano" - - "@sateeshperi" diff --git a/modules/nf-core/tabix/tabix/main.nf b/modules/nf-core/tabix/tabix/main.nf deleted file mode 100644 index 9a404db..0000000 --- a/modules/nf-core/tabix/tabix/main.nf +++ /dev/null @@ -1,42 +0,0 @@ -process TABIX_TABIX { - tag "$meta.id" - label 'process_single' - - conda "bioconda::tabix=1.11" - container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ? - 'https://depot.galaxyproject.org/singularity/tabix:1.11--hdfd78af_0' : - 'quay.io/biocontainers/tabix:1.11--hdfd78af_0' }" - - input: - tuple val(meta), path(tab) - - output: - tuple val(meta), path("*.tbi"), optional:true, emit: tbi - tuple val(meta), path("*.csi"), optional:true, emit: csi - path "versions.yml" , emit: versions - - when: - task.ext.when == null || task.ext.when - - script: - def args = task.ext.args ?: '' - """ - tabix $args $tab - - cat <<-END_VERSIONS > versions.yml - "${task.process}": - tabix: \$(echo \$(tabix -h 2>&1) | sed 's/^.*Version: //; s/ .*\$//') - END_VERSIONS - """ - - stub: - def prefix = task.ext.prefix ?: "${meta.id}" - """ - touch ${tab}.tbi - cat <<-END_VERSIONS > versions.yml - - "${task.process}": - tabix: \$(echo \$(tabix -h 2>&1) | sed 's/^.*Version: //; s/ .*\$//') - END_VERSIONS - """ -} diff --git a/modules/nf-core/tabix/tabix/meta.yml b/modules/nf-core/tabix/tabix/meta.yml deleted file mode 100644 index fcc6e52..0000000 --- a/modules/nf-core/tabix/tabix/meta.yml +++ /dev/null @@ -1,45 +0,0 @@ -name: tabix_tabix -description: create tabix index from a sorted bgzip tab-delimited genome file -keywords: - - index - - tabix - - vcf -tools: - - tabix: - description: Generic indexer for TAB-delimited genome position files. - homepage: https://www.htslib.org/doc/tabix.html - documentation: https://www.htslib.org/doc/tabix.1.html - doi: 10.1093/bioinformatics/btq671 - licence: ["MIT"] -input: - - meta: - type: map - description: | - Groovy Map containing sample information - e.g. [ id:'test', single_end:false ] - - tab: - type: file - description: TAB-delimited genome position file compressed with bgzip - pattern: "*.{bed.gz,gff.gz,sam.gz,vcf.gz}" -output: - - meta: - type: map - description: | - Groovy Map containing sample information - e.g. [ id:'test', single_end:false ] - - tbi: - type: file - description: tabix index file - pattern: "*.{tbi}" - - csi: - type: file - description: coordinate sorted index file - pattern: "*.{csi}" - - versions: - type: file - description: File containing software versions - pattern: "versions.yml" -authors: - - "@joseespinosa" - - "@drpatelh" - - "@maxulysse" diff --git a/modules/nf-core/umitools/dedup/main.nf b/modules/nf-core/umitools/dedup/main.nf deleted file mode 100644 index 90de78d..0000000 --- a/modules/nf-core/umitools/dedup/main.nf +++ /dev/null @@ -1,45 +0,0 @@ -process UMITOOLS_DEDUP { - tag "$meta.id" - label "process_medium" - - conda "bioconda::umi_tools=1.1.2" - container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ? - 'https://depot.galaxyproject.org/singularity/umi_tools:1.1.2--py38h4a8c8d9_0' : - 'quay.io/biocontainers/umi_tools:1.1.2--py38h4a8c8d9_0' }" - - input: - tuple val(meta), path(bam), path(bai) - val get_output_stats - - output: - tuple val(meta), path("*.bam") , emit: bam - tuple val(meta), path("*edit_distance.tsv"), optional:true, emit: tsv_edit_distance - tuple val(meta), path("*per_umi.tsv") , optional:true, emit: tsv_per_umi - tuple val(meta), path("*per_position.tsv") , optional:true, emit: tsv_umi_per_position - path "versions.yml" , emit: versions - - when: - task.ext.when == null || task.ext.when - - script: - def args = task.ext.args ?: '' - def prefix = task.ext.prefix ?: "${meta.id}" - def paired = meta.single_end ? "" : "--paired" - def stats = get_output_stats ? "--output-stats $prefix" : "" - - if (!(args ==~ /.*--random-seed.*/)) {args += " --random-seed=100"} - """ - PYTHONHASHSEED=0 umi_tools \\ - dedup \\ - -I $bam \\ - -S ${prefix}_dedup.bam \\ - $stats \\ - $paired \\ - $args - - cat <<-END_VERSIONS > versions.yml - "${task.process}": - umitools: \$(umi_tools --version 2>&1 | sed 's/^.*UMI-tools version://; s/ *\$//') - END_VERSIONS - """ -} diff --git a/modules/nf-core/umitools/dedup/meta.yml b/modules/nf-core/umitools/dedup/meta.yml deleted file mode 100644 index 56888e5..0000000 --- a/modules/nf-core/umitools/dedup/meta.yml +++ /dev/null @@ -1,63 +0,0 @@ -name: umitools_dedup -description: Deduplicate reads based on the mapping co-ordinate and the UMI attached to the read. -keywords: - - umitools - - deduplication -tools: - - umi_tools: - description: > - UMI-tools contains tools for dealing with Unique Molecular Identifiers (UMIs)/Random Molecular Tags (RMTs) - and single cell RNA-Seq cell barcodes - documentation: https://umi-tools.readthedocs.io/en/latest/ - license: ["MIT"] -input: - - meta: - type: map - description: | - Groovy Map containing sample information - e.g. [ id:'test', single_end:false ] - - bam: - type: file - description: | - BAM file containing reads to be deduplicated via UMIs. - pattern: "*.{bam}" - - bai: - type: file - description: | - BAM index files corresponding to the input BAM file. - pattern: "*.{bai}" - - get_output_stats: - type: boolean - description: | - Whether or not to generate output stats. -output: - - meta: - type: map - description: | - Groovy Map containing sample information - e.g. [ id:'test', single_end:false ] - - bam: - type: file - description: BAM file with deduplicated UMIs. - pattern: "*.{bam}" - - tsv_edit_distance: - type: file - description: Reports the (binned) average edit distance between the UMIs at each position. - pattern: "*edit_distance.tsv" - - tsv_per_umi: - type: file - description: UMI-level summary statistics. - pattern: "*per_umi.tsv" - - tsv_umi_per_position: - type: file - description: Tabulates the counts for unique combinations of UMI and position. - pattern: "*per_position.tsv" - - versions: - type: file - description: File containing software versions - pattern: "versions.yml" - -authors: - - "@drpatelh" - - "@grst" - - "@klkeys" diff --git a/modules/nf-core/umitools/dedup/umitools-dedup.diff b/modules/nf-core/umitools/dedup/umitools-dedup.diff deleted file mode 100644 index d4ce396..0000000 --- a/modules/nf-core/umitools/dedup/umitools-dedup.diff +++ /dev/null @@ -1,14 +0,0 @@ -Changes in module 'nf-core/umitools/dedup' ---- modules/nf-core/umitools/dedup/main.nf -+++ modules/nf-core/umitools/dedup/main.nf -@@ -32,7 +32,7 @@ - PYTHONHASHSEED=0 umi_tools \\ - dedup \\ - -I $bam \\ -- -S ${prefix}.bam \\ -+ -S ${prefix}_dedup.bam \\ - $stats \\ - $paired \\ - $args - -************************************************************ diff --git a/nextflow.config b/nextflow.config index 94a97b9..6b94e49 100644 --- a/nextflow.config +++ b/nextflow.config @@ -1,7 +1,7 @@ /* -======================================================================================== +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ nf-core/radseq Nextflow config file -======================================================================================== +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Default config options for all compute environments ---------------------------------------------------------------------------------------- */ @@ -9,102 +9,37 @@ // Global default params, used in configs params { + // TODO nf-core: Specify your pipeline's command line flags // Input options - input = "${baseDir}/data/input.csv" - popmap = "${baseDir}/data/popmap.txt" - - // Workflow options - method = 'denovo' // e.g.'denovo' or 'reference' - - // Type of RADseq - sequence_type = 'PE' // e.g. 'SE', 'PE', 'RPE', 'ROL', and 'OL' + input = null - // Reference options - genome = '/mnt/d/nextflow_testing/Grayling/data/CM014990.1.fna' - igenomes_base = 's3://ngi-igenomes/igenomes' - igenomes_ignore = false - - // Trimming options - cut_right = true - window_size = 25 - mean_min_quality = 20 - pairedend_bp_corr = true - overlap_dif_limit = 1 - clip_r1 = 6 - clip_r2 = 3 - trim_polyg = true - dont_eval_duplicates = false - umi_read_structure = '--umi --umi_loc=read2 --umi_len=8 --umi_skip=2 --umi_prefix=UMI' - - // Denovo options - minreaddepth_withinindividual = null // defaults to 2 - minreaddepth_betweenindividual = null // defaults to 2 - - // cdhit options - cluster_algorithm = 1 // slow but accurate algorithm (0 or 1) - description_length = 100 - sequence_simularity = '.9' // may need to change depending on taxa - - // rainbow div options - similarity_fraction = 0.5 - max_variants = 10 - - // rainbow merge options - min_reads = 2 - max_clusters_for_merge = 10000 - max_reads_for_assembly = 10000 - min_overlap = 20 - min_similarity_fraction = 0.75 - - // Alignment options - aligner = 'bwa' - clipping_penalty = '20,5' - output_secondary = true - mark_short_as_sec = true - min_aln_quality = 30 - matching_score = 1 - mismatch_score = 4 - gap_penalty = 6 - quality_score = 1 - - // Interval options - subset_intervals_channel = null - max_read_coverage_to_split = '500000' - - // Freebayes options - min_map_qual = 5 - min_base_qual = 5 - complex_gap = 3 - use_best_n_alleles = 1 - min_alt_fraction = 10 - min_repeat_entropy = 0.1 - - // Intermediate files - save_trimmed = true - denovo_intermediate_files = true - save_reference_indices = true - save_intervals = true - save_freebayes_intervals = true + // References + genome = null + igenomes_base = 's3://ngi-igenomes/igenomes' + igenomes_ignore = false // MultiQC options - multiqc_config = null - multiqc_title = null - max_multiqc_email_size = '25.MB' + multiqc_config = null + multiqc_title = null + multiqc_logo = null + max_multiqc_email_size = '25.MB' + multiqc_methods_description = null // Boilerplate options - outdir = './results' + outdir = null tracedir = "${params.outdir}/pipeline_info" - publish_dir_mode = 'symlink' + publish_dir_mode = 'copy' email = null email_on_fail = null plaintext_email = false monochrome_logs = false + hook_url = null help = false + version = false validate_params = true show_hidden_params = false - schema_ignore_params = 'aligner_options,genomes,method_options,publish_dir_mode,method_options,publish_dir_mode,save_freebayes_intervals,save_intervals,save_reference_fai,save_trim_adapters_fastp,save_cdhit_clstr,save_seqtk_seq_fasta,save_uniq_full_fasta,save_uniqseq,save_trimmed,min_repeat_entropy,min_alt_fraction,use_best_n_alleles,complex_gap,min_base_qual,min_map_qual,max_read_coverage_to_split,subset_intervals_channel,quality_score,gap_penalty,mismatch_score,matching_score,min_aln_quality,mark_short_as_sec,output_secondary,clipping_penalty,aligner,min_similarity_fraction,min_overlap,max_reads_for_assembly,max_clusters_for_merge,min_reads,max_variants,similarity_fraction,sequence_simularity,description_length,cluster_algorithm,minreaddepth_betweenindividual,minreaddepth_withinindividual,umi_read_structure,dont_eval_duplicates,trim_polyg,clip_r2,clip_r1,overlap_dif_limit,pairedend_bp_corr,mean_min_quality,window_size,cut_right,sequence_type,method,popmap' - method_options = ' denovo, reference' - aligner_options = ' bwa, bwamem2' + schema_ignore_params = 'genomes' + // Config options custom_config_version = 'master' @@ -114,10 +49,11 @@ params { config_profile_url = null config_profile_name = null + // Max resource options // Defaults only, expecting to be overwritten - max_memory = '2.GB' - max_cpus = 5 + max_memory = '128.GB' + max_cpus = 16 max_time = '240.h' } @@ -132,62 +68,111 @@ try { System.err.println("WARNING: Could not load nf-core/config profiles: ${params.custom_config_base}/nfcore_custom.config") } +// Load nf-core/radseq custom profiles from different institutions. +// Warning: Uncomment only if a pipeline-specific instititutional config already exists on nf-core/configs! +// try { +// includeConfig "${params.custom_config_base}/pipeline/radseq.config" +// } catch (Exception e) { +// System.err.println("WARNING: Could not load nf-core/config/radseq profiles: ${params.custom_config_base}/pipeline/radseq.config") +// } + + profiles { - debug { process.beforeScript = 'echo $HOSTNAME' } + debug { + dumpHashes = true + process.beforeScript = 'echo $HOSTNAME' + cleanup = false + } conda { - params.enable_conda = true + conda.enabled = true docker.enabled = false singularity.enabled = false podman.enabled = false shifter.enabled = false charliecloud.enabled = false + apptainer.enabled = false + } + mamba { + conda.enabled = true + conda.useMamba = true + docker.enabled = false + singularity.enabled = false + podman.enabled = false + shifter.enabled = false + charliecloud.enabled = false + apptainer.enabled = false } docker { docker.enabled = true + docker.registry = 'quay.io' docker.userEmulation = true + conda.enabled = false singularity.enabled = false podman.enabled = false shifter.enabled = false charliecloud.enabled = false - params.enable_conda = false + apptainer.enabled = false + } + arm { + docker.runOptions = '-u $(id -u):$(id -g) --platform=linux/amd64' } singularity { singularity.enabled = true singularity.autoMounts = true + conda.enabled = false docker.enabled = false podman.enabled = false shifter.enabled = false charliecloud.enabled = false - params.enable_conda = false + apptainer.enabled = false } podman { podman.enabled = true + podman.registry = 'quay.io' + conda.enabled = false docker.enabled = false singularity.enabled = false shifter.enabled = false charliecloud.enabled = false - params.enable_conda = false + apptainer.enabled = false } shifter { shifter.enabled = true + conda.enabled = false docker.enabled = false singularity.enabled = false podman.enabled = false charliecloud.enabled = false - params.enable_conda = false + apptainer.enabled = false } charliecloud { charliecloud.enabled = true + conda.enabled = false docker.enabled = false singularity.enabled = false podman.enabled = false shifter.enabled = false - params.enable_conda = false + apptainer.enabled = false + } + apptainer { + apptainer.enabled = true + conda.enabled = false + docker.enabled = false + singularity.enabled = false + podman.enabled = false + shifter.enabled = false + charliecloud.enabled = false + } + gitpod { + executor.name = 'local' + executor.cpus = 16 + executor.memory = 60.GB } test { includeConfig 'conf/test.config' } test_full { includeConfig 'conf/test_full.config' } } + // Load igenomes.config if required if (!params.igenomes_ignore) { includeConfig 'conf/igenomes.config' @@ -195,8 +180,9 @@ if (!params.igenomes_ignore) { params.genomes = [:] } + // Export these variables to prevent local Python/R libraries from conflicting with those in the container -// The JULIA depot path has been adjusted to a fixed path `/usr/local/share/julia` that needs to be used for packages in the container. +// The JULIA depot path has been adjusted to a fixed path `/usr/local/share/julia` that needs to be used for packages in the container. // See https://apeltzer.github.io/post/03-julia-lang-nextflow/ for details on that. Once we have a common agreement on where to keep Julia packages, this is adjustable. env { @@ -224,17 +210,18 @@ trace { } dag { enabled = true - file = "${params.tracedir}/pipeline_dag_${trace_timestamp}.svg" + file = "${params.tracedir}/pipeline_dag_${trace_timestamp}.html" } manifest { name = 'nf-core/radseq' - author = 'Gabriel Barrett' + author = """Gabriel Barrett""" homePage = 'https://github.com/nf-core/radseq' - description = 'dDocent workflow' + description = """dDocent workflow""" mainScript = 'main.nf' - nextflowVersion = '!>=21.10.3' + nextflowVersion = '!>=22.10.1' version = '1.0dev' + doi = '' } // Load modules.config for DSL2 module specific options diff --git a/nextflow_schema.json b/nextflow_schema.json index 5acf950..086c301 100644 --- a/nextflow_schema.json +++ b/nextflow_schema.json @@ -10,9 +10,7 @@ "type": "object", "fa_icon": "fas fa-terminal", "description": "Define where the pipeline should find input data and save output data.", - "required": [ - "input" - ], + "required": ["input", "outdir"], "properties": { "input": { "type": "string", @@ -26,8 +24,8 @@ }, "outdir": { "type": "string", - "description": "Path to the output directory where the results will be saved.", - "default": "./results", + "format": "directory-path", + "description": "The output directory where the results will be saved. You have to use absolute paths to storage on Cloud infrastructure.", "fa_icon": "fas fa-folder-open" }, "email": { @@ -178,6 +176,21 @@ "fa_icon": "fas fa-question-circle", "hidden": true }, + "version": { + "type": "boolean", + "description": "Display version and exit.", + "fa_icon": "fas fa-question-circle", + "hidden": true + }, + "publish_dir_mode": { + "type": "string", + "default": "copy", + "description": "Method used to save pipeline results to output directory.", + "help_text": "The Nextflow `publishDir` option specifies which intermediate files should be saved to the output directory. This option tells the pipeline what method should be used to move these files. See [Nextflow docs](https://www.nextflow.io/docs/latest/process.html#publishdir) for details.", + "fa_icon": "fas fa-copy", + "enum": ["symlink", "rellink", "link", "copy", "copyNoFollow", "move"], + "hidden": true + }, "email_on_fail": { "type": "string", "description": "Email address for completion summary, only when pipeline fails.", @@ -206,12 +219,30 @@ "fa_icon": "fas fa-palette", "hidden": true }, + "hook_url": { + "type": "string", + "description": "Incoming hook URL for messaging service", + "fa_icon": "fas fa-people-group", + "help_text": "Incoming hook URL for messaging service. Currently, MS Teams and Slack are supported.", + "hidden": true + }, "multiqc_config": { "type": "string", "description": "Custom config file to supply to MultiQC.", "fa_icon": "fas fa-cog", "hidden": true }, + "multiqc_logo": { + "type": "string", + "description": "Custom logo file to supply to MultiQC. File name must also be set in the MultiQC config file", + "fa_icon": "fas fa-image", + "hidden": true + }, + "multiqc_methods_description": { + "type": "string", + "description": "Custom MultiQC yaml file containing HTML including a methods description.", + "fa_icon": "fas fa-cog" + }, "tracedir": { "type": "string", "description": "Directory to keep pipeline Nextflow logs and reports.", @@ -232,12 +263,6 @@ "description": "Show all params when using `--help`", "hidden": true, "help_text": "By default, parameters set as _hidden_ in the schema are not shown on the command line when a user runs with `--help`. Specifying this option will tell the pipeline to show all parameters." - }, - "enable_conda": { - "type": "boolean", - "description": "Run this workflow with Conda. You can also use '-profile conda' instead of providing this parameter.", - "hidden": true, - "fa_icon": "fas fa-bacon" } } } diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..0d62beb --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,10 @@ +# Config file for Python. Mostly used to configure linting of bin/check_samplesheet.py with Black. +# Should be kept the same as nf-core/tools to avoid fighting with template synchronisation. +[tool.black] +line-length = 120 +target_version = ["py37", "py38", "py39", "py310"] + +[tool.isort] +profile = "black" +known_first_party = ["nf_core"] +multi_line_output = 3 diff --git a/subworkflows/local/bam_intervals_bedtools.nf b/subworkflows/local/bam_intervals_bedtools.nf deleted file mode 100644 index 9fd4409..0000000 --- a/subworkflows/local/bam_intervals_bedtools.nf +++ /dev/null @@ -1,74 +0,0 @@ -include { BEDTOOLS_BAMTOBED } from '../../modules/nf-core/bedtools/bamtobed/main.nf' -include { BEDOPS_MERGE_BED } from '../../modules/local/bedops/merge/main.nf' -include { BEDTOOLS_SORT } from '../../modules/nf-core/bedtools/sort/main.nf' -include { BEDTOOLS_COVERAGE } from '../../modules/nf-core/bedtools/coverage/main.nf' -include { BEDTOOLS_MERGE_COV } from '../../modules/nf-core/bedtools/merge/main.nf' -include { CREATE_INTERVALS } from '../../modules/local/create_intervals.nf' -include { BEDTOOLS_MAKEWINDOWS } from '../../modules/nf-core/bedtools/makewindows/main.nf' -include { BEDTOOLS_INTERSECT } from '../../modules/nf-core/bedtools/intersect/main.nf' - -workflow BAM_INTERVALS_BEDTOOLS { - - take: - bam - faidx - read_lengths - coverage_threshold - - main: - ch_versions = Channel.empty() - - // Reduce the number of bam files to be passed in the subworkflow via parameters - // Purpose: Memory constraints for large sample sizes at BEDTOOLS_MERGE_COV - // .randomSample(# to subset to, random seed) random seed is critical to -resume functionality - ch_bam = params.subset_intervals_channel ? bam.randomSample(params.subset_intervals_channel, 234) : bam - - ch_bed = BEDTOOLS_BAMTOBED (ch_bam).bed - ch_versions = ch_versions.mix (BEDTOOLS_BAMTOBED.out.versions) - - ch_bed_to_merge = ch_bed.map { - meta, bed -> - [['id':meta.id.split(/\d+/)[0]], bed ] // split based on number and return the first element and group bed files based on shared id string - } - .groupTuple() - - ch_mbed = BEDOPS_MERGE_BED (ch_bed_to_merge).bed - ch_versions = ch_versions.mix(BEDOPS_MERGE_BED.out.versions) - - ch_sorted_mbed = BEDTOOLS_SORT (ch_mbed, faidx.first()).sorted - ch_versions = ch_versions.mix(BEDTOOLS_SORT.out.versions) - - // Calculate read coverage across indv. samples - cov = BEDTOOLS_COVERAGE (ch_bed.combine(ch_sorted_mbed.map{it[1]}).map{meta,bed,mbed -> [meta,mbed,bed]}, faidx.first()).bed - ch_versions = ch_versions.mix (BEDTOOLS_COVERAGE.out.versions) - - ch_cov_to_merge = cov.map { - meta, bed -> - [['id':meta.id.split(/\d+/)[0]], bed ] - } - .groupTuple() - - // combines overlapping features into a single report - ch_mcov = BEDTOOLS_MERGE_COV (ch_cov_to_merge, faidx.first()).cov - ch_versions = ch_versions.mix (BEDTOOLS_MERGE_COV.out.versions) - - // split into 2 files: high and low then make intervals across the genome based - ch_split_high_coverage = BEDTOOLS_MAKEWINDOWS (ch_mcov, true, read_lengths, coverage_threshold).tab - ch_versions = ch_versions.mix (BEDTOOLS_MAKEWINDOWS.out.versions) - - // Writes overlapping regions into new bed file - ch_intersect = BEDTOOLS_INTERSECT (ch_mcov.join(ch_split_high_coverage), 'bed').intersect - ch_versions = ch_versions.mix (BEDTOOLS_INTERSECT.out.versions) - - ch_createintervals = ch_mcov.join(ch_intersect).join(BEDTOOLS_MAKEWINDOWS.out.low_cov) - - //TODO #2: Convert into Groovy function in nf-core-radseq/lib/WorkflowRadseq.groovy - ch_intervals = CREATE_INTERVALS (ch_createintervals, read_lengths).intervals.transpose() - ch_versions = ch_versions.mix (CREATE_INTERVALS.out.versions) - - emit: - intervals = ch_intervals - - versions = ch_versions - -} \ No newline at end of file diff --git a/subworkflows/local/bam_merge_index_samtools b/subworkflows/local/bam_merge_index_samtools deleted file mode 100644 index c8209b6..0000000 --- a/subworkflows/local/bam_merge_index_samtools +++ /dev/null @@ -1,33 +0,0 @@ -include { SAMTOOLS_INDEX as INDEX_MERGE_BAM } from '../../modules/nf-core/samtools/index/main.nf' -include { SAMTOOLS_MERGE as MERGE_BAM } from '../../modules/nf-core/samtools/merge/main.nf' - -workflow BAM_MERGE_INDEX_SAMTOOLS { - take: - bam // channel: [mandatory] meta, bam - fasta - fai - - main: - ch_versions = Channel.empty() - - ch_bam_to_merge = bam.map { - meta, bed -> - [['id':meta.id.split(/\d+/)[0]], bed ] - } - .groupTuple() - - MERGE_BAM(ch_bam_to_merge, fasta, fai) - - INDEX_MERGE_BAM(MERGE_BAM.out.bam) - - bam_bai = MERGE_BAM.out.bam - .join(INDEX_MERGE_BAM.out.bai) - - // Gather versions of all tools used - ch_versions = ch_versions.mix(INDEX_MERGE_BAM.out.versions.first()) - ch_versions = ch_versions.mix(MERGE_BAM.out.versions.first()) - - emit: - bam_bai = bam_bai - versions = ch_versions -} \ No newline at end of file diff --git a/subworkflows/local/bam_variant_calling_freebayes b/subworkflows/local/bam_variant_calling_freebayes deleted file mode 100644 index cf92bfc..0000000 --- a/subworkflows/local/bam_variant_calling_freebayes +++ /dev/null @@ -1,36 +0,0 @@ -include { FREEBAYES } from '../../modules/nf-core/freebayes/main.nf' -include { BCFTOOLS_SORT } from '../../modules/nf-core/bcftools/sort/main.nf' -include { TABIX_TABIX } from '../../modules/nf-core/tabix/tabix/main.nf' -include { BCFTOOLS_CONCAT } from '../../modules/nf-core/bcftools/concat/main.nf' - - -workflow BAM_VARIANT_CALLING_FREEBAYES { - - take: - bam_bai_bed // [[meta], bam, bai, bed] - intervals // true or false - fasta // reference [fasta] - fai // reference index [faidx] - - main: - ch_versions = Channel.empty() - - popmap = params.popmap ? Channel.fromPath(params.popmap).first() : [] - - FREEBAYES (bam_bai_bed, intervals, fasta.first(), fai.first(), [], popmap, []) - ch_versions = ch_versions.mix(FREEBAYES.out.versions) - - ch_vcfsort = BCFTOOLS_SORT (FREEBAYES.out.vcf).vcf - ch_versions = ch_versions.mix(BCFTOOLS_SORT.out.versions) - - ch_tbi = TABIX_TABIX (BCFTOOLS_SORT.out.vcf).tbi - ch_versions = ch_versions.mix(TABIX_TABIX.out.versions) - - BCFTOOLS_CONCAT (ch_vcfsort.join (ch_tbi).map{meta,vcf,tbi->[[id:meta.id],vcf,tbi]}.groupTuple(by:0)) - ch_versions = ch_versions.mix(BCFTOOLS_CONCAT.out.versions) - - emit: - vcf = BCFTOOLS_CONCAT.out.vcf - - versions = ch_versions -} \ No newline at end of file diff --git a/subworkflows/local/cdhit_rainbow b/subworkflows/local/cdhit_rainbow deleted file mode 100644 index ddf7aa6..0000000 --- a/subworkflows/local/cdhit_rainbow +++ /dev/null @@ -1,85 +0,0 @@ -include { PREPARE_FORWARD_READS } from '../../modules/local/prepare_forward_reads.nf' -include { COMBINE_UNIQUE_READS } from '../../modules/local/combine_uniq_forward_reads.nf' -include { SEQTK_SEQ } from '../../modules/nf-core/seqtk/seq/main.nf' -include { FASTP as DENOVO_FASTP } from '../../modules/nf-core/fastp/main.nf' -include { CDHIT } from '../../modules/nf-core/cdhit/cdhit/main.nf' // cd-hit -include { CDHIT_TO_RBDIV } from '../../modules/local/cdhit_to_rbdiv.nf' -include { RAINBOW_DIV } from '../../modules/local/rainbow/div/rainbow_div.nf' // rainbow div -include { RAINBOW_MERGE } from '../../modules/local/rainbow/merge/rainbow_merge.nf' // rainbow merge -include { RBMERGE2FASTA as WRITE_FASTA } from '../../modules/local/rbmerge2fasta.nf' // write fasta - - /* Collect individual uniq reads for COMBINING into one Fasta - * Combine reads and experiment with thresholds: - * WithinIndividualRead_MinimumDepth - * BetweenIndividualRead_MinimumDepth - * uniq sequences -> FASTA format using seqtk seq - * TRIM reads with large adapter content using fastp - * Cluster reads using cd-hit est - */ - -workflow CDHIT_RAINBOW { - take: - reads // [[:], [1.fq.gz, 2.fq.gz]] - sequence_type // value exe. 'PE' or 'ROP' - - main: - ch_versions = Channel.empty() - - // deduplicate forward reads - ch_uniq_forwardreads = PREPARE_FORWARD_READS (reads, sequence_type).indv_uniq_seqs - ch_versions = ch_versions.mix(PREPARE_FORWARD_READS.out.versions) - - ch_combine_unique_reads = ch_uniq_forwardreads - .map { - meta, fasta -> - def metaf = [:] // initialize groovy map - metaf.id = meta.id.split(/\d+/)[0] // set id splits at the first number appearance and retains items to the left - metaf.single_end = meta.single_end - - [metaf, fasta] - } - .groupTuple() - - - def minReadDepth_WithinIndividual = params.minreaddepth_withinindividual ?: [2] - def minReadDepth_BetweenIndividual = params.minreaddepth_betweenindividual ?: [2] - - // Combine forward reads across individuals - ch_uniq_full_fasta = COMBINE_UNIQUE_READS (ch_combine_unique_reads, sequence_type, Channel.fromList(minReadDepth_WithinIndividual), Channel.fromList(minReadDepth_BetweenIndividual)).uniq_reads - ch_versions = ch_versions.mix(COMBINE_UNIQUE_READS.out.versions) - - // write dummy quality scores for fastp - ch_uniq_seqtk_fq = SEQTK_SEQ (ch_uniq_full_fasta).fastx - ch_versions = ch_versions.mix(SEQTK_SEQ.out.versions) - - // trim adapter content: last true statement activates code block tailored to denovo pipeline since this was based off a nf-core module - ch_trimadapters_uniq_fasta = DENOVO_FASTP (ch_uniq_seqtk_fq, ch_uniq_full_fasta, false, false, true).fasta - ch_versions = ch_versions.mix(DENOVO_FASTP.out.versions) - - // cluster - ch_cdhit_cluster = CDHIT (ch_trimadapters_uniq_fasta, DENOVO_FASTP.out.totaluniqseq, sequence_type).cdhit_cluster - ch_versions = ch_versions.mix(CDHIT.out.versions) - - if (params.sequence_type == 'PE' || params.sequence_type == 'SE') {totaluniqseq = DENOVO_FASTP.out.totaluniqseq} else {totaluniqseq = CDHIT.out.forward_uniq} - - // cd-hit cluster to rainbow cluster format - ch_rbcluster = CDHIT_TO_RBDIV (ch_cdhit_cluster, totaluniqseq, sequence_type).rbcluster - ch_versions = ch_versions.mix(CDHIT_TO_RBDIV.out.versions) - - // div - ch_rbdiv = RAINBOW_DIV (ch_rbcluster).rbdiv - ch_versions = ch_versions.mix(RAINBOW_DIV.out.versions) // contains awk code not provided in the versions.yml file TODO: awk BusyBox trouble w/ extracting version number within container - - // merge - ch_rbmerge = RAINBOW_MERGE (ch_rbdiv, sequence_type, true).rbmerge - ch_versions = ch_versions.mix(RAINBOW_MERGE.out.versions) - - // output fasta - ch_fasta = WRITE_FASTA (ch_rbdiv, ch_rbmerge).fasta - ch_versions = ch_versions.mix(WRITE_FASTA.out.versions) - - emit: - fasta = ch_fasta - - versions = ch_versions -} \ No newline at end of file diff --git a/subworkflows/local/fastp_processradtags b/subworkflows/local/fastp_processradtags deleted file mode 100644 index a05d778..0000000 --- a/subworkflows/local/fastp_processradtags +++ /dev/null @@ -1,37 +0,0 @@ -include { FASTP } from '../../modules/nf-core/fastp/main.nf' - -workflow PROCESS_RAD { - take: - reads - - main: - ch_versions = Channel.empty() - - // get the first read from fastq files to calculate read length from - reads - .map { - meta, reads -> - if (meta.single_end) { - return [meta.id,reads[0]] - } else { - return [meta.id,reads[1]] - } - } - .splitFastq(record:true,limit:1) - .map { meta, splitfastq -> - return [splitfastq.readString] - } - .set {read_lengths} - - ch_fastp = FASTP (reads, [[],[]], true, false, false).reads // [[meta],[reads]], save_trimmed_failed, save_merged - ch_versions = ch_versions.mix(FASTP.out.versions) - - emit: - trimmed_reads = ch_fastp - read_lengths - fastp_json = FASTP.out.json - - versions = ch_versions - -} - diff --git a/subworkflows/local/fastq_index_align_bwa_minimap b/subworkflows/local/fastq_index_align_bwa_minimap deleted file mode 100644 index e99a49d..0000000 --- a/subworkflows/local/fastq_index_align_bwa_minimap +++ /dev/null @@ -1,104 +0,0 @@ -// -// Align reads w/ BWA or MINIMAP -// - -include { BWA_INDEX } from '../../modules/nf-core/bwa/index/main.nf' -include { BWA_MEM } from '../../modules/nf-core/bwa/mem/main.nf' -include { BWAMEM2_INDEX } from '../../modules/nf-core/bwamem2/index/main.nf' -include { BWAMEM2_MEM } from '../../modules/nf-core/bwamem2/mem/main.nf' -include { MINIMAP2_INDEX } from '../../modules/nf-core/minimap2/index/main.nf' -include { MINIMAP2_ALIGN } from '../../modules/nf-core/minimap2/align/main.nf' -include { UMITOOLS_DEDUP } from '../../modules/nf-core/umitools/dedup/main.nf' -include { SAMTOOLS_INDEX as SAMTOOLS_INDEX_UMI } from '../../modules/nf-core/samtools/index/main.nf' -include { SAMTOOLS_INDEX as SAMTOOLS_INDEX_BAM } from '../../modules/nf-core/samtools/index/main.nf' -include { BAM_STATS_SAMTOOLS } from '../nf-core/bam_stats_samtools/main.nf' -include { BAM_MERGE_INDEX_SAMTOOLS } from '../local/bam_merge_index_samtools' - - -workflow FASTQ_INDEX_ALIGN_BWA_MINIMAP { - - take: - reads - fasta - fai - sequence_type - read_lengths - - main: - ch_versions = Channel.empty() - - switch ( params.aligner ) { - - case 'bwamem': - - BWA_INDEX (fasta) - ch_versions = ch_versions.mix(BWA_INDEX.out.versions) - - // add specific arguments - bam = BWA_MEM (reads, BWA_INDEX.out.index.first(), true, sequence_type, read_lengths.collect()).bam - ch_versions = ch_versions.mix(BWA_MEM.out.versions) - break - - /*case 'minimap2': - - //MINIMAP_INDEX (fasta) - //ch_versions = ch_versions.mix(MINIMAP_INDEX.out.versions) - - bam = MINIMAP2_ALIGN (reads, fasta.map{it[1]}.first(), true, false, false).bam - ch_versions = ch_versions.mix(MINIMAP2_ALIGN.out.versions) - break*/ - - case 'bwamem2': - - BWAMEM2_INDEX (fasta) - ch_versions = ch_versions.mix(BWAMEM2_INDEX.out.versions) - - // add specific arguments - bam = BWAMEM2_MEM (reads, BWAMEM2_INDEX.out.index.first(), true, sequence_type, read_lengths.collect()).bam - ch_versions = ch_versions.mix(BWAMEM2_MEM.out.versions) - break - - default: - - exit 1, "unsupported aligner: ${aligner} \n supported options:" + params.aligner_options - - } - - // split up into 2 channels to decide input for deduplication - bam_to_umi = bam - .branch { meta, bam -> - umi: meta.umi_barcodes == true - no_umi: meta.umi_barcodes == false - } - // need indices with bam files for umitools dedup - bam_bai_to_umi = SAMTOOLS_INDEX_UMI(bam_to_umi.umi).bai.join(bam_to_umi.umi).map{meta, bai, bam -> [meta, bam, bai]} - ch_versions = ch_versions.mix(SAMTOOLS_INDEX_UMI.out.versions) - - // query only reads that satisfied the above condition - umi_bam = UMITOOLS_DEDUP (bam_bai_to_umi, true).bam - ch_versions = ch_versions.mix(UMITOOLS_DEDUP.out.versions) - - bai = SAMTOOLS_INDEX_BAM (bam_to_umi.no_umi.mix(umi_bam)).bai - ch_versions = ch_versions.mix(SAMTOOLS_INDEX_BAM.out.versions) - - // add deduplicated umi reads to no_umi channnel and join the index's - bam_bai = bam_to_umi.no_umi - .mix(umi_bam) - .join(bai) - - // get statistics - BAM_STATS_SAMTOOLS (bam_bai, fasta.map{it[1]}.first()) - ch_versions = ch_versions.mix(BAM_STATS_SAMTOOLS.out.versions) - - mbam_bai = BAM_MERGE_INDEX_SAMTOOLS (bam_bai.map{meta,bam,bai -> [meta, bam]}, fasta.map{it[1]}.first(), fai.map{it[1]}.first()).bam_bai - ch_versions = ch_versions.mix(BAM_MERGE_INDEX_SAMTOOLS.out.versions) - - emit: - bam_bai - mbam_bai - stats = BAM_STATS_SAMTOOLS.out.stats - flagstat = BAM_STATS_SAMTOOLS.out.flagstat - idxstats = BAM_STATS_SAMTOOLS.out.idxstats - - versions = ch_versions -} \ No newline at end of file diff --git a/subworkflows/local/input_check.nf b/subworkflows/local/input_check.nf index d294f04..0aecf87 100644 --- a/subworkflows/local/input_check.nf +++ b/subworkflows/local/input_check.nf @@ -12,7 +12,7 @@ workflow INPUT_CHECK { SAMPLESHEET_CHECK ( samplesheet ) .csv .splitCsv ( header:true, sep:',' ) - .map { create_fastq_channels(it) } + .map { create_fastq_channel(it) } .set { reads } emit: @@ -21,23 +21,24 @@ workflow INPUT_CHECK { } // Function to get list of [ meta, [ fastq_1, fastq_2 ] ] -def create_fastq_channels(LinkedHashMap row) { +def create_fastq_channel(LinkedHashMap row) { + // create meta map def meta = [:] - meta.id = row.sample - meta.single_end = row.single_end.toBoolean() - meta.umi_barcodes = row.umi_barcodes.toBoolean() + meta.id = row.sample + meta.single_end = row.single_end.toBoolean() - def array = [] + // add path(s) of the fastq file(s) to the meta map + def fastq_meta = [] if (!file(row.fastq_1).exists()) { exit 1, "ERROR: Please check input samplesheet -> Read 1 FastQ file does not exist!\n${row.fastq_1}" } if (meta.single_end) { - array = [ meta, [ file(row.fastq_1) ] ] + fastq_meta = [ meta, [ file(row.fastq_1) ] ] } else { if (!file(row.fastq_2).exists()) { exit 1, "ERROR: Please check input samplesheet -> Read 2 FastQ file does not exist!\n${row.fastq_2}" } - array = [ meta, [ file(row.fastq_1), file(row.fastq_2) ] ] + fastq_meta = [ meta, [ file(row.fastq_1), file(row.fastq_2) ] ] } - return array + return fastq_meta } diff --git a/subworkflows/nf-core/bam_dedup_stats_samtools_umitools/main.nf b/subworkflows/nf-core/bam_dedup_stats_samtools_umitools/main.nf deleted file mode 100644 index 9d4294f..0000000 --- a/subworkflows/nf-core/bam_dedup_stats_samtools_umitools/main.nf +++ /dev/null @@ -1,56 +0,0 @@ -// -// UMI-tools dedup, index BAM file and run samtools stats, flagstat and idxstats -// - -include { UMITOOLS_DEDUP } from '../../../modules/nf-core/umitools/dedup/main' -include { SAMTOOLS_INDEX } from '../../../modules/nf-core/samtools/index/main' -include { BAM_STATS_SAMTOOLS } from '../bam_stats_samtools/main' - -workflow BAM_DEDUP_STATS_SAMTOOLS_UMITOOLS { - take: - bam_bai // channel: [ val(meta), [ bam ], [ bai/csi ] ] - get_dedup_stats // boolean: true/false - - main: - - ch_versions = Channel.empty() - - // - // UMI-tools dedup - // - UMITOOLS_DEDUP ( bam_bai, get_dedup_stats ) - ch_versions = ch_versions.mix(UMITOOLS_DEDUP.out.versions.first()) - - // - // Index BAM file and run samtools stats, flagstat and idxstats - // - SAMTOOLS_INDEX ( UMITOOLS_DEDUP.out.bam ) - ch_versions = ch_versions.mix(SAMTOOLS_INDEX.out.versions.first()) - - UMITOOLS_DEDUP.out.bam - .join(SAMTOOLS_INDEX.out.bai, by: [0], remainder: true) - .join(SAMTOOLS_INDEX.out.csi, by: [0], remainder: true) - .map { - meta, bam, bai, csi -> - if (bai) { - [ meta, bam, bai ] - } else { - [ meta, bam, csi ] - } - } - .set { ch_bam_bai } - - BAM_STATS_SAMTOOLS ( ch_bam_bai, [] ) - ch_versions = ch_versions.mix(BAM_STATS_SAMTOOLS.out.versions) - - emit: - bam = UMITOOLS_DEDUP.out.bam // channel: [ val(meta), [ bam ] ] - - bai = SAMTOOLS_INDEX.out.bai // channel: [ val(meta), [ bai ] ] - csi = SAMTOOLS_INDEX.out.csi // channel: [ val(meta), [ csi ] ] - stats = BAM_STATS_SAMTOOLS.out.stats // channel: [ val(meta), [ stats ] ] - flagstat = BAM_STATS_SAMTOOLS.out.flagstat // channel: [ val(meta), [ flagstat ] ] - idxstats = BAM_STATS_SAMTOOLS.out.idxstats // channel: [ val(meta), [ idxstats ] ] - - versions = ch_versions // channel: [ versions.yml ] -} diff --git a/subworkflows/nf-core/bam_dedup_stats_samtools_umitools/meta.yml b/subworkflows/nf-core/bam_dedup_stats_samtools_umitools/meta.yml deleted file mode 100644 index a3b2947..0000000 --- a/subworkflows/nf-core/bam_dedup_stats_samtools_umitools/meta.yml +++ /dev/null @@ -1,56 +0,0 @@ -name: "bam_dedup_stats_samtools_umitools" -description: UMI-tools dedup, index BAM file and run samtools stats, flagstat and idxstats -keywords: - - umi - - dedup - - index - - bam - - sam - - cram -modules: - - umitools/dedup - - samtools/index - - samtools/stats - - samtools/idxstats - - samtools/flagstat -input: - - bam_bai: - type: file - description: BAM/CRAM/SAM file - pattern: "*.{bam,cram,sam}" - - get_dedup_stats: - type: boolean - description: | - Generate output stats when running "umi_tools dedup" -output: - - bam: - type: file - description: Umi deduplicated BAM/CRAM/SAM file - pattern: "*.{bam,cram,sam}" - - bai: - type: file - description: Umi deduplicated BAM/CRAM/SAM samtools index - pattern: "*.{bai,crai,sai}" - - csi: - type: file - description: CSI samtools index - pattern: "*.csi" - - stats: - type: file - description: File containing samtools stats output - pattern: "*.{stats}" - - flagstat: - type: file - description: File containing samtools flagstat output - pattern: "*.{flagstat}" - - idxstats: - type: file - description: File containing samtools idxstats output - pattern: "*.{idxstats}" - - versions: - type: file - description: File containing software versions - pattern: "versions.yml" -authors: - - "@drpatelh" - - "@KamilMaliszArdigen" diff --git a/subworkflows/nf-core/bam_stats_samtools/main.nf b/subworkflows/nf-core/bam_stats_samtools/main.nf deleted file mode 100644 index cfcc48d..0000000 --- a/subworkflows/nf-core/bam_stats_samtools/main.nf +++ /dev/null @@ -1,32 +0,0 @@ -// -// Run SAMtools stats, flagstat and idxstats -// - -include { SAMTOOLS_STATS } from '../../../modules/nf-core/samtools/stats/main' -include { SAMTOOLS_IDXSTATS } from '../../../modules/nf-core/samtools/idxstats/main' -include { SAMTOOLS_FLAGSTAT } from '../../../modules/nf-core/samtools/flagstat/main' - -workflow BAM_STATS_SAMTOOLS { - take: - bam_bai // channel: [ val(meta), [ bam/cram ], [bai/csi] ] - fasta // channel: [ fasta ] - - main: - ch_versions = Channel.empty() - - SAMTOOLS_STATS ( bam_bai, fasta ) - ch_versions = ch_versions.mix(SAMTOOLS_STATS.out.versions) - - SAMTOOLS_FLAGSTAT ( bam_bai ) - ch_versions = ch_versions.mix(SAMTOOLS_FLAGSTAT.out.versions) - - SAMTOOLS_IDXSTATS ( bam_bai ) - ch_versions = ch_versions.mix(SAMTOOLS_IDXSTATS.out.versions) - - emit: - stats = SAMTOOLS_STATS.out.stats // channel: [ val(meta), [ stats ] ] - flagstat = SAMTOOLS_FLAGSTAT.out.flagstat // channel: [ val(meta), [ flagstat ] ] - idxstats = SAMTOOLS_IDXSTATS.out.idxstats // channel: [ val(meta), [ idxstats ] ] - - versions = ch_versions // channel: [ versions.yml ] -} diff --git a/subworkflows/nf-core/bam_stats_samtools/meta.yml b/subworkflows/nf-core/bam_stats_samtools/meta.yml deleted file mode 100644 index 5252b0e..0000000 --- a/subworkflows/nf-core/bam_stats_samtools/meta.yml +++ /dev/null @@ -1,54 +0,0 @@ -name: bam_stats_samtools -description: Produces comprehensive statistics from SAM/BAM/CRAM file -keywords: - - statistics - - counts - - bam - - sam - - cram -modules: - - samtools/stats - - samtools/idxstats - - samtools/flagstat -input: - - meta: - type: map - description: | - Groovy Map containing sample information - e.g. [ id:'test', single_end:false ] - - bam: - type: file - description: BAM/CRAM/SAM file - pattern: "*.{bam,cram,sam}" - - bai: - type: file - description: Index for BAM/CRAM/SAM file - pattern: "*.{bai,crai,sai}" - - fasta: - type: file - description: Reference genome fasta file - pattern: "*.{fasta,fa}" -output: - - meta: - type: map - description: | - Groovy Map containing sample information - e.g. [ id:'test', single_end:false ] - - stats: - type: file - description: File containing samtools stats output - pattern: "*.{stats}" - - flagstat: - type: file - description: File containing samtools flagstat output - pattern: "*.{flagstat}" - - idxstats: - type: file - description: File containing samtools idxstats output - pattern: "*.{idxstats}" - - versions: - type: file - description: File containing software versions - pattern: "versions.yml" -authors: - - "@drpatelh" diff --git a/tower.yml b/tower.yml new file mode 100644 index 0000000..787aedf --- /dev/null +++ b/tower.yml @@ -0,0 +1,5 @@ +reports: + multiqc_report.html: + display: "MultiQC HTML report" + samplesheet.csv: + display: "Auto-created samplesheet with collated metadata and FASTQ paths" diff --git a/workflows/radseq.nf b/workflows/radseq.nf index e4ab1a5..2aa0a95 100644 --- a/workflows/radseq.nf +++ b/workflows/radseq.nf @@ -1,7 +1,7 @@ /* -======================================================================================== +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ VALIDATE INPUTS -======================================================================================== +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ def summary_params = NfcoreSchema.paramsSummaryMap(workflow, params) @@ -9,42 +9,40 @@ def summary_params = NfcoreSchema.paramsSummaryMap(workflow, params) // Validate input parameters WorkflowRadseq.initialise(params, log) +// TODO nf-core: Add all file path parameters for the pipeline to the list below // Check input path parameters to see if they exist -def checkPathParamList = [ params.input, params.multiqc_config , params.genome, params.popmap] +def checkPathParamList = [ params.input, params.multiqc_config, params.fasta ] for (param in checkPathParamList) { if (param) { file(param, checkIfExists: true) } } // Check mandatory parameters if (params.input) { ch_input = file(params.input) } else { exit 1, 'Input samplesheet not specified!' } /* -======================================================================================== +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CONFIG FILES -======================================================================================== +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ -ch_multiqc_config = file("$projectDir/assets/multiqc_config.yaml", checkIfExists: true) -ch_multiqc_custom_config = params.multiqc_config ? Channel.fromPath(params.multiqc_config) : Channel.empty() +ch_multiqc_config = Channel.fromPath("$projectDir/assets/multiqc_config.yml", checkIfExists: true) +ch_multiqc_custom_config = params.multiqc_config ? Channel.fromPath( params.multiqc_config, checkIfExists: true ) : Channel.empty() +ch_multiqc_logo = params.multiqc_logo ? Channel.fromPath( params.multiqc_logo, checkIfExists: true ) : Channel.empty() +ch_multiqc_custom_methods_description = params.multiqc_methods_description ? file(params.multiqc_methods_description, checkIfExists: true) : file("$projectDir/assets/methods_description_template.yml", checkIfExists: true) /* -======================================================================================== +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ IMPORT LOCAL MODULES/SUBWORKFLOWS -======================================================================================== +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ // // SUBWORKFLOW: Consisting of a mix of local and nf-core/modules // -include { INPUT_CHECK } from '../subworkflows/local/input_check' -include { PROCESS_RAD } from '../subworkflows/local/fastp_processradtags' -include { CDHIT_RAINBOW as DENOVO } from '../subworkflows/local/cdhit_rainbow' -include { FASTQ_INDEX_ALIGN_BWA_MINIMAP as ALIGN } from '../subworkflows/local/fastq_index_align_bwa_minimap' -include { BAM_INTERVALS_BEDTOOLS } from '../subworkflows/local/bam_intervals_bedtools' -include { BAM_VARIANT_CALLING_FREEBAYES } from '../subworkflows/local/bam_variant_calling_freebayes' +include { INPUT_CHECK } from '../subworkflows/local/input_check' /* -======================================================================================== +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ IMPORT NF-CORE MODULES/SUBWORKFLOWS -======================================================================================== +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ // @@ -53,12 +51,11 @@ include { BAM_VARIANT_CALLING_FREEBAYES } from '../subworkflows/local/b include { FASTQC } from '../modules/nf-core/fastqc/main' include { MULTIQC } from '../modules/nf-core/multiqc/main' include { CUSTOM_DUMPSOFTWAREVERSIONS } from '../modules/nf-core/custom/dumpsoftwareversions/main' -include { SAMTOOLS_FAIDX } from '../modules/nf-core/samtools/faidx/main.nf' /* -======================================================================================== +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ RUN MAIN WORKFLOW -======================================================================================== +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ // Info required for completion email and summary @@ -76,83 +73,6 @@ workflow RADSEQ { ) ch_versions = ch_versions.mix(INPUT_CHECK.out.versions) - // - // SUBWORKFLOW: remove/trim low quality reads, trim umi's - // - PROCESS_RAD ( - INPUT_CHECK.out.reads - ) - ch_versions = ch_versions.mix(PROCESS_RAD.out.versions) - - // assign fasta channel based on method in config file - switch ( params.method ) { - // assign ch_reference (input for aligning subworkflow) to the reference in the params - case 'reference': - ch_reference = Channel.fromPath(params.genome) - .map{genome -> tuple (genome.simpleName, genome)} - break - case 'denovo': - /* SUBWORKFLOW: Cluster READS after applying unique read thresholds within and among samples. - * option to provide a list of minimum depth thresholds. See nextflow.config for more details*/ - ch_reference = DENOVO ( - INPUT_CHECK.out.reads, - params.sequence_type // sequence type exe.: 'SE', 'PE', '' - ).fasta - ch_versions = ch_versions.mix(DENOVO.out.versions) - break - default: - exit 1, "unknown method: ${method} \n supported options:" + params.method_options - } - - // nf-core module index reference for bedtools + freebayes - ch_faidx = SAMTOOLS_FAIDX ( - ch_reference - ).fai - ch_versions = ch_versions.mix(SAMTOOLS_FAIDX.out.versions) - - // - // SUBWORKFLOW: generate fasta indexes, align input files, dedup reads, index bam, calculate statistics - // if denovo and paired then pass length_stats to bwa mem - ch_bam_bai = ALIGN ( - PROCESS_RAD.out.trimmed_reads, - ch_reference, - ch_faidx, - params.sequence_type, - PROCESS_RAD.out.read_lengths - ).bam_bai - ch_versions = ch_versions.mix(ALIGN.out.versions) - - // - // SUBWORKFLOW: freebayes multithreading based on read coverage - // - ch_intervals = BAM_INTERVALS_BEDTOOLS ( - ch_bam_bai.map{meta, bam, bai -> [meta, bam]}, - ch_faidx.map{it[1]}, - PROCESS_RAD.out.read_lengths, - params.max_read_coverage_to_split - ).intervals - ch_versions = ch_versions.mix(BAM_INTERVALS_BEDTOOLS.out.versions) - - ch_bam_bai_bed = ALIGN.out.mbam_bai - .combine(ch_intervals.map{it[1]}) - .map { meta, bam, bai, bed -> - [[ - id: meta.id, - interval: bed.getName().tokenize( '.' )[1] - ], - bam, bai, bed] - } - // - // SUBWORKFLOW: freebayes parallel variant calling - // - vcf = BAM_VARIANT_CALLING_FREEBAYES ( - ch_bam_bai_bed, - true, - ch_reference.map{it[1]}, - ch_faidx.map{it[1]} - ).vcf - ch_versions = ch_versions.mix(BAM_VARIANT_CALLING_FREEBAYES.out.versions) - // // MODULE: Run FastQC // @@ -171,31 +91,28 @@ workflow RADSEQ { workflow_summary = WorkflowRadseq.paramsSummaryMultiqc(workflow, summary_params) ch_workflow_summary = Channel.value(workflow_summary) + methods_description = WorkflowRadseq.methodsDescriptionText(workflow, ch_multiqc_custom_methods_description) + ch_methods_description = Channel.value(methods_description) + ch_multiqc_files = Channel.empty() - ch_multiqc_files = ch_multiqc_files.mix(Channel.from(ch_multiqc_config)) - ch_multiqc_files = ch_multiqc_files.mix(ch_multiqc_custom_config.collect().ifEmpty([])) ch_multiqc_files = ch_multiqc_files.mix(ch_workflow_summary.collectFile(name: 'workflow_summary_mqc.yaml')) + ch_multiqc_files = ch_multiqc_files.mix(ch_methods_description.collectFile(name: 'methods_description_mqc.yaml')) ch_multiqc_files = ch_multiqc_files.mix(CUSTOM_DUMPSOFTWAREVERSIONS.out.mqc_yml.collect()) ch_multiqc_files = ch_multiqc_files.mix(FASTQC.out.zip.collect{it[1]}.ifEmpty([])) - ch_multiqc_files = ch_multiqc_files.mix(PROCESS_RAD.out.fastp_json.collect{it[1]}.ifEmpty([])) - ch_multiqc_files = ch_multiqc_files.mix(ALIGN.out.stats.collect{it[1]}.ifEmpty([])) - ch_multiqc_files = ch_multiqc_files.mix(ALIGN.out.flagstat.collect{it[1]}.ifEmpty([])) - ch_multiqc_files = ch_multiqc_files.mix(ALIGN.out.idxstats.collect{it[1]}.ifEmpty([])) MULTIQC ( ch_multiqc_files.collect(), - [], - [], - [] + ch_multiqc_config.toList(), + ch_multiqc_custom_config.toList(), + ch_multiqc_logo.toList() ) multiqc_report = MULTIQC.out.report.toList() - ch_versions = ch_versions.mix(MULTIQC.out.versions) } /* -======================================================================================== +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ COMPLETION EMAIL AND SUMMARY -======================================================================================== +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ workflow.onComplete { @@ -203,10 +120,13 @@ workflow.onComplete { NfcoreTemplate.email(workflow, params, summary_params, projectDir, log, multiqc_report) } NfcoreTemplate.summary(workflow, params, log) + if (params.hook_url) { + NfcoreTemplate.IM_notification(workflow, params, summary_params, projectDir, log) + } } /* -======================================================================================== +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ THE END -======================================================================================== +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ From d7ce3746222b8c25589d750b97396bd683a8efbb Mon Sep 17 00:00:00 2001 From: nf-core-bot Date: Fri, 30 Jun 2023 16:15:12 +0000 Subject: [PATCH 02/14] Template update for nf-core/tools version 2.9 --- .github/CONTRIBUTING.md | 1 - .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- .github/workflows/awsfulltest.yml | 11 +- .github/workflows/awstest.yml | 10 +- .github/workflows/ci.yml | 2 +- .gitpod.yml | 5 + CITATIONS.md | 6 + README.md | 6 +- assets/methods_description_template.yml | 12 +- assets/multiqc_config.yml | 4 +- assets/nf-core-radseq_logo_light.png | Bin 10833 -> 73273 bytes assets/slackreport.json | 2 +- conf/test_full.config | 2 - docs/usage.md | 6 +- lib/NfcoreSchema.groovy | 530 ------------------------ lib/NfcoreTemplate.groovy | 2 +- lib/WorkflowMain.groovy | 37 -- lib/WorkflowRadseq.groovy | 45 +- main.nf | 16 + nextflow.config | 52 ++- nextflow_schema.json | 36 +- workflows/radseq.nf | 25 +- 22 files changed, 175 insertions(+), 637 deletions(-) delete mode 100755 lib/NfcoreSchema.groovy diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 918a0ec..b08f031 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -116,4 +116,3 @@ To get started: Devcontainer specs: - [DevContainer config](.devcontainer/devcontainer.json) -- [Dockerfile](.devcontainer/Dockerfile) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 269917a..5f37e20 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -42,7 +42,7 @@ body: attributes: label: System information description: | - * Nextflow version _(eg. 22.10.1)_ + * Nextflow version _(eg. 23.04.0)_ * Hardware _(eg. HPC, Desktop, Cloud)_ * Executor _(eg. slurm, local, awsbatch)_ * Container engine: _(e.g. Docker, Singularity, Conda, Podman, Shifter, Charliecloud, or Apptainer)_ diff --git a/.github/workflows/awsfulltest.yml b/.github/workflows/awsfulltest.yml index 8300e7a..55f285e 100644 --- a/.github/workflows/awsfulltest.yml +++ b/.github/workflows/awsfulltest.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Launch workflow via tower - uses: seqeralabs/action-tower-launch@v1 + uses: seqeralabs/action-tower-launch@v2 # TODO nf-core: You can customise AWS full pipeline tests as required # Add full size test data (but still relatively small datasets for few samples) # on the `test_full.config` test runs with only one set of parameters @@ -22,13 +22,18 @@ jobs: workspace_id: ${{ secrets.TOWER_WORKSPACE_ID }} access_token: ${{ secrets.TOWER_ACCESS_TOKEN }} compute_env: ${{ secrets.TOWER_COMPUTE_ENV }} + revision: ${{ github.sha }} workdir: s3://${{ secrets.AWS_S3_BUCKET }}/work/radseq/work-${{ github.sha }} parameters: | { + "hook_url": "${{ secrets.MEGATESTS_ALERTS_SLACK_HOOK_URL }}", "outdir": "s3://${{ secrets.AWS_S3_BUCKET }}/radseq/results-${{ github.sha }}" } - profiles: test_full,aws_tower + profiles: test_full + - uses: actions/upload-artifact@v3 with: name: Tower debug log file - path: tower_action_*.log + path: | + tower_action_*.log + tower_action_*.json diff --git a/.github/workflows/awstest.yml b/.github/workflows/awstest.yml index a80bb03..34c1d73 100644 --- a/.github/workflows/awstest.yml +++ b/.github/workflows/awstest.yml @@ -12,18 +12,22 @@ jobs: steps: # Launch workflow using Tower CLI tool action - name: Launch workflow via tower - uses: seqeralabs/action-tower-launch@v1 + uses: seqeralabs/action-tower-launch@v2 with: workspace_id: ${{ secrets.TOWER_WORKSPACE_ID }} access_token: ${{ secrets.TOWER_ACCESS_TOKEN }} compute_env: ${{ secrets.TOWER_COMPUTE_ENV }} + revision: ${{ github.sha }} workdir: s3://${{ secrets.AWS_S3_BUCKET }}/work/radseq/work-${{ github.sha }} parameters: | { "outdir": "s3://${{ secrets.AWS_S3_BUCKET }}/radseq/results-test-${{ github.sha }}" } - profiles: test,aws_tower + profiles: test + - uses: actions/upload-artifact@v3 with: name: Tower debug log file - path: tower_action_*.log + path: | + tower_action_*.log + tower_action_*.json diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ab9c586..1a0ac38 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: strategy: matrix: NXF_VER: - - "22.10.1" + - "23.04.0" - "latest-everything" steps: - name: Check out pipeline code diff --git a/.gitpod.yml b/.gitpod.yml index 85d95ec..25488dc 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -1,4 +1,9 @@ image: nfcore/gitpod:latest +tasks: + - name: Update Nextflow and setup pre-commit + command: | + pre-commit install --install-hooks + nextflow self-update vscode: extensions: # based on nf-core.nf-core-extensionpack diff --git a/CITATIONS.md b/CITATIONS.md index 7d9663b..9b2956c 100644 --- a/CITATIONS.md +++ b/CITATIONS.md @@ -12,7 +12,10 @@ - [FastQC](https://www.bioinformatics.babraham.ac.uk/projects/fastqc/) + > Andrews, S. (2010). FastQC: A Quality Control Tool for High Throughput Sequence Data [Online]. Available online https://www.bioinformatics.babraham.ac.uk/projects/fastqc/. + - [MultiQC](https://pubmed.ncbi.nlm.nih.gov/27312411/) + > Ewels P, Magnusson M, Lundin S, Käller M. MultiQC: summarize analysis results for multiple tools and samples in a single report. Bioinformatics. 2016 Oct 1;32(19):3047-8. doi: 10.1093/bioinformatics/btw354. Epub 2016 Jun 16. PubMed PMID: 27312411; PubMed Central PMCID: PMC5039924. ## Software packaging/containerisation tools @@ -31,5 +34,8 @@ - [Docker](https://dl.acm.org/doi/10.5555/2600239.2600241) + > Merkel, D. (2014). Docker: lightweight linux containers for consistent development and deployment. Linux Journal, 2014(239), 2. doi: 10.5555/2600239.2600241. + - [Singularity](https://pubmed.ncbi.nlm.nih.gov/28494014/) + > Kurtzer GM, Sochat V, Bauer MW. Singularity: Scientific containers for mobility of compute. PLoS One. 2017 May 11;12(5):e0177459. doi: 10.1371/journal.pone.0177459. eCollection 2017. PubMed PMID: 28494014; PubMed Central PMCID: PMC5426675. diff --git a/README.md b/README.md index d2f4303..4e41365 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![AWS CI](https://img.shields.io/badge/CI%20tests-full%20size-FF9900?labelColor=000000&logo=Amazon%20AWS)](https://nf-co.re/radseq/results)[![Cite with Zenodo](http://img.shields.io/badge/DOI-10.5281/zenodo.XXXXXXX-1073c8?labelColor=000000)](https://doi.org/10.5281/zenodo.XXXXXXX) -[![Nextflow](https://img.shields.io/badge/nextflow%20DSL2-%E2%89%A522.10.1-23aa62.svg)](https://www.nextflow.io/) +[![Nextflow](https://img.shields.io/badge/nextflow%20DSL2-%E2%89%A523.04.0-23aa62.svg)](https://www.nextflow.io/) [![run with conda](http://img.shields.io/badge/run%20with-conda-3EB049?labelColor=000000&logo=anaconda)](https://docs.conda.io/en/latest/) [![run with docker](https://img.shields.io/badge/run%20with-docker-0db7ed?labelColor=000000&logo=docker)](https://www.docker.com/) [![run with singularity](https://img.shields.io/badge/run%20with-singularity-1d355c.svg?labelColor=000000)](https://sylabs.io/docs/) @@ -66,11 +66,11 @@ nextflow run nf-core/radseq \ > provided by the `-c` Nextflow option can be used to provide any configuration _**except for parameters**_; > see [docs](https://nf-co.re/usage/configuration#custom-configuration-files). -For more details, please refer to the [usage documentation](https://nf-co.re/radseq/usage) and the [parameter documentation](https://nf-co.re/radseq/parameters). +For more details and further functionality, please refer to the [usage documentation](https://nf-co.re/radseq/usage) and the [parameter documentation](https://nf-co.re/radseq/parameters). ## Pipeline output -To see the the results of a test run with a full size dataset refer to the [results](https://nf-co.re/radseq/results) tab on the nf-core website pipeline page. +To see the results of an example test run with a full size dataset refer to the [results](https://nf-co.re/radseq/results) tab on the nf-core website pipeline page. For more details about the output files and reports, please refer to the [output documentation](https://nf-co.re/radseq/output). diff --git a/assets/methods_description_template.yml b/assets/methods_description_template.yml index 91ea251..8839c15 100644 --- a/assets/methods_description_template.yml +++ b/assets/methods_description_template.yml @@ -3,17 +3,21 @@ description: "Suggested text and references to use when describing pipeline usag section_name: "nf-core/radseq Methods Description" section_href: "https://github.com/nf-core/radseq" plot_type: "html" -## TODO nf-core: Update the HTML below to your prefered methods description, e.g. add publication citation for this pipeline +## TODO nf-core: Update the HTML below to your preferred methods description, e.g. add publication citation for this pipeline ## You inject any metadata in the Nextflow '${workflow}' object data: |

    Methods

    -

    Data was processed using nf-core/radseq v${workflow.manifest.version} ${doi_text} of the nf-core collection of workflows (Ewels et al., 2020).

    +

    Data was processed using nf-core/radseq v${workflow.manifest.version} ${doi_text} of the nf-core collection of workflows (Ewels et al., 2020), utilising reproducible software environments from the Bioconda (Grüning et al., 2018) and Biocontainers (da Veiga Leprevost et al., 2017) projects.

    The pipeline was executed with Nextflow v${workflow.nextflow.version} (Di Tommaso et al., 2017) with the following command:

    ${workflow.commandLine}
    +

    ${tool_citations}

    References

      -
    • Di Tommaso, P., Chatzou, M., Floden, E. W., Barja, P. P., Palumbo, E., & Notredame, C. (2017). Nextflow enables reproducible computational workflows. Nature Biotechnology, 35(4), 316-319. https://doi.org/10.1038/nbt.3820
    • -
    • Ewels, P. A., Peltzer, A., Fillinger, S., Patel, H., Alneberg, J., Wilm, A., Garcia, M. U., Di Tommaso, P., & Nahnsen, S. (2020). The nf-core framework for community-curated bioinformatics pipelines. Nature Biotechnology, 38(3), 276-278. https://doi.org/10.1038/s41587-020-0439-x
    • +
    • Di Tommaso, P., Chatzou, M., Floden, E. W., Barja, P. P., Palumbo, E., & Notredame, C. (2017). Nextflow enables reproducible computational workflows. Nature Biotechnology, 35(4), 316-319. doi: 10.1038/nbt.3820
    • +
    • Ewels, P. A., Peltzer, A., Fillinger, S., Patel, H., Alneberg, J., Wilm, A., Garcia, M. U., Di Tommaso, P., & Nahnsen, S. (2020). The nf-core framework for community-curated bioinformatics pipelines. Nature Biotechnology, 38(3), 276-278. doi: 10.1038/s41587-020-0439-x
    • +
    • Grüning, B., Dale, R., Sjödin, A., Chapman, B. A., Rowe, J., Tomkins-Tinch, C. H., Valieris, R., Köster, J., & Bioconda Team. (2018). Bioconda: sustainable and comprehensive software distribution for the life sciences. Nature Methods, 15(7), 475–476. doi: 10.1038/s41592-018-0046-7
    • +
    • da Veiga Leprevost, F., Grüning, B. A., Alves Aflitos, S., Röst, H. L., Uszkoreit, J., Barsnes, H., Vaudel, M., Moreno, P., Gatto, L., Weber, J., Bai, M., Jimenez, R. C., Sachsenberg, T., Pfeuffer, J., Vera Alvarez, R., Griss, J., Nesvizhskii, A. I., & Perez-Riverol, Y. (2017). BioContainers: an open-source and community-driven framework for software standardization. Bioinformatics (Oxford, England), 33(16), 2580–2582. doi: 10.1093/bioinformatics/btx192
    • + ${tool_bibliography}
    Notes:
    diff --git a/assets/multiqc_config.yml b/assets/multiqc_config.yml index 141d773..16e32b6 100644 --- a/assets/multiqc_config.yml +++ b/assets/multiqc_config.yml @@ -1,7 +1,7 @@ report_comment: > - This report has been generated by the nf-core/radseq + This report has been generated by the nf-core/radseq analysis pipeline. For information about how to interpret these results, please see the - documentation. + documentation. report_section_order: "nf-core-radseq-methods-description": order: -1000 diff --git a/assets/nf-core-radseq_logo_light.png b/assets/nf-core-radseq_logo_light.png index 706a3a9aab6fe531d2852f5b1c99b38c2fe5c717..841b4bf9da2f8fb9bd4c889b09e06f585c19ee38 100644 GIT binary patch literal 73273 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�ev`Q}H7y#R1zKkC5n?0_OP7^FqWWeXhX0t0pNK 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

    )bNtXB<>| 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 TJsmhB3er;3Q>|9EdHcTr;6uMH diff --git a/assets/slackreport.json b/assets/slackreport.json index 043d02f..3001769 100644 --- a/assets/slackreport.json +++ b/assets/slackreport.json @@ -3,7 +3,7 @@ { "fallback": "Plain-text summary of the attachment.", "color": "<% if (success) { %>good<% } else { %>danger<%} %>", - "author_name": "sanger-tol/readmapping v${version} - ${runName}", + "author_name": "nf-core/radseq v${version} - ${runName}", "author_icon": "https://www.nextflow.io/docs/latest/_static/favicon.ico", "text": "<% if (success) { %>Pipeline completed successfully!<% } else { %>Pipeline completed with errors<% } %>", "fields": [ diff --git a/conf/test_full.config b/conf/test_full.config index fed539a..2015584 100644 --- a/conf/test_full.config +++ b/conf/test_full.config @@ -10,8 +10,6 @@ ---------------------------------------------------------------------------------------- */ -cleanup = true - params { config_profile_name = 'Full test profile' config_profile_description = 'Full test dataset to check pipeline function' diff --git a/docs/usage.md b/docs/usage.md index acfa8e8..c5ce408 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -57,7 +57,7 @@ An [example samplesheet](../assets/samplesheet.csv) has been provided with the p The typical command for running the pipeline is as follows: ```bash -nextflow run nf-core/radseq --input samplesheet.csv --outdir --genome GRCh37 -profile docker +nextflow run nf-core/radseq --input ./samplesheet.csv --outdir ./results --genome GRCh37 -profile docker ``` This will launch the pipeline with the `docker` configuration profile. See below for more information about profiles. @@ -76,7 +76,8 @@ If you wish to repeatedly use the same parameters for multiple runs, rather than Pipeline settings can be provided in a `yaml` or `json` file via `-params-file `. > ⚠️ Do not use `-c ` to specify parameters as this will result in errors. Custom config files specified with `-c` must only be used for [tuning process resource specifications](https://nf-co.re/docs/usage/configuration#tuning-workflow-resources), other infrastructural tweaks (such as output directories), or module arguments (args). -> The above pipeline run specified with a params file in yaml format: + +The above pipeline run specified with a params file in yaml format: ```bash nextflow run nf-core/radseq -profile docker -params-file params.yaml @@ -88,7 +89,6 @@ with `params.yaml` containing: input: './samplesheet.csv' outdir: './results/' genome: 'GRCh37' -input: 'data' <...> ``` diff --git a/lib/NfcoreSchema.groovy b/lib/NfcoreSchema.groovy deleted file mode 100755 index 9b34804..0000000 --- a/lib/NfcoreSchema.groovy +++ /dev/null @@ -1,530 +0,0 @@ -// -// This file holds several functions used to perform JSON parameter validation, help and summary rendering for the nf-core pipeline template. -// - -import nextflow.Nextflow -import org.everit.json.schema.Schema -import org.everit.json.schema.loader.SchemaLoader -import org.everit.json.schema.ValidationException -import org.json.JSONObject -import org.json.JSONTokener -import org.json.JSONArray -import groovy.json.JsonSlurper -import groovy.json.JsonBuilder - -class NfcoreSchema { - - // - // Resolve Schema path relative to main workflow directory - // - public static String getSchemaPath(workflow, schema_filename='nextflow_schema.json') { - return "${workflow.projectDir}/${schema_filename}" - } - - // - // Function to loop over all parameters defined in schema and check - // whether the given parameters adhere to the specifications - // - /* groovylint-disable-next-line UnusedPrivateMethodParameter */ - public static void validateParameters(workflow, params, log, schema_filename='nextflow_schema.json') { - def has_error = false - //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~// - // Check for nextflow core params and unexpected params - def json = new File(getSchemaPath(workflow, schema_filename=schema_filename)).text - def Map schemaParams = (Map) new JsonSlurper().parseText(json).get('definitions') - def nf_params = [ - // Options for base `nextflow` command - 'bg', - 'c', - 'C', - 'config', - 'd', - 'D', - 'dockerize', - 'h', - 'log', - 'q', - 'quiet', - 'syslog', - 'v', - - // Options for `nextflow run` command - 'ansi', - 'ansi-log', - 'bg', - 'bucket-dir', - 'c', - 'cache', - 'config', - 'dsl2', - 'dump-channels', - 'dump-hashes', - 'E', - 'entry', - 'latest', - 'lib', - 'main-script', - 'N', - 'name', - 'offline', - 'params-file', - 'pi', - 'plugins', - 'poll-interval', - 'pool-size', - 'profile', - 'ps', - 'qs', - 'queue-size', - 'r', - 'resume', - 'revision', - 'stdin', - 'stub', - 'stub-run', - 'test', - 'w', - 'with-apptainer', - 'with-charliecloud', - 'with-conda', - 'with-dag', - 'with-docker', - 'with-mpi', - 'with-notification', - 'with-podman', - 'with-report', - 'with-singularity', - 'with-timeline', - 'with-tower', - 'with-trace', - 'with-weblog', - 'without-docker', - 'without-podman', - 'work-dir' - ] - def unexpectedParams = [] - - // Collect expected parameters from the schema - def expectedParams = [] - def enums = [:] - for (group in schemaParams) { - for (p in group.value['properties']) { - expectedParams.push(p.key) - if (group.value['properties'][p.key].containsKey('enum')) { - enums[p.key] = group.value['properties'][p.key]['enum'] - } - } - } - - for (specifiedParam in params.keySet()) { - // nextflow params - if (nf_params.contains(specifiedParam)) { - log.error "ERROR: You used a core Nextflow option with two hyphens: '--${specifiedParam}'. Please resubmit with '-${specifiedParam}'" - has_error = true - } - // unexpected params - def params_ignore = params.schema_ignore_params.split(',') + 'schema_ignore_params' - def expectedParamsLowerCase = expectedParams.collect{ it.replace("-", "").toLowerCase() } - def specifiedParamLowerCase = specifiedParam.replace("-", "").toLowerCase() - def isCamelCaseBug = (specifiedParam.contains("-") && !expectedParams.contains(specifiedParam) && expectedParamsLowerCase.contains(specifiedParamLowerCase)) - if (!expectedParams.contains(specifiedParam) && !params_ignore.contains(specifiedParam) && !isCamelCaseBug) { - // Temporarily remove camelCase/camel-case params #1035 - def unexpectedParamsLowerCase = unexpectedParams.collect{ it.replace("-", "").toLowerCase()} - if (!unexpectedParamsLowerCase.contains(specifiedParamLowerCase)){ - unexpectedParams.push(specifiedParam) - } - } - } - - //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~// - // Validate parameters against the schema - InputStream input_stream = new File(getSchemaPath(workflow, schema_filename=schema_filename)).newInputStream() - JSONObject raw_schema = new JSONObject(new JSONTokener(input_stream)) - - // Remove anything that's in params.schema_ignore_params - raw_schema = removeIgnoredParams(raw_schema, params) - - Schema schema = SchemaLoader.load(raw_schema) - - // Clean the parameters - def cleanedParams = cleanParameters(params) - - // Convert to JSONObject - def jsonParams = new JsonBuilder(cleanedParams) - JSONObject params_json = new JSONObject(jsonParams.toString()) - - // Validate - try { - schema.validate(params_json) - } catch (ValidationException e) { - println '' - log.error 'ERROR: Validation of pipeline parameters failed!' - JSONObject exceptionJSON = e.toJSON() - printExceptions(exceptionJSON, params_json, log, enums) - println '' - has_error = true - } - - // Check for unexpected parameters - if (unexpectedParams.size() > 0) { - Map colors = NfcoreTemplate.logColours(params.monochrome_logs) - println '' - def warn_msg = 'Found unexpected parameters:' - for (unexpectedParam in unexpectedParams) { - warn_msg = warn_msg + "\n* --${unexpectedParam}: ${params[unexpectedParam].toString()}" - } - log.warn warn_msg - log.info "- ${colors.dim}Ignore this warning: params.schema_ignore_params = \"${unexpectedParams.join(',')}\" ${colors.reset}" - println '' - } - - if (has_error) { - Nextflow.error('Exiting!') - } - } - - // - // Beautify parameters for --help - // - public static String paramsHelp(workflow, params, command, schema_filename='nextflow_schema.json') { - Map colors = NfcoreTemplate.logColours(params.monochrome_logs) - Integer num_hidden = 0 - String output = '' - output += 'Typical pipeline command:\n\n' - output += " ${colors.cyan}${command}${colors.reset}\n\n" - Map params_map = paramsLoad(getSchemaPath(workflow, schema_filename=schema_filename)) - Integer max_chars = paramsMaxChars(params_map) + 1 - Integer desc_indent = max_chars + 14 - Integer dec_linewidth = 160 - desc_indent - for (group in params_map.keySet()) { - Integer num_params = 0 - String group_output = colors.underlined + colors.bold + group + colors.reset + '\n' - def group_params = params_map.get(group) // This gets the parameters of that particular group - for (param in group_params.keySet()) { - if (group_params.get(param).hidden && !params.show_hidden_params) { - num_hidden += 1 - continue; - } - def type = '[' + group_params.get(param).type + ']' - def description = group_params.get(param).description - def defaultValue = group_params.get(param).default != null ? " [default: " + group_params.get(param).default.toString() + "]" : '' - def description_default = description + colors.dim + defaultValue + colors.reset - // Wrap long description texts - // Loosely based on https://dzone.com/articles/groovy-plain-text-word-wrap - if (description_default.length() > dec_linewidth){ - List olines = [] - String oline = "" // " " * indent - description_default.split(" ").each() { wrd -> - if ((oline.size() + wrd.size()) <= dec_linewidth) { - oline += wrd + " " - } else { - olines += oline - oline = wrd + " " - } - } - olines += oline - description_default = olines.join("\n" + " " * desc_indent) - } - group_output += " --" + param.padRight(max_chars) + colors.dim + type.padRight(10) + colors.reset + description_default + '\n' - num_params += 1 - } - group_output += '\n' - if (num_params > 0){ - output += group_output - } - } - if (num_hidden > 0){ - output += colors.dim + "!! Hiding $num_hidden params, use --show_hidden_params to show them !!\n" + colors.reset - } - output += NfcoreTemplate.dashedLine(params.monochrome_logs) - return output - } - - // - // Groovy Map summarising parameters/workflow options used by the pipeline - // - public static LinkedHashMap paramsSummaryMap(workflow, params, schema_filename='nextflow_schema.json') { - // Get a selection of core Nextflow workflow options - def Map workflow_summary = [:] - if (workflow.revision) { - workflow_summary['revision'] = workflow.revision - } - workflow_summary['runName'] = workflow.runName - if (workflow.containerEngine) { - workflow_summary['containerEngine'] = workflow.containerEngine - } - if (workflow.container) { - workflow_summary['container'] = workflow.container - } - workflow_summary['launchDir'] = workflow.launchDir - workflow_summary['workDir'] = workflow.workDir - workflow_summary['projectDir'] = workflow.projectDir - workflow_summary['userName'] = workflow.userName - workflow_summary['profile'] = workflow.profile - workflow_summary['configFiles'] = workflow.configFiles.join(', ') - - // Get pipeline parameters defined in JSON Schema - def Map params_summary = [:] - def params_map = paramsLoad(getSchemaPath(workflow, schema_filename=schema_filename)) - for (group in params_map.keySet()) { - def sub_params = new LinkedHashMap() - def group_params = params_map.get(group) // This gets the parameters of that particular group - for (param in group_params.keySet()) { - if (params.containsKey(param)) { - def params_value = params.get(param) - def schema_value = group_params.get(param).default - def param_type = group_params.get(param).type - if (schema_value != null) { - if (param_type == 'string') { - if (schema_value.contains('$projectDir') || schema_value.contains('${projectDir}')) { - def sub_string = schema_value.replace('\$projectDir', '') - sub_string = sub_string.replace('\${projectDir}', '') - if (params_value.contains(sub_string)) { - schema_value = params_value - } - } - if (schema_value.contains('$params.outdir') || schema_value.contains('${params.outdir}')) { - def sub_string = schema_value.replace('\$params.outdir', '') - sub_string = sub_string.replace('\${params.outdir}', '') - if ("${params.outdir}${sub_string}" == params_value) { - schema_value = params_value - } - } - } - } - - // We have a default in the schema, and this isn't it - if (schema_value != null && params_value != schema_value) { - sub_params.put(param, params_value) - } - // No default in the schema, and this isn't empty - else if (schema_value == null && params_value != "" && params_value != null && params_value != false) { - sub_params.put(param, params_value) - } - } - } - params_summary.put(group, sub_params) - } - return [ 'Core Nextflow options' : workflow_summary ] << params_summary - } - - // - // Beautify parameters for summary and return as string - // - public static String paramsSummaryLog(workflow, params) { - Map colors = NfcoreTemplate.logColours(params.monochrome_logs) - String output = '' - def params_map = paramsSummaryMap(workflow, params) - def max_chars = paramsMaxChars(params_map) - for (group in params_map.keySet()) { - def group_params = params_map.get(group) // This gets the parameters of that particular group - if (group_params) { - output += colors.bold + group + colors.reset + '\n' - for (param in group_params.keySet()) { - output += " " + colors.blue + param.padRight(max_chars) + ": " + colors.green + group_params.get(param) + colors.reset + '\n' - } - output += '\n' - } - } - output += "!! Only displaying parameters that differ from the pipeline defaults !!\n" - output += NfcoreTemplate.dashedLine(params.monochrome_logs) - return output - } - - // - // Loop over nested exceptions and print the causingException - // - private static void printExceptions(ex_json, params_json, log, enums, limit=5) { - def causingExceptions = ex_json['causingExceptions'] - if (causingExceptions.length() == 0) { - def m = ex_json['message'] =~ /required key \[([^\]]+)\] not found/ - // Missing required param - if (m.matches()) { - log.error "* Missing required parameter: --${m[0][1]}" - } - // Other base-level error - else if (ex_json['pointerToViolation'] == '#') { - log.error "* ${ex_json['message']}" - } - // Error with specific param - else { - def param = ex_json['pointerToViolation'] - ~/^#\// - def param_val = params_json[param].toString() - if (enums.containsKey(param)) { - def error_msg = "* --${param}: '${param_val}' is not a valid choice (Available choices" - if (enums[param].size() > limit) { - log.error "${error_msg} (${limit} of ${enums[param].size()}): ${enums[param][0..limit-1].join(', ')}, ... )" - } else { - log.error "${error_msg}: ${enums[param].join(', ')})" - } - } else { - log.error "* --${param}: ${ex_json['message']} (${param_val})" - } - } - } - for (ex in causingExceptions) { - printExceptions(ex, params_json, log, enums) - } - } - - // - // Remove an element from a JSONArray - // - private static JSONArray removeElement(json_array, element) { - def list = [] - int len = json_array.length() - for (int i=0;i - if(raw_schema.keySet().contains('definitions')){ - raw_schema.definitions.each { definition -> - for (key in definition.keySet()){ - if (definition[key].get("properties").keySet().contains(ignore_param)){ - // Remove the param to ignore - definition[key].get("properties").remove(ignore_param) - // If the param was required, change this - if (definition[key].has("required")) { - def cleaned_required = removeElement(definition[key].required, ignore_param) - definition[key].put("required", cleaned_required) - } - } - } - } - } - if(raw_schema.keySet().contains('properties') && raw_schema.get('properties').keySet().contains(ignore_param)) { - raw_schema.get("properties").remove(ignore_param) - } - if(raw_schema.keySet().contains('required') && raw_schema.required.contains(ignore_param)) { - def cleaned_required = removeElement(raw_schema.required, ignore_param) - raw_schema.put("required", cleaned_required) - } - } - return raw_schema - } - - // - // Clean and check parameters relative to Nextflow native classes - // - private static Map cleanParameters(params) { - def new_params = params.getClass().newInstance(params) - for (p in params) { - // remove anything evaluating to false - if (!p['value']) { - new_params.remove(p.key) - } - // Cast MemoryUnit to String - if (p['value'].getClass() == nextflow.util.MemoryUnit) { - new_params.replace(p.key, p['value'].toString()) - } - // Cast Duration to String - if (p['value'].getClass() == nextflow.util.Duration) { - new_params.replace(p.key, p['value'].toString().replaceFirst(/d(?!\S)/, "day")) - } - // Cast LinkedHashMap to String - if (p['value'].getClass() == LinkedHashMap) { - new_params.replace(p.key, p['value'].toString()) - } - } - return new_params - } - - // - // This function tries to read a JSON params file - // - private static LinkedHashMap paramsLoad(String json_schema) { - def params_map = new LinkedHashMap() - try { - params_map = paramsRead(json_schema) - } catch (Exception e) { - println "Could not read parameters settings from JSON. $e" - params_map = new LinkedHashMap() - } - return params_map - } - - // - // Method to actually read in JSON file using Groovy. - // Group (as Key), values are all parameters - // - Parameter1 as Key, Description as Value - // - Parameter2 as Key, Description as Value - // .... - // Group - // - - private static LinkedHashMap paramsRead(String json_schema) throws Exception { - def json = new File(json_schema).text - def Map schema_definitions = (Map) new JsonSlurper().parseText(json).get('definitions') - def Map schema_properties = (Map) new JsonSlurper().parseText(json).get('properties') - /* Tree looks like this in nf-core schema - * definitions <- this is what the first get('definitions') gets us - group 1 - title - description - properties - parameter 1 - type - description - parameter 2 - type - description - group 2 - title - description - properties - parameter 1 - type - description - * properties <- parameters can also be ungrouped, outside of definitions - parameter 1 - type - description - */ - - // Grouped params - def params_map = new LinkedHashMap() - schema_definitions.each { key, val -> - def Map group = schema_definitions."$key".properties // Gets the property object of the group - def title = schema_definitions."$key".title - def sub_params = new LinkedHashMap() - group.each { innerkey, value -> - sub_params.put(innerkey, value) - } - params_map.put(title, sub_params) - } - - // Ungrouped params - def ungrouped_params = new LinkedHashMap() - schema_properties.each { innerkey, value -> - ungrouped_params.put(innerkey, value) - } - params_map.put("Other parameters", ungrouped_params) - - return params_map - } - - // - // Get maximum number of characters across all parameter names - // - private static Integer paramsMaxChars(params_map) { - Integer max_chars = 0 - for (group in params_map.keySet()) { - def group_params = params_map.get(group) // This gets the parameters of that particular group - for (param in group_params.keySet()) { - if (param.size() > max_chars) { - max_chars = param.size() - } - } - } - return max_chars - } -} diff --git a/lib/NfcoreTemplate.groovy b/lib/NfcoreTemplate.groovy index 25a0a74..408951a 100755 --- a/lib/NfcoreTemplate.groovy +++ b/lib/NfcoreTemplate.groovy @@ -128,7 +128,7 @@ class NfcoreTemplate { def email_html = html_template.toString() // Render the sendmail template - def max_multiqc_email_size = params.max_multiqc_email_size as nextflow.util.MemoryUnit + def max_multiqc_email_size = (params.containsKey('max_multiqc_email_size') ? params.max_multiqc_email_size : 0) as nextflow.util.MemoryUnit def smail_fields = [ email: email_address, subject: subject, email_txt: email_txt, email_html: email_html, projectDir: "$projectDir", mqcFile: mqc_report, mqcMaxSize: max_multiqc_email_size.toBytes() ] def sf = new File("$projectDir/assets/sendmail_template.txt") def sendmail_template = engine.createTemplate(sf).make(smail_fields) diff --git a/lib/WorkflowMain.groovy b/lib/WorkflowMain.groovy index 8566e84..9bdd890 100755 --- a/lib/WorkflowMain.groovy +++ b/lib/WorkflowMain.groovy @@ -20,40 +20,11 @@ class WorkflowMain { " https://github.com/${workflow.manifest.name}/blob/master/CITATIONS.md" } - // - // Generate help string - // - public static String help(workflow, params) { - def command = "nextflow run ${workflow.manifest.name} --input samplesheet.csv --genome GRCh37 -profile docker" - def help_string = '' - help_string += NfcoreTemplate.logo(workflow, params.monochrome_logs) - help_string += NfcoreSchema.paramsHelp(workflow, params, command) - help_string += '\n' + citation(workflow) + '\n' - help_string += NfcoreTemplate.dashedLine(params.monochrome_logs) - return help_string - } - - // - // Generate parameter summary log string - // - public static String paramsSummaryLog(workflow, params) { - def summary_log = '' - summary_log += NfcoreTemplate.logo(workflow, params.monochrome_logs) - summary_log += NfcoreSchema.paramsSummaryLog(workflow, params) - summary_log += '\n' + citation(workflow) + '\n' - summary_log += NfcoreTemplate.dashedLine(params.monochrome_logs) - return summary_log - } // // Validate parameters and print summary to screen // public static void initialise(workflow, params, log) { - // Print help to screen if required - if (params.help) { - log.info help(workflow, params) - System.exit(0) - } // Print workflow version and exit on --version if (params.version) { @@ -62,14 +33,6 @@ class WorkflowMain { System.exit(0) } - // Print parameter summary log to screen - log.info paramsSummaryLog(workflow, params) - - // Validate workflow parameters via the JSON schema - if (params.validate_params) { - NfcoreSchema.validateParameters(workflow, params, log) - } - // Check that a -profile or Nextflow config has been provided to run the pipeline NfcoreTemplate.checkConfigProvided(workflow, log) diff --git a/lib/WorkflowRadseq.groovy b/lib/WorkflowRadseq.groovy index 38d470c..4fd4eb1 100755 --- a/lib/WorkflowRadseq.groovy +++ b/lib/WorkflowRadseq.groovy @@ -11,6 +11,7 @@ class WorkflowRadseq { // Check and validate parameters // public static void initialise(params, log) { + genomeExistsError(params, log) @@ -46,15 +47,57 @@ class WorkflowRadseq { return yaml_file_text } - public static String methodsDescriptionText(run_workflow, mqc_methods_yaml) { + // + // Generate methods description for MultiQC + // + + public static String toolCitationText(params) { + + // TODO Optionally add in-text citation tools to this list. + // Can use ternary operators to dynamically construct based conditions, e.g. params["run_xyz"] ? "Tool (Foo et al. 2023)" : "", + // Uncomment function in methodsDescriptionText to render in MultiQC report + def citation_text = [ + "Tools used in the workflow included:", + "FastQC (Andrews 2010),", + "MultiQC (Ewels et al. 2016)", + "." + ].join(' ').trim() + + return citation_text + } + + public static String toolBibliographyText(params) { + + // TODO Optionally add bibliographic entries to this list. + // Can use ternary operators to dynamically construct based conditions, e.g. params["run_xyz"] ? "

  • Author (2023) Pub name, Journal, DOI
  • " : "", + // Uncomment function in methodsDescriptionText to render in MultiQC report + def reference_text = [ + "
  • Andrews S, (2010) FastQC, URL: https://www.bioinformatics.babraham.ac.uk/projects/fastqc/).
  • ", + "
  • Ewels, P., Magnusson, M., Lundin, S., & Käller, M. (2016). MultiQC: summarize analysis results for multiple tools and samples in a single report. Bioinformatics , 32(19), 3047–3048. doi: /10.1093/bioinformatics/btw354
  • " + ].join(' ').trim() + + return reference_text + } + + public static String methodsDescriptionText(run_workflow, mqc_methods_yaml, params) { // Convert to a named map so can be used as with familar NXF ${workflow} variable syntax in the MultiQC YML file def meta = [:] meta.workflow = run_workflow.toMap() meta["manifest_map"] = run_workflow.manifest.toMap() + // Pipeline DOI meta["doi_text"] = meta.manifest_map.doi ? "(doi:
    ${meta.manifest_map.doi})" : "" meta["nodoi_text"] = meta.manifest_map.doi ? "": "
  • If available, make sure to update the text to include the Zenodo DOI of version of the pipeline used.
  • " + // Tool references + meta["tool_citations"] = "" + meta["tool_bibliography"] = "" + + // TODO Only uncomment below if logic in toolCitationText/toolBibliographyText has been filled! + //meta["tool_citations"] = toolCitationText(params).replaceAll(", \\.", ".").replaceAll("\\. \\.", ".").replaceAll(", \\.", ".") + //meta["tool_bibliography"] = toolBibliographyText(params) + + def methods_text = mqc_methods_yaml.text def engine = new SimpleTemplateEngine() diff --git a/main.nf b/main.nf index 53b1352..17df5d4 100644 --- a/main.nf +++ b/main.nf @@ -25,6 +25,22 @@ params.fasta = WorkflowMain.getGenomeAttribute(params, 'fasta') ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ +include { validateParameters; paramsHelp } from 'plugin/nf-validation' + +// Print help message if needed +if (params.help) { + def logo = NfcoreTemplate.logo(workflow, params.monochrome_logs) + def citation = '\n' + WorkflowMain.citation(workflow) + '\n' + def String command = "nextflow run ${workflow.manifest.name} --input samplesheet.csv --genome GRCh37 -profile docker" + log.info logo + paramsHelp(command) + citation + NfcoreTemplate.dashedLine(params.monochrome_logs) + System.exit(0) +} + +// Validate input parameters +if (params.validate_params) { + validateParameters() +} + WorkflowMain.initialise(workflow, params, log) /* diff --git a/nextflow.config b/nextflow.config index 6b94e49..0f945ae 100644 --- a/nextflow.config +++ b/nextflow.config @@ -12,12 +12,12 @@ params { // TODO nf-core: Specify your pipeline's command line flags // Input options input = null - - // References genome = null igenomes_base = 's3://ngi-igenomes/igenomes' igenomes_ignore = false + + // MultiQC options multiqc_config = null multiqc_title = null @@ -27,7 +27,6 @@ params { // Boilerplate options outdir = null - tracedir = "${params.outdir}/pipeline_info" publish_dir_mode = 'copy' email = null email_on_fail = null @@ -36,19 +35,15 @@ params { hook_url = null help = false version = false - validate_params = true - show_hidden_params = false - schema_ignore_params = 'genomes' - // Config options + config_profile_name = null + config_profile_description = null custom_config_version = 'master' custom_config_base = "https://raw.githubusercontent.com/nf-core/configs/${params.custom_config_version}" - config_profile_description = null config_profile_contact = null config_profile_url = null - config_profile_name = null - + // Max resource options // Defaults only, expecting to be overwritten @@ -56,6 +51,13 @@ params { max_cpus = 16 max_time = '240.h' + // Schema validation default options + validationFailUnrecognisedParams = false + validationLenientMode = false + validationSchemaIgnoreParams = 'genomes' + validationShowHiddenParams = false + validate_params = true + } // Load base.config by default for all pipelines @@ -75,13 +77,11 @@ try { // } catch (Exception e) { // System.err.println("WARNING: Could not load nf-core/config/radseq profiles: ${params.custom_config_base}/pipeline/radseq.config") // } - - profiles { debug { dumpHashes = true process.beforeScript = 'echo $HOSTNAME' - cleanup = false + cleanup = false } conda { conda.enabled = true @@ -104,7 +104,6 @@ profiles { } docker { docker.enabled = true - docker.registry = 'quay.io' docker.userEmulation = true conda.enabled = false singularity.enabled = false @@ -128,7 +127,6 @@ profiles { } podman { podman.enabled = true - podman.registry = 'quay.io' conda.enabled = false docker.enabled = false singularity.enabled = false @@ -172,6 +170,18 @@ profiles { test_full { includeConfig 'conf/test_full.config' } } +// Set default registry for Apptainer, Docker, Podman and Singularity independent of -profile +// Will not be used unless Apptainer / Docker / Podman / Singularity are enabled +// Set to your registry if you have a mirror of containers +apptainer.registry = 'quay.io' +docker.registry = 'quay.io' +podman.registry = 'quay.io' +singularity.registry = 'quay.io' + +// Nextflow plugins +plugins { + id 'nf-validation' // Validation of pipeline parameters and creation of an input channel from a sample sheet +} // Load igenomes.config if required if (!params.igenomes_ignore) { @@ -179,8 +189,6 @@ if (!params.igenomes_ignore) { } else { params.genomes = [:] } - - // Export these variables to prevent local Python/R libraries from conflicting with those in the container // The JULIA depot path has been adjusted to a fixed path `/usr/local/share/julia` that needs to be used for packages in the container. // See https://apeltzer.github.io/post/03-julia-lang-nextflow/ for details on that. Once we have a common agreement on where to keep Julia packages, this is adjustable. @@ -198,19 +206,19 @@ process.shell = ['/bin/bash', '-euo', 'pipefail'] def trace_timestamp = new java.util.Date().format( 'yyyy-MM-dd_HH-mm-ss') timeline { enabled = true - file = "${params.tracedir}/execution_timeline_${trace_timestamp}.html" + file = "${params.outdir}/pipeline_info/execution_timeline_${trace_timestamp}.html" } report { enabled = true - file = "${params.tracedir}/execution_report_${trace_timestamp}.html" + file = "${params.outdir}/pipeline_info/execution_report_${trace_timestamp}.html" } trace { enabled = true - file = "${params.tracedir}/execution_trace_${trace_timestamp}.txt" + file = "${params.outdir}/pipeline_info/execution_trace_${trace_timestamp}.txt" } dag { enabled = true - file = "${params.tracedir}/pipeline_dag_${trace_timestamp}.html" + file = "${params.outdir}/pipeline_info/pipeline_dag_${trace_timestamp}.html" } manifest { @@ -219,7 +227,7 @@ manifest { homePage = 'https://github.com/nf-core/radseq' description = """dDocent workflow""" mainScript = 'main.nf' - nextflowVersion = '!>=22.10.1' + nextflowVersion = '!>=23.04.0' version = '1.0dev' doi = '' } diff --git a/nextflow_schema.json b/nextflow_schema.json index 086c301..515fbad 100644 --- a/nextflow_schema.json +++ b/nextflow_schema.json @@ -15,9 +15,9 @@ "input": { "type": "string", "format": "file-path", + "exists": true, "mimetype": "text/csv", "pattern": "^\\S+\\.csv$", - "schema": "assets/schema_input.json", "description": "Path to comma-separated file containing information about the samples in the experiment.", "help_text": "You will need to create a design file with information about the samples in your experiment before running the pipeline. Use this parameter to specify its location. It has to be a comma-separated file with 3 columns, and a header row. See [usage docs](https://nf-co.re/radseq/usage#samplesheet-input).", "fa_icon": "fas fa-file-csv" @@ -57,6 +57,7 @@ "fasta": { "type": "string", "format": "file-path", + "exists": true, "mimetype": "text/plain", "pattern": "^\\S+\\.fn?a(sta)?(\\.gz)?$", "description": "Path to FASTA genome file.", @@ -157,7 +158,7 @@ "description": "Maximum amount of time that can be requested for any single job.", "default": "240.h", "fa_icon": "far fa-clock", - "pattern": "^(\\d+\\.?\\s*(s|m|h|day)\\s*)+$", + "pattern": "^(\\d+\\.?\\s*(s|m|h|d|day)\\s*)+$", "hidden": true, "help_text": "Use to set an upper-limit for the time requirement for each process. Should be a string in the format integer-unit e.g. `--max_time '2.h'`" } @@ -174,12 +175,14 @@ "type": "boolean", "description": "Display help text.", "fa_icon": "fas fa-question-circle", + "default": false, "hidden": true }, "version": { "type": "boolean", "description": "Display version and exit.", "fa_icon": "fas fa-question-circle", + "default": false, "hidden": true }, "publish_dir_mode": { @@ -203,6 +206,7 @@ "type": "boolean", "description": "Send plain-text email instead of HTML.", "fa_icon": "fas fa-remove-format", + "default": false, "hidden": true }, "max_multiqc_email_size": { @@ -217,6 +221,7 @@ "type": "boolean", "description": "Do not use coloured log outputs.", "fa_icon": "fas fa-palette", + "default": false, "hidden": true }, "hook_url": { @@ -228,6 +233,7 @@ }, "multiqc_config": { "type": "string", + "format": "file-path", "description": "Custom config file to supply to MultiQC.", "fa_icon": "fas fa-cog", "hidden": true @@ -243,13 +249,6 @@ "description": "Custom MultiQC yaml file containing HTML including a methods description.", "fa_icon": "fas fa-cog" }, - "tracedir": { - "type": "string", - "description": "Directory to keep pipeline Nextflow logs and reports.", - "default": "${params.outdir}/pipeline_info", - "fa_icon": "fas fa-cogs", - "hidden": true - }, "validate_params": { "type": "boolean", "description": "Boolean whether to validate parameters against the schema at runtime", @@ -257,12 +256,29 @@ "fa_icon": "fas fa-check-square", "hidden": true }, - "show_hidden_params": { + "validationShowHiddenParams": { "type": "boolean", "fa_icon": "far fa-eye-slash", "description": "Show all params when using `--help`", + "default": false, "hidden": true, "help_text": "By default, parameters set as _hidden_ in the schema are not shown on the command line when a user runs with `--help`. Specifying this option will tell the pipeline to show all parameters." + }, + "validationFailUnrecognisedParams": { + "type": "boolean", + "fa_icon": "far fa-check-circle", + "description": "Validation of parameters fails when an unrecognised parameter is found.", + "default": false, + "hidden": true, + "help_text": "By default, when an unrecognised parameter is found, it returns a warinig." + }, + "validationLenientMode": { + "type": "boolean", + "fa_icon": "far fa-check-circle", + "description": "Validation of parameters in lenient more.", + "default": false, + "hidden": true, + "help_text": "Allows string values that are parseable as numbers or booleans. For further information see [JSONSchema docs](https://github.com/everit-org/json-schema#lenient-mode)." } } } diff --git a/workflows/radseq.nf b/workflows/radseq.nf index 2aa0a95..34d4b38 100644 --- a/workflows/radseq.nf +++ b/workflows/radseq.nf @@ -1,21 +1,19 @@ /* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - VALIDATE INPUTS + PRINT PARAMS SUMMARY ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ -def summary_params = NfcoreSchema.paramsSummaryMap(workflow, params) +include { paramsSummaryLog; paramsSummaryMap } from 'plugin/nf-validation' -// Validate input parameters -WorkflowRadseq.initialise(params, log) +def logo = NfcoreTemplate.logo(workflow, params.monochrome_logs) +def citation = '\n' + WorkflowMain.citation(workflow) + '\n' +def summary_params = paramsSummaryMap(workflow) -// TODO nf-core: Add all file path parameters for the pipeline to the list below -// Check input path parameters to see if they exist -def checkPathParamList = [ params.input, params.multiqc_config, params.fasta ] -for (param in checkPathParamList) { if (param) { file(param, checkIfExists: true) } } +// Print parameter summary log to screen +log.info logo + paramsSummaryLog(workflow) + citation -// Check mandatory parameters -if (params.input) { ch_input = file(params.input) } else { exit 1, 'Input samplesheet not specified!' } +WorkflowRadseq.initialise(params, log) /* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -69,9 +67,12 @@ workflow RADSEQ { // SUBWORKFLOW: Read in samplesheet, validate and stage input files // INPUT_CHECK ( - ch_input + file(params.input) ) ch_versions = ch_versions.mix(INPUT_CHECK.out.versions) + // TODO: OPTIONAL, you can use nf-validation plugin to create an input channel from the samplesheet with Channel.fromSamplesheet("input") + // See the documentation https://nextflow-io.github.io/nf-validation/samplesheets/fromSamplesheet/ + // ! There is currently no tooling to help you write a sample sheet schema // // MODULE: Run FastQC @@ -91,7 +92,7 @@ workflow RADSEQ { workflow_summary = WorkflowRadseq.paramsSummaryMultiqc(workflow, summary_params) ch_workflow_summary = Channel.value(workflow_summary) - methods_description = WorkflowRadseq.methodsDescriptionText(workflow, ch_multiqc_custom_methods_description) + methods_description = WorkflowRadseq.methodsDescriptionText(workflow, ch_multiqc_custom_methods_description, params) ch_methods_description = Channel.value(methods_description) ch_multiqc_files = Channel.empty() From b9b7ec2702e0647031b6724192c5a63c01dff5f2 Mon Sep 17 00:00:00 2001 From: nf-core-bot Date: Mon, 25 Sep 2023 15:17:47 +0000 Subject: [PATCH 03/14] Template update for nf-core/tools version 2.10 --- .devcontainer/devcontainer.json | 1 + .github/CONTRIBUTING.md | 4 +- .github/workflows/linting.yml | 2 +- .github/workflows/release-announcments.yml | 68 +++++++++ CITATIONS.md | 2 +- CODE_OF_CONDUCT.md | 133 ++++++++++++++---- README.md | 21 +-- assets/multiqc_config.yml | 4 +- conf/modules.config | 9 ++ docs/output.md | 5 +- docs/usage.md | 16 ++- lib/NfcoreTemplate.groovy | 16 +++ lib/WorkflowRadseq.groovy | 2 +- main.nf | 3 + modules.json | 6 +- .../custom/dumpsoftwareversions/main.nf | 2 +- modules/nf-core/fastqc/main.nf | 8 +- modules/nf-core/multiqc/main.nf | 2 +- nextflow.config | 7 +- nextflow_schema.json | 15 -- workflows/radseq.nf | 1 + 21 files changed, 251 insertions(+), 76 deletions(-) create mode 100644 .github/workflows/release-announcments.yml diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index ea27a58..4ecfbfe 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -2,6 +2,7 @@ "name": "nfcore", "image": "nfcore/gitpod:latest", "remoteUser": "gitpod", + "runArgs": ["--privileged"], // Configure tool-specific properties. "customizations": { diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index b08f031..00047ab 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -9,7 +9,9 @@ Please use the pre-filled template to save time. However, don't be put off by this template - other more general issues and suggestions are welcome! Contributions to the code are even more welcome ;) -> If you need help using or modifying nf-core/radseq then the best place to ask is on the nf-core Slack [#radseq](https://nfcore.slack.com/channels/radseq) channel ([join our Slack here](https://nf-co.re/join/slack)). +:::info +If you need help using or modifying nf-core/radseq then the best place to ask is on the nf-core Slack [#radseq](https://nfcore.slack.com/channels/radseq) channel ([join our Slack here](https://nf-co.re/join/slack)). +::: ## Contribution workflow diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml index 888cb4b..b8bdd21 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -78,7 +78,7 @@ jobs: - uses: actions/setup-python@v4 with: - python-version: "3.8" + python-version: "3.11" architecture: "x64" - name: Install dependencies diff --git a/.github/workflows/release-announcments.yml b/.github/workflows/release-announcments.yml new file mode 100644 index 0000000..6ad3392 --- /dev/null +++ b/.github/workflows/release-announcments.yml @@ -0,0 +1,68 @@ +name: release-announcements +# Automatic release toot and tweet anouncements +on: + release: + types: [published] + workflow_dispatch: + +jobs: + toot: + runs-on: ubuntu-latest + steps: + - uses: rzr/fediverse-action@master + with: + access-token: ${{ secrets.MASTODON_ACCESS_TOKEN }} + host: "mstdn.science" # custom host if not "mastodon.social" (default) + # GitHub event payload + # https://docs.github.com/en/developers/webhooks-and-events/webhooks/webhook-events-and-payloads#release + message: | + Pipeline release! ${{ github.repository }} v${{ github.event.release.tag_name }} - ${{ github.event.release.name }}! + + Please see the changelog: ${{ github.event.release.html_url }} + + send-tweet: + runs-on: ubuntu-latest + + steps: + - uses: actions/setup-python@v4 + with: + python-version: "3.10" + - name: Install dependencies + run: pip install tweepy==4.14.0 + - name: Send tweet + shell: python + run: | + import os + import tweepy + + client = tweepy.Client( + access_token=os.getenv("TWITTER_ACCESS_TOKEN"), + access_token_secret=os.getenv("TWITTER_ACCESS_TOKEN_SECRET"), + consumer_key=os.getenv("TWITTER_CONSUMER_KEY"), + consumer_secret=os.getenv("TWITTER_CONSUMER_SECRET"), + ) + tweet = os.getenv("TWEET") + client.create_tweet(text=tweet) + env: + TWEET: | + Pipeline release! ${{ github.repository }} v${{ github.event.release.tag_name }} - ${{ github.event.release.name }}! + + Please see the changelog: ${{ github.event.release.html_url }} + TWITTER_CONSUMER_KEY: ${{ secrets.TWITTER_CONSUMER_KEY }} + TWITTER_CONSUMER_SECRET: ${{ secrets.TWITTER_CONSUMER_SECRET }} + TWITTER_ACCESS_TOKEN: ${{ secrets.TWITTER_ACCESS_TOKEN }} + TWITTER_ACCESS_TOKEN_SECRET: ${{ secrets.TWITTER_ACCESS_TOKEN_SECRET }} + + bsky-post: + runs-on: ubuntu-latest + steps: + - uses: zentered/bluesky-post-action@v0.0.2 + with: + post: | + Pipeline release! ${{ github.repository }} v${{ github.event.release.tag_name }} - ${{ github.event.release.name }}! + + Please see the changelog: ${{ github.event.release.html_url }} + env: + BSKY_IDENTIFIER: ${{ secrets.BSKY_IDENTIFIER }} + BSKY_PASSWORD: ${{ secrets.BSKY_PASSWORD }} + # diff --git a/CITATIONS.md b/CITATIONS.md index 9b2956c..5474f5d 100644 --- a/CITATIONS.md +++ b/CITATIONS.md @@ -12,7 +12,7 @@ - [FastQC](https://www.bioinformatics.babraham.ac.uk/projects/fastqc/) - > Andrews, S. (2010). FastQC: A Quality Control Tool for High Throughput Sequence Data [Online]. Available online https://www.bioinformatics.babraham.ac.uk/projects/fastqc/. + > Andrews, S. (2010). FastQC: A Quality Control Tool for High Throughput Sequence Data [Online]. - [MultiQC](https://pubmed.ncbi.nlm.nih.gov/27312411/) diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index f4fd052..c089ec7 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -1,18 +1,20 @@ -# Code of Conduct at nf-core (v1.0) +# Code of Conduct at nf-core (v1.4) ## Our Pledge -In the interest of fostering an open, collaborative, and welcoming environment, we as contributors and maintainers of nf-core, pledge to making participation in our projects and community a harassment-free experience for everyone, regardless of: +In the interest of fostering an open, collaborative, and welcoming environment, we as contributors and maintainers of nf-core pledge to making participation in our projects and community a harassment-free experience for everyone, regardless of: - Age +- Ability - Body size +- Caste - Familial status - Gender identity and expression - Geographical location - Level of experience - Nationality and national origins - Native language -- Physical and neurological ability +- Neurodiversity - Race or ethnicity - Religion - Sexual identity and orientation @@ -22,80 +24,133 @@ Please note that the list above is alphabetised and is therefore not ranked in a ## Preamble -> Note: This Code of Conduct (CoC) has been drafted by the nf-core Safety Officer and been edited after input from members of the nf-core team and others. "We", in this document, refers to the Safety Officer and members of the nf-core core team, both of whom are deemed to be members of the nf-core community and are therefore required to abide by this Code of Conduct. This document will amended periodically to keep it up-to-date, and in case of any dispute, the most current version will apply. +:::note +This Code of Conduct (CoC) has been drafted by Renuka Kudva, Cris Tuñí, and Michael Heuer, with input from the nf-core Core Team and Susanna Marquez from the nf-core community. "We", in this document, refers to the Safety Officers and members of the nf-core Core Team, both of whom are deemed to be members of the nf-core community and are therefore required to abide by this Code of Conduct. This document will be amended periodically to keep it up-to-date. In case of any dispute, the most current version will apply. +::: -An up-to-date list of members of the nf-core core team can be found [here](https://nf-co.re/about). Our current safety officer is Renuka Kudva. +An up-to-date list of members of the nf-core core team can be found [here](https://nf-co.re/about). + +Our Safety Officers are Saba Nafees, Cris Tuñí, and Michael Heuer. nf-core is a young and growing community that welcomes contributions from anyone with a shared vision for [Open Science Policies](https://www.fosteropenscience.eu/taxonomy/term/8). Open science policies encompass inclusive behaviours and we strive to build and maintain a safe and inclusive environment for all individuals. -We have therefore adopted this code of conduct (CoC), which we require all members of our community and attendees in nf-core events to adhere to in all our workspaces at all times. Workspaces include but are not limited to Slack, meetings on Zoom, Jitsi, YouTube live etc. +We have therefore adopted this CoC, which we require all members of our community and attendees of nf-core events to adhere to in all our workspaces at all times. Workspaces include, but are not limited to, Slack, meetings on Zoom, gather.town, YouTube live etc. -Our CoC will be strictly enforced and the nf-core team reserve the right to exclude participants who do not comply with our guidelines from our workspaces and future nf-core activities. +Our CoC will be strictly enforced and the nf-core team reserves the right to exclude participants who do not comply with our guidelines from our workspaces and future nf-core activities. -We ask all members of our community to help maintain a supportive and productive workspace and to avoid behaviours that can make individuals feel unsafe or unwelcome. Please help us maintain and uphold this CoC. +We ask all members of our community to help maintain supportive and productive workspaces and to avoid behaviours that can make individuals feel unsafe or unwelcome. Please help us maintain and uphold this CoC. -Questions, concerns or ideas on what we can include? Contact safety [at] nf-co [dot] re +Questions, concerns, or ideas on what we can include? Contact members of the Safety Team on Slack or email safety [at] nf-co [dot] re. ## Our Responsibilities -The safety officer is responsible for clarifying the standards of acceptable behavior and are expected to take appropriate and fair corrective action in response to any instances of unacceptable behaviour. +Members of the Safety Team (the Safety Officers) are responsible for clarifying the standards of acceptable behavior and are expected to take appropriate and fair corrective action in response to any instances of unacceptable behaviour. -The safety officer in consultation with the nf-core core team have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, or to ban temporarily or permanently any contributor for other behaviors that they deem inappropriate, threatening, offensive, or harmful. +The Safety Team, in consultation with the nf-core core team, have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this CoC, or to ban temporarily or permanently any contributor for other behaviors that they deem inappropriate, threatening, offensive, or harmful. -Members of the core team or the safety officer who violate the CoC will be required to recuse themselves pending investigation. They will not have access to any reports of the violations and be subject to the same actions as others in violation of the CoC. +Members of the core team or the Safety Team who violate the CoC will be required to recuse themselves pending investigation. They will not have access to any reports of the violations and will be subject to the same actions as others in violation of the CoC. -## When are where does this Code of Conduct apply? +## When and where does this Code of Conduct apply? -Participation in the nf-core community is contingent on following these guidelines in all our workspaces and events. This includes but is not limited to the following listed alphabetically and therefore in no order of preference: +Participation in the nf-core community is contingent on following these guidelines in all our workspaces and events, such as hackathons, workshops, bytesize, and collaborative workspaces on gather.town. These guidelines include, but are not limited to, the following (listed alphabetically and therefore in no order of preference): - Communicating with an official project email address. - Communicating with community members within the nf-core Slack channel. - Participating in hackathons organised by nf-core (both online and in-person events). -- Participating in collaborative work on GitHub, Google Suite, community calls, mentorship meetings, email correspondence. -- Participating in workshops, training, and seminar series organised by nf-core (both online and in-person events). This applies to events hosted on web-based platforms such as Zoom, Jitsi, YouTube live etc. +- Participating in collaborative work on GitHub, Google Suite, community calls, mentorship meetings, email correspondence, and on the nf-core gather.town workspace. +- Participating in workshops, training, and seminar series organised by nf-core (both online and in-person events). This applies to events hosted on web-based platforms such as Zoom, gather.town, Jitsi, YouTube live etc. - Representing nf-core on social media. This includes both official and personal accounts. ## nf-core cares 😊 -nf-core's CoC and expectations of respectful behaviours for all participants (including organisers and the nf-core team) include but are not limited to the following (listed in alphabetical order): +nf-core's CoC and expectations of respectful behaviours for all participants (including organisers and the nf-core team) include, but are not limited to, the following (listed in alphabetical order): - Ask for consent before sharing another community member’s personal information (including photographs) on social media. - Be respectful of differing viewpoints and experiences. We are all here to learn from one another and a difference in opinion can present a good learning opportunity. -- Celebrate your accomplishments at events! (Get creative with your use of emojis 🎉 🥳 💯 🙌 !) +- Celebrate your accomplishments! (Get creative with your use of emojis 🎉 🥳 💯 🙌 !) - Demonstrate empathy towards other community members. (We don’t all have the same amount of time to dedicate to nf-core. If tasks are pending, don’t hesitate to gently remind members of your team. If you are leading a task, ask for help if you feel overwhelmed.) - Engage with and enquire after others. (This is especially important given the geographically remote nature of the nf-core community, so let’s do this the best we can) - Focus on what is best for the team and the community. (When in doubt, ask) -- Graciously accept constructive criticism, yet be unafraid to question, deliberate, and learn. +- Accept feedback, yet be unafraid to question, deliberate, and learn. - Introduce yourself to members of the community. (We’ve all been outsiders and we know that talking to strangers can be hard for some, but remember we’re interested in getting to know you and your visions for open science!) -- Show appreciation and **provide clear feedback**. (This is especially important because we don’t see each other in person and it can be harder to interpret subtleties. Also remember that not everyone understands a certain language to the same extent as you do, so **be clear in your communications to be kind.**) +- Show appreciation and **provide clear feedback**. (This is especially important because we don’t see each other in person and it can be harder to interpret subtleties. Also remember that not everyone understands a certain language to the same extent as you do, so **be clear in your communication to be kind.**) - Take breaks when you feel like you need them. -- Using welcoming and inclusive language. (Participants are encouraged to display their chosen pronouns on Zoom or in communication on Slack.) +- Use welcoming and inclusive language. (Participants are encouraged to display their chosen pronouns on Zoom or in communication on Slack) ## nf-core frowns on 😕 -The following behaviours from any participants within the nf-core community (including the organisers) will be considered unacceptable under this code of conduct. Engaging or advocating for any of the following could result in expulsion from nf-core workspaces. +The following behaviours from any participants within the nf-core community (including the organisers) will be considered unacceptable under this CoC. Engaging or advocating for any of the following could result in expulsion from nf-core workspaces: - Deliberate intimidation, stalking or following and sustained disruption of communication among participants of the community. This includes hijacking shared screens through actions such as using the annotate tool in conferencing software such as Zoom. - “Doxing” i.e. posting (or threatening to post) another person’s personal identifying information online. - Spamming or trolling of individuals on social media. -- Use of sexual or discriminatory imagery, comments, or jokes and unwelcome sexual attention. -- Verbal and text comments that reinforce social structures of domination related to gender, gender identity and expression, sexual orientation, ability, physical appearance, body size, race, age, religion or work experience. +- Use of sexual or discriminatory imagery, comments, jokes, or unwelcome sexual attention. +- Verbal and text comments that reinforce social structures of domination related to gender, gender identity and expression, sexual orientation, ability, physical appearance, body size, race, age, religion, or work experience. ### Online Trolling -The majority of nf-core interactions and events are held online. Unfortunately, holding events online comes with the added issue of online trolling. This is unacceptable, reports of such behaviour will be taken very seriously, and perpetrators will be excluded from activities immediately. +The majority of nf-core interactions and events are held online. Unfortunately, holding events online comes with the risk of online trolling. This is unacceptable — reports of such behaviour will be taken very seriously and perpetrators will be excluded from activities immediately. -All community members are required to ask members of the group they are working within for explicit consent prior to taking screenshots of individuals during video calls. +All community members are **required** to ask members of the group they are working with for explicit consent prior to taking screenshots of individuals during video calls. -## Procedures for Reporting CoC violations +## Procedures for reporting CoC violations If someone makes you feel uncomfortable through their behaviours or actions, report it as soon as possible. -You can reach out to members of the [nf-core core team](https://nf-co.re/about) and they will forward your concerns to the safety officer(s). +You can reach out to members of the Safety Team (Saba Nafees, Cris Tuñí, and Michael Heuer) on Slack. Alternatively, contact a member of the nf-core core team [nf-core core team](https://nf-co.re/about), and they will forward your concerns to the Safety Team. + +Issues directly concerning members of the Core Team or the Safety Team will be dealt with by other members of the core team and the safety manager — possible conflicts of interest will be taken into account. nf-core is also in discussions about having an ombudsperson and details will be shared in due course. + +All reports will be handled with the utmost discretion and confidentiality. + +You can also report any CoC violations to safety [at] nf-co [dot] re. In your email report, please do your best to include: + +- Your contact information. +- Identifying information (e.g. names, nicknames, pseudonyms) of the participant who has violated the Code of Conduct. +- The behaviour that was in violation and the circumstances surrounding the incident. +- The approximate time of the behaviour (if different than the time the report was made). +- Other people involved in the incident, if applicable. +- If you believe the incident is ongoing. +- If there is a publicly available record (e.g. mailing list record, a screenshot). +- Any additional information. + +After you file a report, one or more members of our Safety Team will contact you to follow up on your report. + +## Who will read and handle reports + +All reports will be read and handled by the members of the Safety Team at nf-core. + +If members of the Safety Team are deemed to have a conflict of interest with a report, they will be required to recuse themselves as per our Code of Conduct and will not have access to any follow-ups. + +To keep this first report confidential from any of the Safety Team members, please submit your first report by direct messaging on Slack/direct email to any of the nf-core members you are comfortable disclosing the information to, and be explicit about which member(s) you do not consent to sharing the information with. + +## Reviewing reports + +After receiving the report, members of the Safety Team will review the incident report to determine whether immediate action is required, for example, whether there is immediate threat to participants’ safety. + +The Safety Team, in consultation with members of the nf-core core team, will assess the information to determine whether the report constitutes a Code of Conduct violation, for them to decide on a course of action. + +In the case of insufficient information, one or more members of the Safety Team may contact the reporter, the reportee, or any other attendees to obtain more information. -Issues directly concerning members of the core team will be dealt with by other members of the core team and the safety manager, and possible conflicts of interest will be taken into account. nf-core is also in discussions about having an ombudsperson, and details will be shared in due course. +Once additional information is gathered, the Safety Team will collectively review and decide on the best course of action to take, if any. The Safety Team reserves the right to not act on a report. -All reports will be handled with utmost discretion and confidentially. +## Confidentiality + +All reports, and any additional information included, are only shared with the team of safety officers (and possibly members of the core team, in case the safety officer is in violation of the CoC). We will respect confidentiality requests for the purpose of protecting victims of abuse. + +We will not name harassment victims, beyond discussions between the safety officer and members of the nf-core team, without the explicit consent of the individuals involved. + +## Enforcement + +Actions taken by the nf-core’s Safety Team may include, but are not limited to: + +- Asking anyone to stop a behaviour. +- Asking anyone to leave the event and online spaces either temporarily, for the remainder of the event, or permanently. +- Removing access to the gather.town and Slack, either temporarily or permanently. +- Communicating to all participants to reinforce our expectations for conduct and remind what is unacceptable behaviour; this may be public for practical reasons. +- Communicating to all participants that an incident has taken place and how we will act or have acted — this may be for the purpose of letting event participants know we are aware of and dealing with the incident. +- Banning anyone from participating in nf-core-managed spaces, future events, and activities, either temporarily or permanently. +- No action. ## Attribution and Acknowledgements @@ -106,6 +161,22 @@ All reports will be handled with utmost discretion and confidentially. ## Changelog -### v1.0 - March 12th, 2021 +### v1.4 - February 8th, 2022 + +- Included a new member of the Safety Team. Corrected a typographical error in the text. + +### v1.3 - December 10th, 2021 + +- Added a statement that the CoC applies to nf-core gather.town workspaces. Corrected typographical errors in the text. + +### v1.2 - November 12th, 2021 + +- Removed information specific to reporting CoC violations at the Hackathon in October 2021. + +### v1.1 - October 14th, 2021 + +- Updated with names of new Safety Officers and specific information for the hackathon in October 2021. + +### v1.0 - March 15th, 2021 - Complete rewrite from original [Contributor Covenant](http://contributor-covenant.org/) CoC. diff --git a/README.md b/README.md index 4e41365..e8c01e2 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # ![nf-core/radseq](docs/images/nf-core-radseq_logo_light.png#gh-light-mode-only) ![nf-core/radseq](docs/images/nf-core-radseq_logo_dark.png#gh-dark-mode-only) -[![AWS CI](https://img.shields.io/badge/CI%20tests-full%20size-FF9900?labelColor=000000&logo=Amazon%20AWS)](https://nf-co.re/radseq/results)[![Cite with Zenodo](http://img.shields.io/badge/DOI-10.5281/zenodo.XXXXXXX-1073c8?labelColor=000000)](https://doi.org/10.5281/zenodo.XXXXXXX) +[![GitHub Actions CI Status](https://github.com/nf-core/radseq/workflows/nf-core%20CI/badge.svg)](https://github.com/nf-core/radseq/actions?query=workflow%3A%22nf-core+CI%22) +[![GitHub Actions Linting Status](https://github.com/nf-core/radseq/workflows/nf-core%20linting/badge.svg)](https://github.com/nf-core/radseq/actions?query=workflow%3A%22nf-core+linting%22)[![AWS CI](https://img.shields.io/badge/CI%20tests-full%20size-FF9900?labelColor=000000&logo=Amazon%20AWS)](https://nf-co.re/radseq/results)[![Cite with Zenodo](http://img.shields.io/badge/DOI-10.5281/zenodo.XXXXXXX-1073c8?labelColor=000000)](https://doi.org/10.5281/zenodo.XXXXXXX) [![Nextflow](https://img.shields.io/badge/nextflow%20DSL2-%E2%89%A523.04.0-23aa62.svg)](https://www.nextflow.io/) [![run with conda](http://img.shields.io/badge/run%20with-conda-3EB049?labelColor=000000&logo=anaconda)](https://docs.conda.io/en/latest/) @@ -29,10 +30,11 @@ ## Usage -> **Note** -> If you are new to Nextflow and nf-core, please refer to [this page](https://nf-co.re/docs/usage/installation) on how -> to set-up Nextflow. Make sure to [test your setup](https://nf-co.re/docs/usage/introduction#how-to-run-a-pipeline) -> with `-profile test` before running the workflow on actual data. +:::note +If you are new to Nextflow and nf-core, please refer to [this page](https://nf-co.re/docs/usage/installation) on how +to set-up Nextflow. Make sure to [test your setup](https://nf-co.re/docs/usage/introduction#how-to-run-a-pipeline) +with `-profile test` before running the workflow on actual data. +::: - + diff --git a/assets/multiqc_config.yml b/assets/multiqc_config.yml index 5f54315..9870d46 100644 --- a/assets/multiqc_config.yml +++ b/assets/multiqc_config.yml @@ -1,5 +1,5 @@ report_comment: > - This report has been generated by the nf-core/radseq + This report has been generated by the nf-core/radseq analysis pipeline. For information about how to interpret these results, please see the documentation. report_section_order: diff --git a/assets/slackreport.json b/assets/slackreport.json index 3001769..478cdec 100644 --- a/assets/slackreport.json +++ b/assets/slackreport.json @@ -3,7 +3,7 @@ { "fallback": "Plain-text summary of the attachment.", "color": "<% if (success) { %>good<% } else { %>danger<%} %>", - "author_name": "nf-core/radseq v${version} - ${runName}", + "author_name": "nf-core/radseq ${version} - ${runName}", "author_icon": "https://www.nextflow.io/docs/latest/_static/favicon.ico", "text": "<% if (success) { %>Pipeline completed successfully!<% } else { %>Pipeline completed with errors<% } %>", "fields": [ diff --git a/conf/modules.config b/conf/modules.config index 39e8138..d91c6ab 100644 --- a/conf/modules.config +++ b/conf/modules.config @@ -39,7 +39,7 @@ process { } withName: 'MULTIQC' { - ext.args = params.multiqc_title ? "--title \"$params.multiqc_title\"" : '' + ext.args = { params.multiqc_title ? "--title \"$params.multiqc_title\"" : '' } publishDir = [ path: { "${params.outdir}/multiqc" }, mode: params.publish_dir_mode, diff --git a/docs/usage.md b/docs/usage.md index 2b99ca9..60d0e84 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -20,7 +20,7 @@ You will need to create a samplesheet with information about the samples you wou The `sample` identifiers have to be the same when you have re-sequenced the same sample more than once e.g. to increase sequencing depth. The pipeline will concatenate the raw reads before performing any downstream analysis. Below is an example for the same sample sequenced across 3 lanes: -```console +```csv title="samplesheet.csv" sample,fastq_1,fastq_2 CONTROL_REP1,AEG588A1_S1_L002_R1_001.fastq.gz,AEG588A1_S1_L002_R2_001.fastq.gz CONTROL_REP1,AEG588A1_S1_L003_R1_001.fastq.gz,AEG588A1_S1_L003_R2_001.fastq.gz @@ -33,7 +33,7 @@ The pipeline will auto-detect whether a sample is single- or paired-end using th A final samplesheet file consisting of both single- and paired-end data may look something like the one below. This is for 6 samples, where `TREATMENT_REP3` has been sequenced twice. -```console +```csv title="samplesheet.csv" sample,fastq_1,fastq_2 CONTROL_REP1,AEG588A1_S1_L002_R1_001.fastq.gz,AEG588A1_S1_L002_R2_001.fastq.gz CONTROL_REP2,AEG588A2_S2_L002_R1_001.fastq.gz,AEG588A2_S2_L002_R2_001.fastq.gz diff --git a/lib/NfcoreTemplate.groovy b/lib/NfcoreTemplate.groovy index 01b8653..e248e4c 100755 --- a/lib/NfcoreTemplate.groovy +++ b/lib/NfcoreTemplate.groovy @@ -4,6 +4,7 @@ import org.yaml.snakeyaml.Yaml import groovy.json.JsonOutput +import nextflow.extension.FilesEx class NfcoreTemplate { @@ -141,12 +142,14 @@ class NfcoreTemplate { try { if (params.plaintext_email) { throw GroovyException('Send plaintext e-mail, not HTML') } // Try to send HTML e-mail using sendmail + def sendmail_tf = new File(workflow.launchDir.toString(), ".sendmail_tmp.html") + sendmail_tf.withWriter { w -> w << sendmail_html } [ 'sendmail', '-t' ].execute() << sendmail_html log.info "-${colors.purple}[$workflow.manifest.name]${colors.green} Sent summary e-mail to $email_address (sendmail)-" } catch (all) { // Catch failures and try with plaintext def mail_cmd = [ 'mail', '-s', subject, '--content-type=text/html', email_address ] - if ( mqc_report.size() <= max_multiqc_email_size.toBytes() ) { + if ( mqc_report != null && mqc_report.size() <= max_multiqc_email_size.toBytes() ) { mail_cmd += [ '-A', mqc_report ] } mail_cmd.execute() << email_html @@ -155,14 +158,16 @@ class NfcoreTemplate { } // Write summary e-mail HTML to a file - def output_d = new File("${params.outdir}/pipeline_info/") - if (!output_d.exists()) { - output_d.mkdirs() - } - def output_hf = new File(output_d, "pipeline_report.html") + def output_hf = new File(workflow.launchDir.toString(), ".pipeline_report.html") output_hf.withWriter { w -> w << email_html } - def output_tf = new File(output_d, "pipeline_report.txt") + FilesEx.copyTo(output_hf.toPath(), "${params.outdir}/pipeline_info/pipeline_report.html"); + output_hf.delete() + + // Write summary e-mail TXT to a file + def output_tf = new File(workflow.launchDir.toString(), ".pipeline_report.txt") output_tf.withWriter { w -> w << email_txt } + FilesEx.copyTo(output_tf.toPath(), "${params.outdir}/pipeline_info/pipeline_report.txt"); + output_tf.delete() } // @@ -227,15 +232,14 @@ class NfcoreTemplate { // Dump pipeline parameters in a json file // public static void dump_parameters(workflow, params) { - def output_d = new File("${params.outdir}/pipeline_info/") - if (!output_d.exists()) { - output_d.mkdirs() - } - def timestamp = new java.util.Date().format( 'yyyy-MM-dd_HH-mm-ss') - def output_pf = new File(output_d, "params_${timestamp}.json") + def filename = "params_${timestamp}.json" + def temp_pf = new File(workflow.launchDir.toString(), ".${filename}") def jsonStr = JsonOutput.toJson(params) - output_pf.text = JsonOutput.prettyPrint(jsonStr) + temp_pf.text = JsonOutput.prettyPrint(jsonStr) + + FilesEx.copyTo(temp_pf.toPath(), "${params.outdir}/pipeline_info/params_${timestamp}.json") + temp_pf.delete() } // diff --git a/modules.json b/modules.json index e5df5c3..d30f562 100644 --- a/modules.json +++ b/modules.json @@ -7,17 +7,17 @@ "nf-core": { "custom/dumpsoftwareversions": { "branch": "master", - "git_sha": "911696ea0b62df80e900ef244d7867d177971f73", + "git_sha": "bba7e362e4afead70653f84d8700588ea28d0f9e", "installed_by": ["modules"] }, "fastqc": { "branch": "master", - "git_sha": "bd8092b67b5103bdd52e300f75889442275c3117", + "git_sha": "65ad3e0b9a4099592e1102e92e10455dc661cf53", "installed_by": ["modules"] }, "multiqc": { "branch": "master", - "git_sha": "911696ea0b62df80e900ef244d7867d177971f73", + "git_sha": "4ab13872435962dadc239979554d13709e20bf29", "installed_by": ["modules"] } } diff --git a/modules/nf-core/custom/dumpsoftwareversions/environment.yml b/modules/nf-core/custom/dumpsoftwareversions/environment.yml new file mode 100644 index 0000000..f0c63f6 --- /dev/null +++ b/modules/nf-core/custom/dumpsoftwareversions/environment.yml @@ -0,0 +1,7 @@ +name: custom_dumpsoftwareversions +channels: + - conda-forge + - bioconda + - defaults +dependencies: + - bioconda::multiqc=1.17 diff --git a/modules/nf-core/custom/dumpsoftwareversions/main.nf b/modules/nf-core/custom/dumpsoftwareversions/main.nf index ebc8727..7685b33 100644 --- a/modules/nf-core/custom/dumpsoftwareversions/main.nf +++ b/modules/nf-core/custom/dumpsoftwareversions/main.nf @@ -2,10 +2,10 @@ process CUSTOM_DUMPSOFTWAREVERSIONS { label 'process_single' // Requires `pyyaml` which does not have a dedicated container but is in the MultiQC container - conda "bioconda::multiqc=1.14" + conda "${moduleDir}/environment.yml" container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ? - 'https://depot.galaxyproject.org/singularity/multiqc:1.14--pyhdfd78af_0' : - 'biocontainers/multiqc:1.14--pyhdfd78af_0' }" + 'https://depot.galaxyproject.org/singularity/multiqc:1.17--pyhdfd78af_0' : + 'biocontainers/multiqc:1.17--pyhdfd78af_0' }" input: path versions diff --git a/modules/nf-core/custom/dumpsoftwareversions/meta.yml b/modules/nf-core/custom/dumpsoftwareversions/meta.yml index c32657d..5f15a5f 100644 --- a/modules/nf-core/custom/dumpsoftwareversions/meta.yml +++ b/modules/nf-core/custom/dumpsoftwareversions/meta.yml @@ -1,4 +1,4 @@ -# yaml-language-server: $schema=https://raw.githubusercontent.com/nf-core/modules/master/modules/yaml-schema.json +# yaml-language-server: $schema=https://raw.githubusercontent.com/nf-core/modules/master/modules/meta-schema.json name: custom_dumpsoftwareversions description: Custom module used to dump software versions within the nf-core pipeline template keywords: @@ -16,7 +16,6 @@ input: type: file description: YML file containing software versions pattern: "*.yml" - output: - yml: type: file @@ -30,7 +29,9 @@ output: type: file description: File containing software versions pattern: "versions.yml" - authors: - "@drpatelh" - "@grst" +maintainers: + - "@drpatelh" + - "@grst" diff --git a/modules/nf-core/custom/dumpsoftwareversions/tests/main.nf.test b/modules/nf-core/custom/dumpsoftwareversions/tests/main.nf.test new file mode 100644 index 0000000..eec1db1 --- /dev/null +++ b/modules/nf-core/custom/dumpsoftwareversions/tests/main.nf.test @@ -0,0 +1,38 @@ +nextflow_process { + + name "Test Process CUSTOM_DUMPSOFTWAREVERSIONS" + script "../main.nf" + process "CUSTOM_DUMPSOFTWAREVERSIONS" + tag "modules" + tag "modules_nfcore" + tag "custom" + tag "dumpsoftwareversions" + tag "custom/dumpsoftwareversions" + + test("Should run without failures") { + when { + process { + """ + def tool1_version = ''' + TOOL1: + tool1: 0.11.9 + '''.stripIndent() + + def tool2_version = ''' + TOOL2: + tool2: 1.9 + '''.stripIndent() + + input[0] = Channel.of(tool1_version, tool2_version).collectFile() + """ + } + } + + then { + assertAll( + { assert process.success }, + { assert snapshot(process.out).match() } + ) + } + } +} diff --git a/modules/nf-core/custom/dumpsoftwareversions/tests/main.nf.test.snap b/modules/nf-core/custom/dumpsoftwareversions/tests/main.nf.test.snap new file mode 100644 index 0000000..4274ed5 --- /dev/null +++ b/modules/nf-core/custom/dumpsoftwareversions/tests/main.nf.test.snap @@ -0,0 +1,27 @@ +{ + "Should run without failures": { + "content": [ + { + "0": [ + "software_versions.yml:md5,1c851188476409cda5752ce971b20b58" + ], + "1": [ + "software_versions_mqc.yml:md5,2570f4ba271ad08357b0d3d32a9cf84d" + ], + "2": [ + "versions.yml:md5,3843ac526e762117eedf8825b40683df" + ], + "mqc_yml": [ + "software_versions_mqc.yml:md5,2570f4ba271ad08357b0d3d32a9cf84d" + ], + "versions": [ + "versions.yml:md5,3843ac526e762117eedf8825b40683df" + ], + "yml": [ + "software_versions.yml:md5,1c851188476409cda5752ce971b20b58" + ] + } + ], + "timestamp": "2023-11-03T14:43:22.157011" + } +} diff --git a/modules/nf-core/custom/dumpsoftwareversions/tests/tags.yml b/modules/nf-core/custom/dumpsoftwareversions/tests/tags.yml new file mode 100644 index 0000000..405aa24 --- /dev/null +++ b/modules/nf-core/custom/dumpsoftwareversions/tests/tags.yml @@ -0,0 +1,2 @@ +custom/dumpsoftwareversions: + - modules/nf-core/custom/dumpsoftwareversions/** diff --git a/modules/nf-core/fastqc/environment.yml b/modules/nf-core/fastqc/environment.yml new file mode 100644 index 0000000..1787b38 --- /dev/null +++ b/modules/nf-core/fastqc/environment.yml @@ -0,0 +1,7 @@ +name: fastqc +channels: + - conda-forge + - bioconda + - defaults +dependencies: + - bioconda::fastqc=0.12.1 diff --git a/modules/nf-core/fastqc/main.nf b/modules/nf-core/fastqc/main.nf index 249f906..9e19a74 100644 --- a/modules/nf-core/fastqc/main.nf +++ b/modules/nf-core/fastqc/main.nf @@ -2,10 +2,10 @@ process FASTQC { tag "$meta.id" label 'process_medium' - conda "bioconda::fastqc=0.11.9" + conda "${moduleDir}/environment.yml" container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ? - 'https://depot.galaxyproject.org/singularity/fastqc:0.11.9--0' : - 'biocontainers/fastqc:0.11.9--0' }" + 'https://depot.galaxyproject.org/singularity/fastqc:0.12.1--hdfd78af_0' : + 'biocontainers/fastqc:0.12.1--hdfd78af_0' }" input: tuple val(meta), path(reads) @@ -37,7 +37,7 @@ process FASTQC { cat <<-END_VERSIONS > versions.yml "${task.process}": - fastqc: \$( fastqc --version | sed -e "s/FastQC v//g" ) + fastqc: \$( fastqc --version | sed '/FastQC v/!d; s/.*v//' ) END_VERSIONS """ @@ -49,7 +49,7 @@ process FASTQC { cat <<-END_VERSIONS > versions.yml "${task.process}": - fastqc: \$( fastqc --version | sed -e "s/FastQC v//g" ) + fastqc: \$( fastqc --version | sed '/FastQC v/!d; s/.*v//' ) END_VERSIONS """ } diff --git a/modules/nf-core/fastqc/meta.yml b/modules/nf-core/fastqc/meta.yml index 4da5bb5..ee5507e 100644 --- a/modules/nf-core/fastqc/meta.yml +++ b/modules/nf-core/fastqc/meta.yml @@ -50,3 +50,8 @@ authors: - "@grst" - "@ewels" - "@FelixKrueger" +maintainers: + - "@drpatelh" + - "@grst" + - "@ewels" + - "@FelixKrueger" diff --git a/modules/nf-core/fastqc/tests/main.nf.test b/modules/nf-core/fastqc/tests/main.nf.test new file mode 100644 index 0000000..b9e8f92 --- /dev/null +++ b/modules/nf-core/fastqc/tests/main.nf.test @@ -0,0 +1,109 @@ +nextflow_process { + + name "Test Process FASTQC" + script "../main.nf" + process "FASTQC" + tag "modules" + tag "modules_nfcore" + tag "fastqc" + + test("Single-Read") { + + when { + params { + outdir = "$outputDir" + } + process { + """ + input[0] = [ + [ id: 'test', single_end:true ], + [ + file(params.test_data['sarscov2']['illumina']['test_1_fastq_gz'], checkIfExists: true) + ] + ] + """ + } + } + + then { + assertAll ( + { assert process.success }, + // NOTE The report contains the date inside it, which means that the md5sum is stable per day, but not longer than that. So you can't md5sum it. + // looks like this:
    Mon 2 Oct 2023
    test.gz
    + // https://github.com/nf-core/modules/pull/3903#issuecomment-1743620039 + { assert process.out.html.get(0).get(1) ==~ ".*/test_fastqc.html" }, + { assert path(process.out.html.get(0).get(1)).getText().contains("File typeConventional base calls") }, + { assert snapshot(process.out.versions).match("versions") }, + { assert process.out.zip.get(0).get(1) ==~ ".*/test_fastqc.zip" } + ) + } + } +// TODO +// // +// // Test with paired-end data +// // +// workflow test_fastqc_paired_end { +// input = [ +// [id: 'test', single_end: false], // meta map +// [ +// file(params.test_data['sarscov2']['illumina']['test_1_fastq_gz'], checkIfExists: true), +// file(params.test_data['sarscov2']['illumina']['test_2_fastq_gz'], checkIfExists: true) +// ] +// ] + +// FASTQC ( input ) +// } + +// // +// // Test with interleaved data +// // +// workflow test_fastqc_interleaved { +// input = [ +// [id: 'test', single_end: false], // meta map +// file(params.test_data['sarscov2']['illumina']['test_interleaved_fastq_gz'], checkIfExists: true) +// ] + +// FASTQC ( input ) +// } + +// // +// // Test with bam data +// // +// workflow test_fastqc_bam { +// input = [ +// [id: 'test', single_end: false], // meta map +// file(params.test_data['sarscov2']['illumina']['test_paired_end_sorted_bam'], checkIfExists: true) +// ] + +// FASTQC ( input ) +// } + +// // +// // Test with multiple samples +// // +// workflow test_fastqc_multiple { +// input = [ +// [id: 'test', single_end: false], // meta map +// [ +// file(params.test_data['sarscov2']['illumina']['test_1_fastq_gz'], checkIfExists: true), +// file(params.test_data['sarscov2']['illumina']['test_2_fastq_gz'], checkIfExists: true), +// file(params.test_data['sarscov2']['illumina']['test2_1_fastq_gz'], checkIfExists: true), +// file(params.test_data['sarscov2']['illumina']['test2_2_fastq_gz'], checkIfExists: true) +// ] +// ] + +// FASTQC ( input ) +// } + +// // +// // Test with custom prefix +// // +// workflow test_fastqc_custom_prefix { +// input = [ +// [ id:'mysample', single_end:true ], // meta map +// file(params.test_data['sarscov2']['illumina']['test_1_fastq_gz'], checkIfExists: true) +// ] + +// FASTQC ( input ) +// } +} diff --git a/modules/nf-core/fastqc/tests/main.nf.test.snap b/modules/nf-core/fastqc/tests/main.nf.test.snap new file mode 100644 index 0000000..636a32c --- /dev/null +++ b/modules/nf-core/fastqc/tests/main.nf.test.snap @@ -0,0 +1,10 @@ +{ + "versions": { + "content": [ + [ + "versions.yml:md5,e1cc25ca8af856014824abd842e93978" + ] + ], + "timestamp": "2023-10-09T23:40:54+0000" + } +} \ No newline at end of file diff --git a/modules/nf-core/fastqc/tests/tags.yml b/modules/nf-core/fastqc/tests/tags.yml new file mode 100644 index 0000000..7834294 --- /dev/null +++ b/modules/nf-core/fastqc/tests/tags.yml @@ -0,0 +1,2 @@ +fastqc: + - modules/nf-core/fastqc/** diff --git a/modules/nf-core/multiqc/environment.yml b/modules/nf-core/multiqc/environment.yml new file mode 100644 index 0000000..bc0bdb5 --- /dev/null +++ b/modules/nf-core/multiqc/environment.yml @@ -0,0 +1,7 @@ +name: multiqc +channels: + - conda-forge + - bioconda + - defaults +dependencies: + - bioconda::multiqc=1.18 diff --git a/modules/nf-core/multiqc/main.nf b/modules/nf-core/multiqc/main.nf index 1fc387b..00cc48d 100644 --- a/modules/nf-core/multiqc/main.nf +++ b/modules/nf-core/multiqc/main.nf @@ -1,10 +1,10 @@ process MULTIQC { label 'process_single' - conda "bioconda::multiqc=1.14" + conda "${moduleDir}/environment.yml" container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ? - 'https://depot.galaxyproject.org/singularity/multiqc:1.14--pyhdfd78af_0' : - 'biocontainers/multiqc:1.14--pyhdfd78af_0' }" + 'https://depot.galaxyproject.org/singularity/multiqc:1.18--pyhdfd78af_0' : + 'biocontainers/multiqc:1.18--pyhdfd78af_0' }" input: path multiqc_files, stageAs: "?/*" @@ -25,12 +25,14 @@ process MULTIQC { def args = task.ext.args ?: '' def config = multiqc_config ? "--config $multiqc_config" : '' def extra_config = extra_multiqc_config ? "--config $extra_multiqc_config" : '' + def logo = multiqc_logo ? /--cl-config 'custom_logo: "${multiqc_logo}"'/ : '' """ multiqc \\ --force \\ $args \\ $config \\ $extra_config \\ + $logo \\ . cat <<-END_VERSIONS > versions.yml diff --git a/modules/nf-core/multiqc/meta.yml b/modules/nf-core/multiqc/meta.yml index f93b5ee..f1aa660 100644 --- a/modules/nf-core/multiqc/meta.yml +++ b/modules/nf-core/multiqc/meta.yml @@ -1,5 +1,5 @@ -# yaml-language-server: $schema=https://raw.githubusercontent.com/nf-core/modules/master/modules/yaml-schema.json -name: MultiQC +# yaml-language-server: $schema=https://raw.githubusercontent.com/nf-core/modules/master/modules/meta-schema.json +name: multiqc description: Aggregate results from bioinformatics analyses across many samples into a single report keywords: - QC @@ -13,7 +13,6 @@ tools: homepage: https://multiqc.info/ documentation: https://multiqc.info/docs/ licence: ["GPL-3.0-or-later"] - input: - multiqc_files: type: file @@ -31,7 +30,6 @@ input: type: file description: Optional logo file for MultiQC pattern: "*.{png}" - output: - report: type: file @@ -54,3 +52,8 @@ authors: - "@bunop" - "@drpatelh" - "@jfy133" +maintainers: + - "@abhi18av" + - "@bunop" + - "@drpatelh" + - "@jfy133" diff --git a/modules/nf-core/multiqc/tests/main.nf.test b/modules/nf-core/multiqc/tests/main.nf.test new file mode 100644 index 0000000..c2dad21 --- /dev/null +++ b/modules/nf-core/multiqc/tests/main.nf.test @@ -0,0 +1,63 @@ +nextflow_process { + + name "Test Process MULTIQC" + script "../main.nf" + process "MULTIQC" + tag "modules" + tag "modules_nfcore" + tag "multiqc" + + test("MULTIQC: FASTQC") { + + when { + params { + outdir = "$outputDir" + } + process { + """ + input[0] = Channel.of([file(params.test_data['sarscov2']['illumina']['test_1_fastq_gz_fastqc_zip'], checkIfExists: true)]) + input[1] = [] + input[2] = [] + input[3] = [] + """ + } + } + + then { + assertAll( + { assert process.success }, + { assert path(process.out.report.get(0)).exists() }, + { assert path(process.out.data.get(0)).exists() }, + { assert path(process.out.versions.get(0)).getText().contains("multiqc") } + ) + } + + } + + test("MULTIQC: FASTQC and a config file") { + + when { + params { + outdir = "$outputDir" + } + process { + """ + input[0] = Channel.of([file(params.test_data['sarscov2']['illumina']['test_1_fastq_gz_fastqc_zip'], checkIfExists: true)]) + input[1] = Channel.of(file("https://github.com/nf-core/tools/raw/dev/nf_core/pipeline-template/assets/multiqc_config.yml", checkIfExists: true)) + input[2] = [] + input[3] = [] + """ + } + } + + then { + assertAll( + { assert process.success }, + { assert path(process.out.report.get(0)).exists() }, + { assert path(process.out.data.get(0)).exists() }, + { assert path(process.out.versions.get(0)).getText().contains("multiqc") } + ) + } + + } +} diff --git a/modules/nf-core/multiqc/tests/tags.yml b/modules/nf-core/multiqc/tests/tags.yml new file mode 100644 index 0000000..bea6c0d --- /dev/null +++ b/modules/nf-core/multiqc/tests/tags.yml @@ -0,0 +1,2 @@ +multiqc: + - modules/nf-core/multiqc/** diff --git a/nextflow.config b/nextflow.config index 34a4b23..55c97cd 100644 --- a/nextflow.config +++ b/nextflow.config @@ -14,7 +14,7 @@ params { input = null // References genome = null - igenomes_base = 's3://ngi-igenomes/igenomes' + igenomes_base = 's3://ngi-igenomes/igenomes/' igenomes_ignore = false @@ -82,6 +82,7 @@ profiles { dumpHashes = true process.beforeScript = 'echo $HOSTNAME' cleanup = false + nextflow.enable.configProcessNamesValidation = true } conda { conda.enabled = true @@ -104,13 +105,13 @@ profiles { } docker { docker.enabled = true - docker.userEmulation = true conda.enabled = false singularity.enabled = false podman.enabled = false shifter.enabled = false charliecloud.enabled = false apptainer.enabled = false + runOptions = '-u $(id -u):$(id -g)' } arm { docker.runOptions = '-u $(id -u):$(id -g) --platform=linux/amd64' @@ -181,7 +182,7 @@ singularity.registry = 'quay.io' // Nextflow plugins plugins { - id 'nf-validation' // Validation of pipeline parameters and creation of an input channel from a sample sheet + id 'nf-validation@1.1.3' // Validation of pipeline parameters and creation of an input channel from a sample sheet } // Load igenomes.config if required @@ -204,6 +205,9 @@ env { // Capture exit codes from upstream processes when piping process.shell = ['/bin/bash', '-euo', 'pipefail'] +// Disable process selector warnings by default. Use debug profile to enable warnings. +nextflow.enable.configProcessNamesValidation = false + def trace_timestamp = new java.util.Date().format( 'yyyy-MM-dd_HH-mm-ss') timeline { enabled = true From 7a158661d266ed483cd5c5df14535853ea91fbb1 Mon Sep 17 00:00:00 2001 From: nf-core-bot Date: Wed, 20 Dec 2023 17:04:52 +0000 Subject: [PATCH 05/14] Template update for nf-core/tools version 2.11.1 --- .../{release-announcments.yml => release-announcements.yml} | 0 nextflow.config | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename .github/workflows/{release-announcments.yml => release-announcements.yml} (100%) diff --git a/.github/workflows/release-announcments.yml b/.github/workflows/release-announcements.yml similarity index 100% rename from .github/workflows/release-announcments.yml rename to .github/workflows/release-announcements.yml diff --git a/nextflow.config b/nextflow.config index 55c97cd..9c5f653 100644 --- a/nextflow.config +++ b/nextflow.config @@ -111,10 +111,10 @@ profiles { shifter.enabled = false charliecloud.enabled = false apptainer.enabled = false - runOptions = '-u $(id -u):$(id -g)' + docker.runOptions = '-u $(id -u):$(id -g)' } arm { - docker.runOptions = '-u $(id -u):$(id -g) --platform=linux/amd64' + docker.runOptions = '-u $(id -u):$(id -g) --platform=linux/amd64' } singularity { singularity.enabled = true From 0ee1ca667426eac2c35da868d53535cf50013d53 Mon Sep 17 00:00:00 2001 From: nf-core-bot Date: Mon, 29 Jan 2024 15:13:15 +0000 Subject: [PATCH 06/14] Template update for nf-core/tools version 2.12 --- .editorconfig | 8 + .github/workflows/awsfulltest.yml | 2 +- .github/workflows/awstest.yml | 2 +- .github/workflows/branch.yml | 2 +- .github/workflows/clean-up.yml | 2 +- .github/workflows/download_pipeline.yml | 67 +++++ .github/workflows/fix-linting.yml | 72 +++-- .github/workflows/linting.yml | 61 +--- .github/workflows/linting_comment.yml | 2 +- .github/workflows/release-announcements.yml | 4 +- .gitpod.yml | 1 + .pre-commit-config.yaml | 7 +- README.md | 8 +- assets/email_template.html | 2 +- assets/email_template.txt | 2 +- assets/nf-core-radseq_logo_light.png | Bin 73273 -> 76374 bytes docs/images/nf-core-radseq_logo_dark.png | Bin 73384 -> 27491 bytes docs/images/nf-core-radseq_logo_light.png | Bin 73273 -> 23588 bytes lib/WorkflowMain.groovy | 16 +- lib/nfcore_external_java_deps.jar | Bin 2291171 -> 0 bytes main.nf | 2 +- modules.json | 6 +- .../dumpsoftwareversions/environment.yml | 2 +- .../custom/dumpsoftwareversions/main.nf | 4 +- .../dumpsoftwareversions/tests/main.nf.test | 7 +- .../tests/main.nf.test.snap | 50 ++-- modules/nf-core/fastqc/tests/main.nf.test | 265 ++++++++++++------ .../nf-core/fastqc/tests/main.nf.test.snap | 12 +- modules/nf-core/multiqc/environment.yml | 2 +- modules/nf-core/multiqc/main.nf | 6 +- modules/nf-core/multiqc/meta.yml | 1 - modules/nf-core/multiqc/tests/main.nf.test | 48 +++- .../nf-core/multiqc/tests/main.nf.test.snap | 21 ++ nextflow.config | 3 +- pyproject.toml | 17 +- workflows/radseq.nf | 7 + 36 files changed, 490 insertions(+), 221 deletions(-) create mode 100644 .github/workflows/download_pipeline.yml delete mode 100644 lib/nfcore_external_java_deps.jar create mode 100644 modules/nf-core/multiqc/tests/main.nf.test.snap diff --git a/.editorconfig b/.editorconfig index b6b3190..9b99008 100644 --- a/.editorconfig +++ b/.editorconfig @@ -22,3 +22,11 @@ indent_size = unset [/assets/email*] indent_size = unset + +# ignore Readme +[README.md] +indent_style = unset + +# ignore python +[*.{py}] +indent_style = unset diff --git a/.github/workflows/awsfulltest.yml b/.github/workflows/awsfulltest.yml index 55f285e..ecda875 100644 --- a/.github/workflows/awsfulltest.yml +++ b/.github/workflows/awsfulltest.yml @@ -31,7 +31,7 @@ jobs: } profiles: test_full - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: name: Tower debug log file path: | diff --git a/.github/workflows/awstest.yml b/.github/workflows/awstest.yml index 34c1d73..99c6a4c 100644 --- a/.github/workflows/awstest.yml +++ b/.github/workflows/awstest.yml @@ -25,7 +25,7 @@ jobs: } profiles: test - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: name: Tower debug log file path: | diff --git a/.github/workflows/branch.yml b/.github/workflows/branch.yml index 121c3df..cd03c52 100644 --- a/.github/workflows/branch.yml +++ b/.github/workflows/branch.yml @@ -19,7 +19,7 @@ jobs: # NOTE - this doesn't currently work if the PR is coming from a fork, due to limitations in GitHub actions secrets - name: Post PR comment if: failure() - uses: mshick/add-pr-comment@v1 + uses: mshick/add-pr-comment@v2 with: message: | ## This PR is against the `master` branch :x: diff --git a/.github/workflows/clean-up.yml b/.github/workflows/clean-up.yml index 694e90e..e37cfda 100644 --- a/.github/workflows/clean-up.yml +++ b/.github/workflows/clean-up.yml @@ -10,7 +10,7 @@ jobs: issues: write pull-requests: write steps: - - uses: actions/stale@v7 + - uses: actions/stale@v9 with: stale-issue-message: "This issue has been tagged as awaiting-changes or awaiting-feedback by an nf-core contributor. Remove stale label or add a comment otherwise this issue will be closed in 20 days." stale-pr-message: "This PR has been tagged as awaiting-changes or awaiting-feedback by an nf-core contributor. Remove stale label or add a comment if it is still useful." diff --git a/.github/workflows/download_pipeline.yml b/.github/workflows/download_pipeline.yml new file mode 100644 index 0000000..8611458 --- /dev/null +++ b/.github/workflows/download_pipeline.yml @@ -0,0 +1,67 @@ +name: Test successful pipeline download with 'nf-core download' + +# Run the workflow when: +# - dispatched manually +# - when a PR is opened or reopened to master branch +# - the head branch of the pull request is updated, i.e. if fixes for a release are pushed last minute to dev. +on: + workflow_dispatch: + pull_request: + types: + - opened + branches: + - master + pull_request_target: + branches: + - master + +env: + NXF_ANSI_LOG: false + +jobs: + download: + runs-on: ubuntu-latest + steps: + - name: Install Nextflow + uses: nf-core/setup-nextflow@v1 + + - uses: actions/setup-python@v5 + with: + python-version: "3.11" + architecture: "x64" + - uses: eWaterCycle/setup-singularity@v7 + with: + singularity-version: 3.8.3 + + - name: Install dependencies + run: | + python -m pip install --upgrade pip + pip install git+https://github.com/nf-core/tools.git@dev + + - name: Get the repository name and current branch set as environment variable + run: | + echo "REPO_LOWERCASE=${GITHUB_REPOSITORY,,}" >> ${GITHUB_ENV} + echo "REPOTITLE_LOWERCASE=$(basename ${GITHUB_REPOSITORY,,})" >> ${GITHUB_ENV} + echo "REPO_BRANCH=${GITHUB_REF#refs/heads/}" >> ${GITHUB_ENV} + + - name: Download the pipeline + env: + NXF_SINGULARITY_CACHEDIR: ./ + run: | + nf-core download ${{ env.REPO_LOWERCASE }} \ + --revision ${{ env.REPO_BRANCH }} \ + --outdir ./${{ env.REPOTITLE_LOWERCASE }} \ + --compress "none" \ + --container-system 'singularity' \ + --container-library "quay.io" -l "docker.io" -l "ghcr.io" \ + --container-cache-utilisation 'amend' \ + --download-configuration + + - name: Inspect download + run: tree ./${{ env.REPOTITLE_LOWERCASE }} + + - name: Run the downloaded pipeline + env: + NXF_SINGULARITY_CACHEDIR: ./ + NXF_SINGULARITY_HOME_MOUNT: true + run: nextflow run ./${{ env.REPOTITLE_LOWERCASE }}/$( sed 's/\W/_/g' <<< ${{ env.REPO_BRANCH }}) -stub -profile test,singularity --outdir ./results diff --git a/.github/workflows/fix-linting.yml b/.github/workflows/fix-linting.yml index ded4ccc..1416e70 100644 --- a/.github/workflows/fix-linting.yml +++ b/.github/workflows/fix-linting.yml @@ -4,7 +4,7 @@ on: types: [created] jobs: - deploy: + fix-linting: # Only run if comment is on a PR with the main repo, and if it contains the magic keywords if: > contains(github.event.comment.html_url, '/pull/') && @@ -13,10 +13,17 @@ jobs: runs-on: ubuntu-latest steps: # Use the @nf-core-bot token to check out so we can push later - - uses: actions/checkout@v4 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 with: token: ${{ secrets.nf_core_bot_auth_token }} + # indication that the linting is being fixed + - name: React on comment + uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4 + with: + comment-id: ${{ github.event.comment.id }} + reactions: eyes + # Action runs on the issue comment, so we don't get the PR by default # Use the gh cli to check out the PR - name: Checkout Pull Request @@ -24,32 +31,59 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.nf_core_bot_auth_token }} - - uses: actions/setup-node@v4 + # Install and run pre-commit + - uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5 + with: + python-version: 3.11 - - name: Install Prettier - run: npm install -g prettier @prettier/plugin-php + - name: Install pre-commit + run: pip install pre-commit - # Check that we actually need to fix something - - name: Run 'prettier --check' - id: prettier_status - run: | - if prettier --check ${GITHUB_WORKSPACE}; then - echo "result=pass" >> $GITHUB_OUTPUT - else - echo "result=fail" >> $GITHUB_OUTPUT - fi + - name: Run pre-commit + id: pre-commit + run: pre-commit run --all-files + continue-on-error: true - - name: Run 'prettier --write' - if: steps.prettier_status.outputs.result == 'fail' - run: prettier --write ${GITHUB_WORKSPACE} + # indication that the linting has finished + - name: react if linting finished succesfully + if: steps.pre-commit.outcome == 'success' + uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4 + with: + comment-id: ${{ github.event.comment.id }} + reactions: "+1" - name: Commit & push changes - if: steps.prettier_status.outputs.result == 'fail' + id: commit-and-push + if: steps.pre-commit.outcome == 'failure' run: | git config user.email "core@nf-co.re" git config user.name "nf-core-bot" git config push.default upstream git add . git status - git commit -m "[automated] Fix linting with Prettier" + git commit -m "[automated] Fix code linting" git push + + - name: react if linting errors were fixed + id: react-if-fixed + if: steps.commit-and-push.outcome == 'success' + uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4 + with: + comment-id: ${{ github.event.comment.id }} + reactions: hooray + + - name: react if linting errors were not fixed + if: steps.commit-and-push.outcome == 'failure' + uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4 + with: + comment-id: ${{ github.event.comment.id }} + reactions: confused + + - name: react if linting errors were not fixed + if: steps.commit-and-push.outcome == 'failure' + uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4 + with: + issue-number: ${{ github.event.issue.number }} + body: | + @${{ github.actor }} I tried to fix the linting errors, but it didn't work. Please fix them manually. + See [CI log](https://github.com/nf-core/radseq/actions/runs/${{ github.run_id }}) for more details. diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml index 905c58e..81cd098 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -11,61 +11,22 @@ on: types: [published] jobs: - EditorConfig: + pre-commit: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: actions/setup-node@v4 - - - name: Install editorconfig-checker - run: npm install -g editorconfig-checker - - - name: Run ECLint check - run: editorconfig-checker -exclude README.md $(find .* -type f | grep -v '.git\|.py\|.md\|json\|yml\|yaml\|html\|css\|work\|.nextflow\|build\|nf_core.egg-info\|log.txt\|Makefile') - - Prettier: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - - uses: actions/setup-node@v4 - - - name: Install Prettier - run: npm install -g prettier - - - name: Run Prettier --check - run: prettier --check ${GITHUB_WORKSPACE} - - PythonBlack: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - - name: Check code lints with Black - uses: psf/black@stable - - # If the above check failed, post a comment on the PR explaining the failure - - name: Post PR comment - if: failure() - uses: mshick/add-pr-comment@v1 + - name: Set up Python 3.11 + uses: actions/setup-python@v5 with: - message: | - ## Python linting (`black`) is failing - - To keep the code consistent with lots of contributors, we run automated code consistency checks. - To fix this CI test, please run: - - * Install [`black`](https://black.readthedocs.io/en/stable/): `pip install black` - * Fix formatting errors in your pipeline: `black .` - - Once you push these changes the test should pass, and you can hide this comment :+1: + python-version: 3.11 + cache: "pip" - We highly recommend setting up Black in your code editor so that this formatting is done automatically on save. Ask about it on Slack for help! + - name: Install pre-commit + run: pip install pre-commit - Thanks again for your contribution! - repo-token: ${{ secrets.GITHUB_TOKEN }} - allow-repeats: false + - name: Run pre-commit + run: pre-commit run --all-files nf-core: runs-on: ubuntu-latest @@ -76,7 +37,7 @@ jobs: - name: Install Nextflow uses: nf-core/setup-nextflow@v1 - - uses: actions/setup-python@v4 + - uses: actions/setup-python@v5 with: python-version: "3.11" architecture: "x64" @@ -99,7 +60,7 @@ jobs: - name: Upload linting log file artifact if: ${{ always() }} - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: linting-logs path: | diff --git a/.github/workflows/linting_comment.yml b/.github/workflows/linting_comment.yml index 0bbcd30..147bcd1 100644 --- a/.github/workflows/linting_comment.yml +++ b/.github/workflows/linting_comment.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Download lint results - uses: dawidd6/action-download-artifact@v2 + uses: dawidd6/action-download-artifact@v3 with: workflow: linting.yml workflow_conclusion: completed diff --git a/.github/workflows/release-announcements.yml b/.github/workflows/release-announcements.yml index 6ad3392..21ac3f0 100644 --- a/.github/workflows/release-announcements.yml +++ b/.github/workflows/release-announcements.yml @@ -24,7 +24,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/setup-python@v4 + - uses: actions/setup-python@v5 with: python-version: "3.10" - name: Install dependencies @@ -56,7 +56,7 @@ jobs: bsky-post: runs-on: ubuntu-latest steps: - - uses: zentered/bluesky-post-action@v0.0.2 + - uses: zentered/bluesky-post-action@v0.1.0 with: post: | Pipeline release! ${{ github.repository }} v${{ github.event.release.tag_name }} - ${{ github.event.release.name }}! diff --git a/.gitpod.yml b/.gitpod.yml index acf7269..363d5b1 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -7,6 +7,7 @@ tasks: - name: unset JAVA_TOOL_OPTIONS command: | unset JAVA_TOOL_OPTIONS + vscode: extensions: # based on nf-core.nf-core-extensionpack - codezombiech.gitignore # Language support for .gitignore files diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0c31cdb..af57081 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,5 +1,10 @@ repos: - repo: https://github.com/pre-commit/mirrors-prettier - rev: "v2.7.1" + rev: "v3.1.0" hooks: - id: prettier + - repo: https://github.com/editorconfig-checker/editorconfig-checker.python + rev: "2.7.3" + hooks: + - id: editorconfig-checker + alias: ec diff --git a/README.md b/README.md index b5031be..ddc6c19 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ -# ![nf-core/radseq](docs/images/nf-core-radseq_logo_light.png#gh-light-mode-only) ![nf-core/radseq](docs/images/nf-core-radseq_logo_dark.png#gh-dark-mode-only) - +

    + + + nf-core/radseq + +

    [![GitHub Actions CI Status](https://github.com/nf-core/radseq/workflows/nf-core%20CI/badge.svg)](https://github.com/nf-core/radseq/actions?query=workflow%3A%22nf-core+CI%22) [![GitHub Actions Linting Status](https://github.com/nf-core/radseq/workflows/nf-core%20linting/badge.svg)](https://github.com/nf-core/radseq/actions?query=workflow%3A%22nf-core+linting%22)[![AWS CI](https://img.shields.io/badge/CI%20tests-full%20size-FF9900?labelColor=000000&logo=Amazon%20AWS)](https://nf-co.re/radseq/results)[![Cite with Zenodo](http://img.shields.io/badge/DOI-10.5281/zenodo.XXXXXXX-1073c8?labelColor=000000)](https://doi.org/10.5281/zenodo.XXXXXXX) diff --git a/assets/email_template.html b/assets/email_template.html index 6cb8044..9b64d98 100644 --- a/assets/email_template.html +++ b/assets/email_template.html @@ -12,7 +12,7 @@ -

    nf-core/radseq v${version}

    +

    nf-core/radseq ${version}

    Run Name: $runName

    <% if (!success){ diff --git a/assets/email_template.txt b/assets/email_template.txt index 09ca2a7..ebfd92d 100644 --- a/assets/email_template.txt +++ b/assets/email_template.txt @@ -4,7 +4,7 @@ |\\ | |__ __ / ` / \\ |__) |__ } { | \\| | \\__, \\__/ | \\ |___ \\`-._,-`-, `._,._,' - nf-core/radseq v${version} + nf-core/radseq ${version} ---------------------------------------------------- Run Name: $runName diff --git a/assets/nf-core-radseq_logo_light.png b/assets/nf-core-radseq_logo_light.png index 841b4bf9da2f8fb9bd4c889b09e06f585c19ee38..f07dd2b3cdafd8d6282092e790142edb2f672a0c 100644 GIT binary patch literal 76374 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 W;cLCNxu>-8&>vXe=Y8jK{(k@-KfTic literal 73273 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�ev`Q}H7y#R1zKkC5n?0_OP7^FqWWeXhX0t0pNK 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

    )bNtXB<>| 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