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

dsl2 port #182

Closed
wants to merge 78 commits into from
Closed

dsl2 port #182

wants to merge 78 commits into from

Commits on Nov 18, 2020

  1. Try Channel.empty().collect()

    ewels committed Nov 18, 2020
    Configuration menu
    Copy the full SHA
    a776add View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e273fe View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2020

  1. Configuration menu
    Copy the full SHA
    c4e6462 View commit details
    Browse the repository at this point in the history
  2. Brackets shouldn't make any difference

    This code works for ch_multiqc_custom_config - why not here?
    ewels committed Nov 19, 2020
    Configuration menu
    Copy the full SHA
    a5b0ea7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    04fbaf8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    adfaff4 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2020

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

Commits on Jan 19, 2021

  1. check in required nf-core modules

    * fastqc
    * picard/markduplicates
    * preseq/lcextrap
    * samtools/flagstat
    * samtools/index
    * samtools/stats
    * samtools/sort
    * trimgalore
    * multiqc
    phue committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    0625da5 View commit details
    Browse the repository at this point in the history
  2. add required bismark modules

    * bismark/genome_preparation
    * bismark/align
    * bismark/deduplicate
    * bismark/extract
    * bismark/report
    * bismark/summary
    
    TODO: write tests and add to nf-core/modules
    phue committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    a666c5d View commit details
    Browse the repository at this point in the history
  3. add required bwameth modules

    * bwameth/align
    * bwameth/index
    
    TODO: write tests and add to nf-core/modules
    phue committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    b71b35a View commit details
    Browse the repository at this point in the history
  4. add required methyldackel modules

    * methyldackel/extract
    * methyldackel/mbias
    
    TODO: write tests and add to nf-core modules
    phue committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    78b492a View commit details
    Browse the repository at this point in the history
  5. add required qualimap/bamqc module

    TODO: write tests and add to nf-core/modules
    phue committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    470b74e View commit details
    Browse the repository at this point in the history
  6. add required samtools/faidx module

    TODO: write tests and add to nf-core/modules
    phue committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    8fa9177 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    aa84f29 View commit details
    Browse the repository at this point in the history
  8. add samplesheet functionality

    this is inspired by the functionality in nf-core/nanoseq and
    nf-core/rnaseq
    The idea is to require a samplesheet to run the pipeline, which will
    allow for single/paired end auto-detection and mapping samples against
    different reference genomes.
    
    addresses nf-core#181
    phue committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    0cbc1c2 View commit details
    Browse the repository at this point in the history
  9. add bismark subworkflow

    phue committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    7dc73ff View commit details
    Browse the repository at this point in the history
  10. add bwameth subworkflow

    phue committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    811c806 View commit details
    Browse the repository at this point in the history
  11. wire up subworkflows

    phue committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    f31c396 View commit details
    Browse the repository at this point in the history
  12. add file placeholder

    phue committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    ed6e252 View commit details
    Browse the repository at this point in the history
  13. update test.config to use samplesheet

    TODO: needs change in nf-core/test-datasets
    phue committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    30bd4f3 View commit details
    Browse the repository at this point in the history
  14. update base.config

    phue committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    2c7eda9 View commit details
    Browse the repository at this point in the history
  15. update igenomes.config

    baseDir is deprecated
    phue committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    4152bae View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    9dc0108 View commit details
    Browse the repository at this point in the history
  17. bump version to 2.0dev

    phue committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    e4abecd View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2021

  1. Strip brackets

    ewels committed Feb 11, 2021
    Configuration menu
    Copy the full SHA
    94b1a57 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    24fba9d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    24511f4 View commit details
    Browse the repository at this point in the history
  4. Remove aws.config

    ewels committed Feb 11, 2021
    Configuration menu
    Copy the full SHA
    db1273b View commit details
    Browse the repository at this point in the history
  5. Merge pull request nf-core#179 from ewels/known_splices-collect-ifEmpty

    Template update + fix skipped alignment
    ewels authored Feb 11, 2021
    Configuration menu
    Copy the full SHA
    12f8361 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2021

  1. Flesh out changelog

    ewels committed Feb 12, 2021
    Configuration menu
    Copy the full SHA
    47ac664 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    69693dd View commit details
    Browse the repository at this point in the history
  3. Changelog

    ewels committed Feb 12, 2021
    Configuration menu
    Copy the full SHA
    9c2d57d View commit details
    Browse the repository at this point in the history
  4. Downgrade Python and Samtools

    ewels committed Feb 12, 2021
    Configuration menu
    Copy the full SHA
    cc3d0e9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2b3c1a5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    775417a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bd1ac32 View commit details
    Browse the repository at this point in the history
  8. Fix schema linting failures

    ewels committed Feb 12, 2021
    Configuration menu
    Copy the full SHA
    30993a8 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2021

  1. Configuration menu
    Copy the full SHA
    631e433 View commit details
    Browse the repository at this point in the history
  2. --accel not --accell

    ewels committed Feb 15, 2021
    Configuration menu
    Copy the full SHA
    2238ebd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    21ebb05 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2021

  1. Merge pull request nf-core#184 from ewels/changelog

    Flesh out changelog
    ewels authored Feb 19, 2021
    Configuration menu
    Copy the full SHA
    9af6d57 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2021

  1. Configuration menu
    Copy the full SHA
    a034473 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b8a917a View commit details
    Browse the repository at this point in the history
  3. Flesh out changelog

    ewels committed Feb 20, 2021
    Configuration menu
    Copy the full SHA
    ddc4dad View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    91e9c2b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9629b2d View commit details
    Browse the repository at this point in the history
  6. Update changelog

    ewels committed Feb 20, 2021
    Configuration menu
    Copy the full SHA
    58aca01 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2021

  1. Merge pull request nf-core#185 from ewels/software-update

    Tidy up lint warnings
    apeltzer authored Feb 21, 2021
    Configuration menu
    Copy the full SHA
    031be37 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2021

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

Commits on Mar 19, 2021

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

Commits on Mar 22, 2021

  1. check in required nf-core modules

    * fastqc
    * picard/markduplicates
    * preseq/lcextrap
    * samtools/flagstat
    * samtools/index
    * samtools/stats
    * samtools/sort
    * trimgalore
    * multiqc
    phue committed Mar 22, 2021
    Configuration menu
    Copy the full SHA
    f47037b View commit details
    Browse the repository at this point in the history
  2. add required bismark modules

    * bismark/genome_preparation
    * bismark/align
    * bismark/deduplicate
    * bismark/extract
    * bismark/report
    * bismark/summary
    
    TODO: write tests and add to nf-core/modules
    phue committed Mar 22, 2021
    Configuration menu
    Copy the full SHA
    472bc02 View commit details
    Browse the repository at this point in the history
  3. add required bwameth modules

    * bwameth/align
    * bwameth/index
    
    TODO: write tests and add to nf-core/modules
    phue committed Mar 22, 2021
    Configuration menu
    Copy the full SHA
    186da26 View commit details
    Browse the repository at this point in the history
  4. add required methyldackel modules

    * methyldackel/extract
    * methyldackel/mbias
    
    TODO: write tests and add to nf-core modules
    phue committed Mar 22, 2021
    Configuration menu
    Copy the full SHA
    1f76e0d View commit details
    Browse the repository at this point in the history
  5. add required qualimap/bamqc module

    TODO: write tests and add to nf-core/modules
    phue committed Mar 22, 2021
    Configuration menu
    Copy the full SHA
    51e7518 View commit details
    Browse the repository at this point in the history
  6. add required samtools/faidx module

    TODO: write tests and add to nf-core/modules
    phue committed Mar 22, 2021
    Configuration menu
    Copy the full SHA
    1a9d597 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    baf4faa View commit details
    Browse the repository at this point in the history
  8. add samplesheet functionality

    this is inspired by the functionality in nf-core/nanoseq and
    nf-core/rnaseq
    The idea is to require a samplesheet to run the pipeline, which will
    allow for single/paired end auto-detection and mapping samples against
    different reference genomes.
    
    addresses nf-core#181
    phue committed Mar 22, 2021
    Configuration menu
    Copy the full SHA
    eaf7ad1 View commit details
    Browse the repository at this point in the history
  9. add bismark subworkflow

    phue committed Mar 22, 2021
    Configuration menu
    Copy the full SHA
    3994b73 View commit details
    Browse the repository at this point in the history
  10. add bwameth subworkflow

    phue committed Mar 22, 2021
    Configuration menu
    Copy the full SHA
    d6cb697 View commit details
    Browse the repository at this point in the history
  11. Merge dev

    phue committed Mar 22, 2021
    Configuration menu
    Copy the full SHA
    e544a1a View commit details
    Browse the repository at this point in the history
  12. add file placeholder

    phue committed Mar 22, 2021
    Configuration menu
    Copy the full SHA
    70882f2 View commit details
    Browse the repository at this point in the history
  13. update test.config to use samplesheet

    TODO: needs change in nf-core/test-datasets
    phue committed Mar 22, 2021
    Configuration menu
    Copy the full SHA
    9ebf9ac View commit details
    Browse the repository at this point in the history
  14. update base.config

    phue committed Mar 22, 2021
    Configuration menu
    Copy the full SHA
    25b7f65 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    2aa04a5 View commit details
    Browse the repository at this point in the history
  16. bump version to 2.0dev

    phue committed Mar 22, 2021
    Configuration menu
    Copy the full SHA
    bbf3d28 View commit details
    Browse the repository at this point in the history
  17. update test profile for dsl2

    the pipeline now requires a samplesheet
    phue committed Mar 22, 2021
    Configuration menu
    Copy the full SHA
    0eb6e9f View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    9be06d4 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    e83dddc View commit details
    Browse the repository at this point in the history
  20. update ci.yml

    remove conda and docker related actions
    phue committed Mar 22, 2021
    Configuration menu
    Copy the full SHA
    655d938 View commit details
    Browse the repository at this point in the history
  21. update nextflow.config

    phue committed Mar 22, 2021
    Configuration menu
    Copy the full SHA
    f1df433 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2021

  1. Configuration menu
    Copy the full SHA
    a88c631 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    99c3768 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'TEMPLATE' into dsl2

    merging dsl2-template
    phue committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    8eb68bc View commit details
    Browse the repository at this point in the history
  4. sync with nf-core/modules

    phue committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    0243d13 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2021

  1. cleanup some duplicated files

    phue committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    867b4ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7b3c04a View commit details
    Browse the repository at this point in the history
  3. update nextflow_schema.json

    phue committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    34305ef View commit details
    Browse the repository at this point in the history