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 2.3 Updates: Fixes for contamination, UMI Handling, Template 2.11.1 #303

Merged
merged 126 commits into from
Jan 24, 2024

Commits on May 10, 2022

  1. REVERT CHANGES

    Reverting changes to a non-linted version and added the umitools modules.
    Christian Kubica authored and Christian Kubica committed May 10, 2022
    Configuration menu
    Copy the full SHA
    d783ef9 View commit details
    Browse the repository at this point in the history
  2. INCLUDE UMITOOLS WORKFLOW

    Added the umitools workflow and integrated it into the smrnaseq workflow
    Christian Kubica authored and Christian Kubica committed May 10, 2022
    Configuration menu
    Copy the full SHA
    1043932 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2022

  1. ADD DOCUMENTATION

    Add additional documentation to use UMI tools as part of the pipeline.
    Most of the documentation has been copied from nf-core/rnaseq.
    Christian Kubica authored and Christian Kubica committed May 13, 2022
    Configuration menu
    Copy the full SHA
    27fd482 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2022

  1. ADD SAMTOOLS BAM2FQ MODULE

    The bam2fq module is neccessary to convert the deduplicated bam
    files back into a fastq format to be fed into the existing
    pipeline.
    Christian Kubica authored and Christian Kubica committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    ee673b0 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2022

  1. ADD UMITOOLS EXTRACT ARGS

    Added the umitools extract modules.config lines from nf-core/rnaseq
    to this pipeline.
    Christian Kubica authored and Christian Kubica committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    0bc65e4 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2022

  1. UPDATE MODULES.CONFIG

    Added configurations for umi deduplication.
    Christian Kubica authored and Christian Kubica committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    8d14f90 View commit details
    Browse the repository at this point in the history
  2. INCLUDE UMITOOLS DEDUP WORKFLOW

    Initial comit of the umi dedup subworkflow. The workflow combines
    already existing modules of the pipeline and nf-core module to
    deduplicate the reads by mapping them to the species genome and
    re-converting them to fastq after deduplication.
    Christian Kubica authored and Christian Kubica committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    23f96d8 View commit details
    Browse the repository at this point in the history
  3. INCLUDE UMITOOLS DEDUP

    includes the optional umitools deduplication step after the read
    QC.
    Christian Kubica authored and Christian Kubica committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    944d277 View commit details
    Browse the repository at this point in the history
  4. ADD SAMTOOLS SORT CONFIG

    Added additional configuration to change the output file name of
    samtools sort.
    CKComputomics committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    ddb3dba View commit details
    Browse the repository at this point in the history
  5. FIX TYPO

    CKComputomics committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    b2ef66a View commit details
    Browse the repository at this point in the history
  6. ADD DEDUP DOCUMENTATION

    Added the documentation detailing the output files of the UMI-tools
    deduplication step.
    CKComputomics committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    29ec7da View commit details
    Browse the repository at this point in the history
  7. ADD DEDUP STEP

    CKComputomics committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    afa1ad7 View commit details
    Browse the repository at this point in the history
  8. ADD UMITOOLS VERSION

    CKComputomics committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    c72ac5b View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2022

  1. MERGE DEDUPLICATED AND UNMAPPED READS AFTER DEDUPLICATION

    After deduplication the reads that remained unaligned to the
    provided reference genome are merged with the set of deduplicated
    reads to enable the use of the full spectrum of reads, independent
    of potential reference bias. This behaviour can be deactivated by
    setting --umi_merge_unmapped false
    CKComputomics committed Jun 20, 2022
    Configuration menu
    Copy the full SHA
    f442289 View commit details
    Browse the repository at this point in the history
  2. ADD MISSING OPTION

    CKComputomics committed Jun 20, 2022
    Configuration menu
    Copy the full SHA
    f9ca542 View commit details
    Browse the repository at this point in the history
  3. ADD NEWLINE

    CKComputomics committed Jun 20, 2022
    Configuration menu
    Copy the full SHA
    b974717 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2022

  1. CLEAN CODE

    CKComputomics committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    4610be1 View commit details
    Browse the repository at this point in the history
  2. ADD DOCUMENTATION

    CKComputomics committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    67b2cac View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    23fc985 View commit details
    Browse the repository at this point in the history
  4. FINALIZE DOCUMENTATION

    Information on the new --umi_merge_unmapped command were added to
    both the CHANGELOG, as well as the output markdown script.
    CKComputomics committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    be241ea View commit details
    Browse the repository at this point in the history
  5. UPDATE MAIL TEMPLATE

    CKComputomics committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    8b433f1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0e732ed View commit details
    Browse the repository at this point in the history
  7. PLEASE PRETTIER

    CKComputomics committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    8f426b5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8e132fb View commit details
    Browse the repository at this point in the history
  9. FIX MERGE ERROR

    CKComputomics committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    039843f View commit details
    Browse the repository at this point in the history
  10. MAKE PRETTIER HAPPY

    CKComputomics committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    53c097c View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2022

  1. ADD NF-CORE CAT

    Includes the nf-core cat module to replace the custom concatenation
    module.
    CKComputomics committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    608c414 View commit details
    Browse the repository at this point in the history
  2. REPLACE CUSTOM CAT WITH NF-CORE CAT

    Implements the use of the nf-core cat module.
    CKComputomics committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    6d305c2 View commit details
    Browse the repository at this point in the history
  3. REMOVE UNUSED MODULE

    deletes the now unused conatenation module.
    CKComputomics committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    57a8dba View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2023

  1. Configuration menu
    Copy the full SHA
    04b852c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f285867 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. Configuration menu
    Copy the full SHA
    6948bad View commit details
    Browse the repository at this point in the history
  2. print mirQuant inputs

    sguizard committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    16bb675 View commit details
    Browse the repository at this point in the history
  3. debug mirdeeprun

    sguizard committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    90527a2 View commit details
    Browse the repository at this point in the history
  4. remove previous debug print

    sguizard committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    39f0597 View commit details
    Browse the repository at this point in the history
  5. add more debug messages

    sguizard committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    c198eda View commit details
    Browse the repository at this point in the history
  6. remove prints

    sguizard committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    85cadb0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7c703c9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e8d04d2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9285dfb View commit details
    Browse the repository at this point in the history
  10. Clean debug prints

    sguizard committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    3a3f11b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    357ca53 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

  1. Configuration menu
    Copy the full SHA
    c6efa86 View commit details
    Browse the repository at this point in the history
  2. define args variable

    sguizard committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    0be5a17 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    13fc7a4 View commit details
    Browse the repository at this point in the history
  4. Refresh pipeline summary

    sguizard committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    71590db View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    892ab89 View commit details
    Browse the repository at this point in the history
  6. Update doc with HTML less fa

    sguizard committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    05ae65a View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

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

    sguizard committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    dd97948 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b59a73f View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

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

Commits on Dec 19, 2023

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

Commits on Dec 20, 2023

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

Commits on Jan 11, 2024

  1. Configuration menu
    Copy the full SHA
    fcc3ef0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #164 from CKComputomics/umitools

    Merging this to the umihandling branch to be able to fix remaining bits there myself more easily. Please wait for the next PR to be opened, will post a link here.
    apeltzer authored Jan 11, 2024
    Configuration menu
    Copy the full SHA
    069beb1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ce28d5a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fed23d1 View commit details
    Browse the repository at this point in the history
  5. Add issue to changelog

    fhausmann committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    be15900 View commit details
    Browse the repository at this point in the history
  6. Bringing this to 2024

    apeltzer committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    1d4fd07 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ba4479c View commit details
    Browse the repository at this point in the history
  8. Fixing linting errors

    apeltzer committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    285cfd0 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #302 from nf-core/nf-core-template-merge-2.11.1

    Important! Template update for nf-core/tools v2.11.1
    apeltzer authored Jan 11, 2024
    Configuration menu
    Copy the full SHA
    cd69374 View commit details
    Browse the repository at this point in the history
  10. Follow the lead, Timmy

    apeltzer committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    e1b232f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2828bd2 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1be106c View commit details
    Browse the repository at this point in the history
  13. Merge pull request #300 from fhausmann/fix_samtools_stats_genome

    Fix stats not executed from genome (fixes #299)
    apeltzer authored Jan 11, 2024
    Configuration menu
    Copy the full SHA
    b59bb7a View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2024

  1. Configuration menu
    Copy the full SHA
    ff703f1 View commit details
    Browse the repository at this point in the history
  2. Cleaning up

    apeltzer committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    313e7d3 View commit details
    Browse the repository at this point in the history
  3. Some more fixes / cleanup

    apeltzer committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    5e3f082 View commit details
    Browse the repository at this point in the history
  4. Clean

    apeltzer committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    6240ec0 View commit details
    Browse the repository at this point in the history
  5. Improved error handling

    apeltzer committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    bfcf486 View commit details
    Browse the repository at this point in the history
  6. Update nextflow_schema.json

    apeltzer authored Jan 12, 2024
    Configuration menu
    Copy the full SHA
    d5d1bfc View commit details
    Browse the repository at this point in the history
  7. Merge remote-tracking branch 'upstream/fix-mirdeep2_and_contamination…

    …_filter' into umi-handling
    apeltzer committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    e331ac3 View commit details
    Browse the repository at this point in the history
  8. Fix for UMI fasta

    apeltzer committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    22f07de View commit details
    Browse the repository at this point in the history
  9. Fix params.fasta

    apeltzer committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    8fb0ae0 View commit details
    Browse the repository at this point in the history
  10. Minor updates

    apeltzer committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    227af28 View commit details
    Browse the repository at this point in the history
  11. Fixing some lint warnings

    apeltzer committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    eed0895 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2cc2a0d View commit details
    Browse the repository at this point in the history
  13. Fixing more conda imports

    apeltzer committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    bf6e8bd View commit details
    Browse the repository at this point in the history
  14. More updates of modules

    apeltzer committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    454504d View commit details
    Browse the repository at this point in the history
  15. Fix

    apeltzer committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    7eefcca View commit details
    Browse the repository at this point in the history
  16. Fix

    apeltzer committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    f118456 View commit details
    Browse the repository at this point in the history
  17. Another fix

    apeltzer committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    cbbc6d8 View commit details
    Browse the repository at this point in the history
  18. Yeah fasta

    apeltzer committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    ea6d05e View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    6df081f View commit details
    Browse the repository at this point in the history
  20. Update edger_qc

    apeltzer committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    43d3aba View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

  1. Shorten test.config

    apeltzer committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    2059ed4 View commit details
    Browse the repository at this point in the history
  2. Adding in UMI tests

    apeltzer committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    945c318 View commit details
    Browse the repository at this point in the history
  3. Addressing some reviews

    apeltzer committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    e43e4cf View commit details
    Browse the repository at this point in the history
  4. Add UMI regex

    apeltzer committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    3b21fe1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8e21df8 View commit details
    Browse the repository at this point in the history
  6. Fix meta2

    apeltzer committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    fc01195 View commit details
    Browse the repository at this point in the history
  7. Passing on meta2

    apeltzer committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    1410923 View commit details
    Browse the repository at this point in the history
  8. use the channels, luke

    apeltzer committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    12be186 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    96adf13 View commit details
    Browse the repository at this point in the history
  10. Add updated modules

    apeltzer committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    5c7227a View commit details
    Browse the repository at this point in the history
  11. Add updated modules.json

    apeltzer committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    8d19dbf View commit details
    Browse the repository at this point in the history
  12. Fixing the error :)

    apeltzer committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    84da917 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. Configuration menu
    Copy the full SHA
    e95f075 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c51f54d View commit details
    Browse the repository at this point in the history
  3. Improve more modules

    apeltzer committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    3776e18 View commit details
    Browse the repository at this point in the history
  4. Less lines

    apeltzer committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    a5daf6b View commit details
    Browse the repository at this point in the history
  5. Apply suggestions from code review

    Co-authored-by: Maxime U Garcia <max.u.garcia@gmail.com>
    apeltzer and maxulysse authored Jan 18, 2024
    Configuration menu
    Copy the full SHA
    4baf752 View commit details
    Browse the repository at this point in the history
  6. Fix input cardinality

    grst committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    533a0f3 View commit details
    Browse the repository at this point in the history
  7. Compute index only once

    grst committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    60052b6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f04ef2e View commit details
    Browse the repository at this point in the history
  9. Acually use deduplicated reads

    grst committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    41bd0d0 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6213f5f View commit details
    Browse the repository at this point in the history
  11. Ensure fasta is optional

    grst committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    ed8ad08 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ed99b7e View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2024

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

Commits on Jan 22, 2024

  1. Configuration menu
    Copy the full SHA
    91e67f2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cfac917 View commit details
    Browse the repository at this point in the history
  3. Switch to umicollapse

    grst committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    b9208ea View commit details
    Browse the repository at this point in the history
  4. Switch to umicollapse

    grst committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    65f7f0e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8243651 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ea68c8e View commit details
    Browse the repository at this point in the history
  7. Try to set heap size

    grst committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    d493ff7 View commit details
    Browse the repository at this point in the history
  8. cast heap size to int

    grst committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    6fe6629 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. Increase java stack size

    grst committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    58c5b1a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    53c6ffa View commit details
    Browse the repository at this point in the history
  3. Full manual mode

    grst committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    d5192d4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3d8219e View commit details
    Browse the repository at this point in the history
  5. Increase stack size even further

    grst committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    4fb2523 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

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