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

Various fixes, updated debug.md to use new format #1

Merged
merged 1 commit into from
May 5, 2024

Conversation

alexiswl
Copy link
Member

@alexiswl alexiswl commented May 5, 2024

  • Removed WSL2 hints in MacOS and linux setups
  • Added cwl files for debug markdown and reference from markdown instead.
  • Updated challenges to use headers for challenges, also added 'peppers' to determine how challenging a task is.

* Removed WSL2 hints in MacOS and linux setups
* Added cwl files for debug markdown and reference from markdown instead.
* Updated challenges to use headers for challenges, also added 'peppers' to determine how challenging a task is.
@alexiswl alexiswl added the enhancement New feature or request label May 5, 2024
@alexiswl alexiswl self-assigned this May 5, 2024
Copy link

github-actions bot commented May 5, 2024

Thank you!

Thank you for your pull request 😃

🤖 This automated message can help you check the rendered files in your submission for clarity. If you have any questions, please feel free to open an issue in {sandpaper}.

If you have files that automatically render output (e.g. R Markdown), then you should check for the following:

  • 🎯 correct output
  • 🖼️ correct figures
  • ❓ new warnings
  • ‼️ new errors

Rendered Changes

🔍 Inspect the changes: https://github.com/umccr/cwl-novice-tutorial/compare/md-outputs..md-outputs-PR-1

The following changes were observed in the rendered markdown documents:

 02-shell_to_cwl.md                                 |  17 +-
 03-dependency_graphs.md                            |   7 +-
 04-reusing_tools.md                                |   7 +-
 debug.md => addendum-01-debug.md                   | 276 +++++++++++++--------
 .../rna_seq_workflow_fieldname_fail.cwl (new)      |  41 +++
 files/debug/rna_seq_workflow_type_fail.cwl (new)   |  41 +++
 .../debug/rna_seq_workflow_varname_fail.cwl (new)  |  41 +++
 files/debug/rna_seq_workflow_with_format.cwl (new) |  41 +++
 files/debug/tab-error.cwl (new)                    |  56 +++++
 .../workflow_input_undefined_format.yaml (new)     |   6 +
 files/linux_setup.Rmd                              |   4 -
 files/macos_setup.Rmd                              |   2 -
 files/windows_setup.Rmd                            |   5 +-
 md5sum.txt                                         |  39 +--
 more_info.md                                       |   5 +-
 setup.md                                           |  11 +-
 16 files changed, 456 insertions(+), 143 deletions(-)
What does this mean?

If you have source files that require output and figures to be generated (e.g. R Markdown), then it is important to make sure the generated figures and output are reproducible.

This output provides a way for you to inspect the output in a diff-friendly manner so that it's easy to see the changes that occur due to new software versions or randomisation.

⏱️ Updated at 2024-05-05 11:30:26 +0000

@alexiswl alexiswl requested a review from skanwal May 5, 2024 11:30
github-actions bot pushed a commit that referenced this pull request May 5, 2024
@alexiswl alexiswl linked an issue May 5, 2024 that may be closed by this pull request
Copy link
Member

@skanwal skanwal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🌶️ 👍

@alexiswl alexiswl merged commit 201fad7 into main May 5, 2024
4 checks passed
@alexiswl alexiswl deleted the enhancement/update-debug-to-new-format branch May 5, 2024 12:16
github-actions bot pushed a commit that referenced this pull request May 5, 2024
Auto-generated via {sandpaper}
Source  : 201fad7
Branch  : main
Author  : Alexis Lucattini <[email protected]>
Time    : 2024-05-05 12:16:04 +0000
Message : Merge pull request #1 from umccr/enhancement/update-debug-to-new-format

Various fixes, updated debug.md to use new format
github-actions bot pushed a commit that referenced this pull request May 5, 2024
Auto-generated via {sandpaper}
Source  : 1baf835
Branch  : md-outputs
Author  : GitHub Actions <[email protected]>
Time    : 2024-05-05 12:17:07 +0000
Message : markdown source builds

Auto-generated via {sandpaper}
Source  : 201fad7
Branch  : main
Author  : Alexis Lucattini <[email protected]>
Time    : 2024-05-05 12:16:04 +0000
Message : Merge pull request #1 from umccr/enhancement/update-debug-to-new-format

Various fixes, updated debug.md to use new format
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update debug.md to use new formatting style
2 participants