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

Draft: Add feature for sample demultiplexing followed by immune profiling #365

Draft
wants to merge 30 commits into
base: dev
Choose a base branch
from

Commits on Aug 16, 2024

  1. cp cellrangermulti to cellrangermulti_vdj in SCRNASEQ workflow

    Helle Rus Povlsen committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    5812f72 View commit details
    Browse the repository at this point in the history
  2. cp align_cellrangermulti to align_cellrangermulti_vdj in local subwor…

    …kflows
    Helle Rus Povlsen committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    a7a5cd3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    06e9932 View commit details
    Browse the repository at this point in the history
  4. installed nf-core/module bamtofastq10x

    Helle Rus Povlsen committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    9bafa8d View commit details
    Browse the repository at this point in the history
  5. add null/ to the gitignore list

    Helle Rus Povlsen committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    2e32c2e View commit details
    Browse the repository at this point in the history
  6. add description of demultiplexing combined with immuneprofiling

    Helle Rus Povlsen committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    6072a4c View commit details
    Browse the repository at this point in the history
  7. add bamtofastq10x module with amendments

    Helle Rus Povlsen committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    27a8c16 View commit details
    Browse the repository at this point in the history
  8. move reference creation outside the cellranger multi to avoid rerunni…

    …ng. additionally changing input channels
    Helle Rus Povlsen committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    a1d0170 View commit details
    Browse the repository at this point in the history
  9. add subworkflow specific for handling sample demultiplexing followed …

    …by immune profiling
    Helle Rus Povlsen committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    170ec07 View commit details
    Browse the repository at this point in the history
  10. implement cellranger multi ref and vdj. branch channels to either run…

    … cellranger multi or cellranger multi+vdj
    Helle Rus Povlsen committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    3b71ff8 View commit details
    Browse the repository at this point in the history
  11. update publishDir for the two cellranger multi outputs. add publishDi…

    …r to bamtofastq process
    Helle Rus Povlsen committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    0132d9b View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. add func to expand feature channels to match demultiplexed gex. modif…

    …ied extract_gex_fq
    Helle Rus Povlsen committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    1434e45 View commit details
    Browse the repository at this point in the history
  2. remove renaming of files

    Helle Rus Povlsen committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    18b9eae View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. Configuration menu
    Copy the full SHA
    ecf453f View commit details
    Browse the repository at this point in the history
  2. changed faux channels to value channels to be consumed infinitely and…

    … updated extract_gex_fq()
    Helle Rus Povlsen committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    8359254 View commit details
    Browse the repository at this point in the history
  3. remove unused code

    Helle Rus Povlsen committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    c4356b0 View commit details
    Browse the repository at this point in the history
  4. renamed file

    Helle Rus Povlsen committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    ced5ddc View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. update output path for fastq

    Helle Rus Povlsen committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    8c6e1c0 View commit details
    Browse the repository at this point in the history
  2. update output dir for emptydrops analysis

    Helle Rus Povlsen committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    e22f8fb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eff6158 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. remove frna option for immune-profiling

    Helle Rus Povlsen committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    998f967 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. updated bamtofastq10x module

    Helle Rus Povlsen committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    cef8759 View commit details
    Browse the repository at this point in the history
  2. update changelog and output docs

    Helle Rus Povlsen committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    3f28b0b View commit details
    Browse the repository at this point in the history
  3. add separate test for cellranger multi when we have multiplexed sampl…

    …es which require immune profiling
    Helle Rus Povlsen committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    503122b View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2024

  1. update element to do cross product on when expanding channels for mul…

    …tiplexed samples
    Helle Rus Povlsen committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    4735642 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

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

Commits on Nov 5, 2024

  1. added printout of fastqs list

    Helle Rus Povlsen committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    5d0a0b6 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

  1. move expanded sorting mechanism of fq files to channel manipulation i…

    …nstead of inside cellranger_multi.py
    Helle Rus Povlsen committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    de26ecb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fbddb27 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b6a7795 View commit details
    Browse the repository at this point in the history