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

Integrate cellranger workflow #90

Merged
merged 34 commits into from
Jun 7, 2022
Merged

Integrate cellranger workflow #90

merged 34 commits into from
Jun 7, 2022

Commits on Jan 26, 2022

  1. WIP cellranger workflow

    grst committed Jan 26, 2022
    Configuration menu
    Copy the full SHA
    c6da098 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2022

  1. Enable cellranger count

    grst committed Jan 31, 2022
    Configuration menu
    Copy the full SHA
    796ad5b View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2022

  1. Fix cellranger input path

    grst committed Feb 21, 2022
    Configuration menu
    Copy the full SHA
    00d0908 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2022

  1. Update check_samplesheet.py

    handling existence of replicates
    fmalmeida committed May 23, 2022
    Configuration menu
    Copy the full SHA
    562d0fa View commit details
    Browse the repository at this point in the history
  2. Update check_samplesheet.py

    replicates are appended together
    fmalmeida committed May 23, 2022
    Configuration menu
    Copy the full SHA
    09f7d87 View commit details
    Browse the repository at this point in the history
  3. input check has a new parameter

    Input check has a new parameter that allows the merging ("appending") of reads in the python dictionary only when cellranger is used ... as this problem we were facing only when using it.
    fmalmeida committed May 23, 2022
    Configuration menu
    Copy the full SHA
    e8b40a1 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2022

  1. Configuration menu
    Copy the full SHA
    b840c01 View commit details
    Browse the repository at this point in the history
  2. fixing schema for linting

    fmalmeida committed May 24, 2022
    Configuration menu
    Copy the full SHA
    b48778f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fe6b82f View commit details
    Browse the repository at this point in the history

Commits on May 27, 2022

  1. Update ci.yml

    changed order to ensure cellranger is tried
    fmalmeida committed May 27, 2022
    Configuration menu
    Copy the full SHA
    e3f8108 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2022

  1. Configuration menu
    Copy the full SHA
    b0cef8b View commit details
    Browse the repository at this point in the history
  2. Update check_samplesheet.py

    reverted script to allow the use of techinal replicates for all aligners
    
    if a sample is defined multiple times, it will only append the file to the dictionary instead of raising an error
    fmalmeida committed May 30, 2022
    Configuration menu
    Copy the full SHA
    180e627 View commit details
    Browse the repository at this point in the history
  3. Update kallistobustools_count.nf

    instead of using only the first elements of the input array, it now joins the filenames in a single string usig whitespaces.
    
    This would make it possible to use it when more replicates are available
    
    We may want to add a checking so it complains when not using paired end data.
    fmalmeida committed May 30, 2022
    Configuration menu
    Copy the full SHA
    910449c View commit details
    Browse the repository at this point in the history
  4. Update scrnaseq.nf

    added a comment explaining why this channel mapping is still necessary
    fmalmeida committed May 30, 2022
    Configuration menu
    Copy the full SHA
    d222ab4 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2022

  1. Configuration menu
    Copy the full SHA
    3bc8b93 View commit details
    Browse the repository at this point in the history
  2. added indentation to file

    fmalmeida committed May 31, 2022
    Configuration menu
    Copy the full SHA
    60af471 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5998412 View commit details
    Browse the repository at this point in the history
  4. Update check_samplesheet.py

    add changed code line as backup
    fmalmeida committed May 31, 2022
    Configuration menu
    Copy the full SHA
    6d4aada View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3ed8ca3 View commit details
    Browse the repository at this point in the history
  6. Delete .markdownlint.yml

    nf-core lint wants it deleted
    fmalmeida committed May 31, 2022
    Configuration menu
    Copy the full SHA
    84774fa View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e136763 View commit details
    Browse the repository at this point in the history
  8. Create .prettierrc.yml

    fmalmeida committed May 31, 2022
    Configuration menu
    Copy the full SHA
    7988823 View commit details
    Browse the repository at this point in the history
  9. Update .prettierrc.yml

    fixed with nf-core lint
    fmalmeida committed May 31, 2022
    Configuration menu
    Copy the full SHA
    f75a077 View commit details
    Browse the repository at this point in the history
  10. Update nextflow.config

    fixed with nf-core lint
    fmalmeida committed May 31, 2022
    Configuration menu
    Copy the full SHA
    78674d9 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2022

  1. Configuration menu
    Copy the full SHA
    60aeed7 View commit details
    Browse the repository at this point in the history
  2. Update align_cellranger.nf

    flattens reads array as it is expected my the module
    fmalmeida committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    d8828bf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6d9caad View commit details
    Browse the repository at this point in the history
  4. changing bad for loop

    fmalmeida committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    5955ac5 View commit details
    Browse the repository at this point in the history
  5. Update align_cellranger.nf

    removing redudancy spotted
    fmalmeida committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    abf4b7e View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2022

  1. executed prettier on files

    fmalmeida committed Jun 3, 2022
    Configuration menu
    Copy the full SHA
    5c2a21a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e44be22 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c8abde4 View commit details
    Browse the repository at this point in the history
  4. Revert "executed prettier on files" as it broke linting

    This reverts commit 5c2a21a.
    fmalmeida committed Jun 3, 2022
    Configuration menu
    Copy the full SHA
    510a1b3 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2022

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