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

Add Hello-channels, stub for containers etc and reorder training modules #391

Merged
merged 33 commits into from
Oct 22, 2024

Commits on Oct 10, 2024

  1. Reorder training modules

    vdauwera committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    a8053fb View commit details
    Browse the repository at this point in the history
  2. Remove GVCF and joint genotyping from Hello-GATK

    Simplify Part 2 by making regular VCFs and removing the joint genotyping step.
    vdauwera committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    a742f16 View commit details
    Browse the repository at this point in the history
  3. Start updating the channels stub

    Stub in the direct command invocations, add in switch to GVCF, remove basic GATK steps
    vdauwera committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    9f4c1d0 View commit details
    Browse the repository at this point in the history
  4. Add introductory explanations

    Added more intro explanations to Hello GATK + equivalent for Hello Channels
    vdauwera committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    2b4271f View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. Added joint genotyping to Hello-channels

    Also improved explanations + tweaked order of steps
    vdauwera committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    1048622 View commit details
    Browse the repository at this point in the history
  2. Prettier fixes

    vdauwera committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    08bc0fb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    808cccb View commit details
    Browse the repository at this point in the history
  4. Finish converting the splitText to splitCsv

    change filename extension + add .flatten()
    vdauwera committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    61f16de View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    39496f5 View commit details
    Browse the repository at this point in the history
  6. Prettier fixes

    killing me with the whitespace
    vdauwera committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    45f0954 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2024

  1. Configuration menu
    Copy the full SHA
    17c9fcc View commit details
    Browse the repository at this point in the history
  2. Update TOC in YML file

    vdauwera committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    60f6576 View commit details
    Browse the repository at this point in the history
  3. Fix TOC and update ordinals

    vdauwera committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    3ea1bd5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    428cc7e View commit details
    Browse the repository at this point in the history
  5. Prettier fixes

    vdauwera committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    0e6ba88 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2024

  1. Configuration menu
    Copy the full SHA
    d06918d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1df2b45 View commit details
    Browse the repository at this point in the history
  3. A few more GATK explanations

    vdauwera committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    3db5f18 View commit details
    Browse the repository at this point in the history
  4. Complete explanations for hello gatk

    still need to update console outputs
    vdauwera committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    ede11a3 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. Improvements to Orientation + Hello World instructions

    + A few minor changes in ordering of steps (biggest one is now we look at the code before running it, in response to popular demand...)
    vdauwera committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    851476a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    58c0469 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3a58c62 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b7daffc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    76b2bbf View commit details
    Browse the repository at this point in the history
  6. Minor fixes

    vdauwera committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    08d46a4 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. Language tweak

    Co-authored-by: Maxime U Garcia <[email protected]>
    vdauwera and maxulysse authored Oct 22, 2024
    Configuration menu
    Copy the full SHA
    346d547 View commit details
    Browse the repository at this point in the history
  2. Improve formatting - Orientation

    Co-authored-by: Ken Brewer <[email protected]>
    vdauwera and kenibrewer authored Oct 22, 2024
    Configuration menu
    Copy the full SHA
    0791a95 View commit details
    Browse the repository at this point in the history
  3. Improve formatting - Hello World

    Co-authored-by: Ken Brewer <[email protected]>
    vdauwera and kenibrewer authored Oct 22, 2024
    Configuration menu
    Copy the full SHA
    6d6c9f1 View commit details
    Browse the repository at this point in the history
  4. Improve formatting - Hello Channels

    Co-authored-by: Ken Brewer <[email protected]>
    vdauwera and kenibrewer authored Oct 22, 2024
    Configuration menu
    Copy the full SHA
    5d1ea5d View commit details
    Browse the repository at this point in the history
  5. Improve formatting - GATK suggestions batch1

    Co-authored-by: Ken Brewer <[email protected]>
    vdauwera and kenibrewer authored Oct 22, 2024
    Configuration menu
    Copy the full SHA
    cf9a84e View commit details
    Browse the repository at this point in the history
  6. Improve formatting - GATK suggestions batch2

    Co-authored-by: Ken Brewer <[email protected]>
    vdauwera and kenibrewer authored Oct 22, 2024
    Configuration menu
    Copy the full SHA
    4d4376b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b446971 View commit details
    Browse the repository at this point in the history
  8. A few more formatting fixes

    vdauwera committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    dc14795 View commit details
    Browse the repository at this point in the history