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

kallisto|bustools 0.28.2 update #294

Merged
merged 39 commits into from
Mar 7, 2024
Merged

kallisto|bustools 0.28.2 update #294

merged 39 commits into from
Mar 7, 2024

Commits on Jan 10, 2024

  1. Merge pull request nf-core#283 from nf-core/dev

    Release v2.5.0
    grst authored Jan 10, 2024
    Configuration menu
    Copy the full SHA
    e03cd46 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. 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. Merge pull request nf-core#293 from nf-core/dev

    Patch release v2.5.1
    grst authored Jan 23, 2024
    Configuration menu
    Copy the full SHA
    90cb6a4 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. 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
  2. Configuration menu
    Copy the full SHA
    fb6db73 View commit details
    Browse the repository at this point in the history
  3. 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 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
    4d90d60 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    efb1487 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5ffdc88 View commit details
    Browse the repository at this point in the history
  4. 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
    336d5f4 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 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 7, 2024

  1. Configuration menu
    Copy the full SHA
    73e958c View commit details
    Browse the repository at this point in the history
  2. 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
  3. 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
  4. 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
  5. 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