Skip to content

Commit

Permalink
Merge pull request #32 from umccr/enhancement/update-challenge-format
Browse files Browse the repository at this point in the history
Update challenge format
  • Loading branch information
alexiswl authored May 9, 2024
2 parents 72ba75f + 8d31380 commit 0f4fef3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions episodes/03-dependency_graphs.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -124,19 +124,19 @@ rna_seq_workflow_2.cwl:51:11: Source 'alignment' of type ["File", {"type": "arra
rna_seq_workflow_2.cwl:56:7: with sink 'bam_sorted' of type "File"
```

:::::::::::::::::::: challenge
<br>

### What's in a warning 🌶🌶🌶
:::::::::::::::::::: challenge

Should we be concerned about this warning?
### Should we be concerned about this warning 🌶🌶🌶

If not, why not?
Not all warnings are bad.
Should we be concerned about this warning? If not, why not?

::::::::::::::::::::

:::::::::::::::::::: solution

### Not all warnings are bad

In this case, the outputs of the mapping step may instead either be just one file, OR an array of files.

Expand Down

0 comments on commit 0f4fef3

Please sign in to comment.