Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v2.6.0 #318

Merged
merged 135 commits into from
May 7, 2024
Merged

Release v2.6.0 #318

merged 135 commits into from
May 7, 2024

Commits on Jan 19, 2024

  1. Configuration menu
    Copy the full SHA
    739fbb5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    23072dc View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. Configuration menu
    Copy the full SHA
    c65e134 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    19132ff View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. Bump version to 2.6.0dev

    grst committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    8037005 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #295 from nf-core/bump-version

    Bump version to 2.6.0dev
    grst authored Jan 23, 2024
    Configuration menu
    Copy the full SHA
    ddf3e1d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4ae28e3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b56577c View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. Configuration menu
    Copy the full SHA
    9e176ac View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. Configuration menu
    Copy the full SHA
    7a01c5b View commit details
    Browse the repository at this point in the history
  2. renaming parameters

    gennadyFauna committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    4ef499e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fb6db73 View commit details
    Browse the repository at this point in the history
  4. Update main.nf

    gennadyFauna committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    3ccd083 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. minimum inclusion for module

    tested only with kallisto aligner (both with and without automated kallisto filtering with bustools --filter parameter)
    fmalmeida committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    6d81894 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. update input_type labels

    fmalmeida committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    afe4904 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. Fixing issue #297

    heylf committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    59648cc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d03d81f View commit details
    Browse the repository at this point in the history
  3. fix issue 299

    heylf committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    3324a78 View commit details
    Browse the repository at this point in the history
  4. Fix for Issue 229

    heylf committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    f938744 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. include modifications for working with cellranger

    fmalmeida committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    796afba View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. fix the path of matrices when running non-standard kallisto workflow …

    …(tested with lamanno)
    fmalmeida committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    c9c38ea View commit details
    Browse the repository at this point in the history
  2. fix spliced/unspliced empty_drops conversion

    fmalmeida committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    a9ee3f1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0cb2a2f View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2024

  1. Removed t2g versions call

    That is not really what this argument does – it just concatenates the gene_version and transcript_version fields to IDs.
    gennadyFauna committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    45e0b19 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. removing t2g.py

    The txp2gene file should really be generated by kallisto|bustools. The t2g.py script generates a 3-column rather than 7-column t2g, which seems to be incompatible with kb count.
    gennadyFauna committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    50d3948 View commit details
    Browse the repository at this point in the history
  2. Remove txp2gene.collect() call

    This .collect() is incompatible with passing in an existing t2g, and superfluous given the .collect() after the kb ref call.
    gennadyFauna committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    b0d7c5d View commit details
    Browse the repository at this point in the history
  3. add t1c/t2c parameters to schema

    t1c and t2c are required to run nac and lamanno count workflows. Since they are already defined when running kb ref, they cannot be easily defined through ext.args when using an existing reference
    gennadyFauna committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    8630ef9 View commit details
    Browse the repository at this point in the history
  4. Fixed kallisto_gene_map documentation

    scrnaseq does not actually use kallisto_gene_map anywhere.
    Changed kallisto icon from a salmon to a rainbow (there is no bear icon, but bustools uses the Pink Floyd-esque prism image, so it seems most appropriate)
    gennadyFauna committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    e503e21 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    752d051 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. Configuration menu
    Copy the full SHA
    8d077d9 View commit details
    Browse the repository at this point in the history
  2. Update modules

    grst committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    a2ef227 View commit details
    Browse the repository at this point in the history
  3. Fix pre-commit

    grst committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    c14ac9c View commit details
    Browse the repository at this point in the history
  4. Fix lint

    grst committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    514367e View commit details
    Browse the repository at this point in the history
  5. Merge pull request #298 from nf-core/nf-core-template-merge-2.12

    Important! Template update for nf-core/tools v2.12
    grst authored Feb 13, 2024
    Configuration menu
    Copy the full SHA
    e6201e1 View commit details
    Browse the repository at this point in the history
  6. update tests

    fmalmeida committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    3a89373 View commit details
    Browse the repository at this point in the history
  7. update ci.yml for nf-test

    fmalmeida committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    ce0db16 View commit details
    Browse the repository at this point in the history
  8. also allow on push

    fmalmeida committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    4df4fbf View commit details
    Browse the repository at this point in the history
  9. add if and remove needs

    fmalmeida committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    ae786d6 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e806454 View commit details
    Browse the repository at this point in the history
  11. fix quotation

    fmalmeida committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    a2aeea4 View commit details
    Browse the repository at this point in the history
  12. removing quotations

    fmalmeida committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    8684445 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    4d90d60 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    efb1487 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    5ffdc88 View commit details
    Browse the repository at this point in the history
  16. adding explicit t1c and t2c arguments for kb

    Maybe it is possible to somehow inject them with ext.args, but this is a fairly standard pipeline option, and should probably be exposed.
    gennadyFauna committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    38344a5 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. Configuration menu
    Copy the full SHA
    da1eade View commit details
    Browse the repository at this point in the history
  2. update changelog

    fmalmeida committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    0e5e6aa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    379f8ad View commit details
    Browse the repository at this point in the history
  4. Merge pull request #291 from nf-core/91-implement-tests-with-nf-test

    Adding nf-tests for pipeline. Currently, only the main aligners: alevin, kallisto, star and cellranger.
    fmalmeida authored Feb 14, 2024
    Configuration menu
    Copy the full SHA
    7c8989f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    768750d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    336d5f4 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'dev' of https://github.com/nf-core/scrnaseq into 81-cal…

    …l-empty-droplets
    fmalmeida committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    8a2e818 View commit details
    Browse the repository at this point in the history
  8. update shared nf-test config

    fmalmeida committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    6458e2d View commit details
    Browse the repository at this point in the history
  9. update alevin file names

    fmalmeida committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    c5cc1ca View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c539399 View commit details
    Browse the repository at this point in the history
  11. update the number of tasks that are executed, and include raw/filtere…

    …d in the testings (cellranger)
    fmalmeida committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    2d7c90e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c72c8f2 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    5d1d783 View commit details
    Browse the repository at this point in the history
  14. update gitignore

    fmalmeida committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    4095c3d View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. add new params to schema

    fmalmeida committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    6981c44 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. Configuration menu
    Copy the full SHA
    bee4f67 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. Configuration menu
    Copy the full SHA
    bf27685 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ac7e7cd View commit details
    Browse the repository at this point in the history
  3. Update main.nf

    gennadyFauna committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    8c4b872 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2024

  1. Configuration menu
    Copy the full SHA
    8db2f95 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a1fdcda View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. docker container update

    gennadyFauna committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    2aca75b View commit details
    Browse the repository at this point in the history
  2. manually updated md5s

    this is not a real snapshot
    gennadyFauna committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    0f56093 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aae5fc5 View commit details
    Browse the repository at this point in the history
  4. update mtx construction

    mtx should take in nascent/ambiguous/mature matrices.
    The genes.names txt contains gene names, which are typically what is desired (e.g. cellranger has names rather than IDs)
    gennadyFauna committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    740a5dc View commit details
    Browse the repository at this point in the history
  5. update seurat too

    gennadyFauna committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    e7f5994 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    25ecada View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    072d187 View commit details
    Browse the repository at this point in the history
  8. correcting var

    gennadyFauna committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    e006cdf View commit details
    Browse the repository at this point in the history
  9. features too

    gennadyFauna committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    0187f8c View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. Configuration menu
    Copy the full SHA
    a67a718 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. version bump

    EC2 Default User committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    35dc973 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f12cfbb View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. Configuration menu
    Copy the full SHA
    54c4780 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. Configuration menu
    Copy the full SHA
    5da7682 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. Configuration menu
    Copy the full SHA
    070f123 View commit details
    Browse the repository at this point in the history
  2. Enable workflow

    grst committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    9460011 View commit details
    Browse the repository at this point in the history
  3. pre-commit

    grst committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    c78f4bb View commit details
    Browse the repository at this point in the history
  4. Fix CI

    grst committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    66bbb99 View commit details
    Browse the repository at this point in the history
  5. Update modules and fix linting

    grst committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    4203d14 View commit details
    Browse the repository at this point in the history
  6. Fix multiqc

    grst committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    fcc405b View commit details
    Browse the repository at this point in the history
  7. Fix nf-test

    grst committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    b6b80a9 View commit details
    Browse the repository at this point in the history
  8. Fix nf-test

    grst committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    273a157 View commit details
    Browse the repository at this point in the history
  9. Fix lint

    grst committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    0c53b9b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b7ad599 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    58f5a54 View commit details
    Browse the repository at this point in the history
  12. Update comments

    grst committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    e87bfbf View commit details
    Browse the repository at this point in the history
  13. Merge pull request #309 from nf-core/nf-core-template-merge-2.13.1

    Important! Template update for nf-core/tools v2.13.1
    grst authored Mar 7, 2024
    Configuration menu
    Copy the full SHA
    6ff7a83 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    030322a View commit details
    Browse the repository at this point in the history
  15. Merge branch 'dev' into dev

    grst authored Mar 7, 2024
    Configuration menu
    Copy the full SHA
    0e70651 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    73e958c View commit details
    Browse the repository at this point in the history
  17. Delete .nf-test.log

    grst authored Mar 7, 2024
    Configuration menu
    Copy the full SHA
    fdda7a5 View commit details
    Browse the repository at this point in the history
  18. Update nextflow_schema.json

    grst authored Mar 7, 2024
    Configuration menu
    Copy the full SHA
    6b46540 View commit details
    Browse the repository at this point in the history
  19. Fix nextflow schema

    grst committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    904743e View commit details
    Browse the repository at this point in the history
  20. Update changelog

    grst committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    600619f View commit details
    Browse the repository at this point in the history
  21. Merge pull request #294 from gennadyFauna/kb_update

    kallisto|bustools 0.28.2 update
    grst authored Mar 7, 2024
    Configuration menu
    Copy the full SHA
    ae5b28b View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. Update bin/emptydrops_cell_calling.R

    gsub .gz only in end of string
    
    Co-authored-by: Gregor Sturm <mail@gregor-sturm.de>
    fmalmeida and grst authored Mar 8, 2024
    Configuration menu
    Copy the full SHA
    e350399 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. fixing stub snippet

    fmalmeida committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    7daa310 View commit details
    Browse the repository at this point in the history
  2. fix transposition snippet in new module

    fmalmeida committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    c24a05d View commit details
    Browse the repository at this point in the history
  3. Merge branch 'dev' of https://github.com/nf-core/scrnaseq into 81-cal…

    …l-empty-droplets
    fmalmeida committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    618c721 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. Configuration menu
    Copy the full SHA
    492598b View commit details
    Browse the repository at this point in the history
  2. fixed transposition

    fmalmeida committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    6207655 View commit details
    Browse the repository at this point in the history
  3. fixed file used

    fmalmeida committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    8c5702b View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. Update modules

    grst committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    ec19912 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fc47a34 View commit details
    Browse the repository at this point in the history
  3. Update CHANGELOG

    grst committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    e20e897 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #300 from heylf/dev

    Fix to issue 299 and 297
    grst authored Mar 13, 2024
    Configuration menu
    Copy the full SHA
    d554870 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7c8ed95 View commit details
    Browse the repository at this point in the history
  6. updating documentation

    fmalmeida committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    3adeb65 View commit details
    Browse the repository at this point in the history
  7. remove unused parameter

    fmalmeida committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    48dd996 View commit details
    Browse the repository at this point in the history
  8. adjust modules to handle kallisto outputs form non-standard (lamanno …

    …& nac) workflows
    fmalmeida committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    9cd8edd View commit details
    Browse the repository at this point in the history
  9. when running kallisto non-standard workflow store emptydrops in subdi…

    …rs to avoid file collision
    fmalmeida committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    d77eda8 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. update modules to get them from nf-core/modules

    fmalmeida committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    c460f28 View commit details
    Browse the repository at this point in the history
  2. prettier fix

    fmalmeida committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    1c1f1ac View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6351f76 View commit details
    Browse the repository at this point in the history
  4. add ending line

    fmalmeida committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    9734ace View commit details
    Browse the repository at this point in the history
  5. update changelog

    fmalmeida committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    2406600 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #301 from nf-core/81-call-empty-droplets

    Fix issue 81, "call empty droplets"
    fmalmeida authored Mar 18, 2024
    Configuration menu
    Copy the full SHA
    1043441 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. Configuration menu
    Copy the full SHA
    8802cd9 View commit details
    Browse the repository at this point in the history
  2. update changelog

    fmalmeida committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    6dc725b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    95a9ffa View commit details
    Browse the repository at this point in the history
  4. update nf-test snaps

    fmalmeida committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    f0b309f View commit details
    Browse the repository at this point in the history
  5. default to true

    fmalmeida committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    984c101 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #317 from nf-core/316-update-cellranger-modules-to…

    …-latest-nf-coremodules-versions
    
    316 update cellranger modules to latest nf coremodules versions
    grst authored Apr 16, 2024
    Configuration menu
    Copy the full SHA
    7c15e0a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5b3796f View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. Update download_pipeline.yml

    grst authored Apr 18, 2024
    Configuration menu
    Copy the full SHA
    c1e98b3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4efe296 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #320 from nf-core/release-2.6.0

    Bump version to 2.6.0
    grst authored Apr 18, 2024
    Configuration menu
    Copy the full SHA
    6a7d203 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. Configuration menu
    Copy the full SHA
    900606f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #321 from nf-core/add-cellrangerarc-snippet-back

    Add cellrangerarc snippet back
    grst authored Apr 30, 2024
    Configuration menu
    Copy the full SHA
    7be5e57 View commit details
    Browse the repository at this point in the history