Skip to content

Commit 718f352

Browse files
Merge pull request #535 from FriederikeHanssen/nfcore_training
Port original nf-core training
2 parents 2cd0642 + 3ea78e8 commit 718f352

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+5189
-2
lines changed

.editorconfig

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,12 @@ indent_size = 2
1414
# ignore python and markdown
1515
[*.{py,md}]
1616
indent_style = unset
17+
18+
# ignore nf-core files
19+
[side-quests/solutions/nf-core/**]
20+
charset = unset
21+
end_of_line = unset
22+
insert_final_newline = unset
23+
trim_trailing_whitespace = false
24+
indent_style = unset
25+
indent_size = unset

.prettierignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Ignore all files in side-quests/solutions
2+
side-quests/solutions/nf-core/**/*.js
3+
side-quests/solutions/nf-core/**/*.md
4+
side-quests/solutions/nf-core/**/*.yaml
5+
side-quests/solutions/nf-core/**/*.json
6+
side-quests/solutions/nf-core/**/*.html
7+
side-quests/solutions/nf-core/**/*.yml

docs/envsetup/01_setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ You should be presented with a page where you can create a new GitHub Codespace:
2222
You can click "Change options" to configure the machine used.
2323
Using a machine with more cores allows you to take greater advantage of Nextflow's ability to parallelize workflow execution.
2424

25-
**For our Hello Nextflow and Nextflow For Science training courses, we recommend using a 4-core machine.**
25+
**For our Hello Nextflow, Nextflow For Science, and nf-core training courses, we recommend using a 4-core machine.**
2626

2727
The free GitHub plan includes 120 core-hours of Codespaces compute per month, which amounts to 30 hours of a 4-core machine.
2828
(See below for more information about quotas.)

docs/side_quests/img/nf-core/nested.excalidraw.svg

Lines changed: 21 additions & 0 deletions
Loading
82.4 KB
Loading
Loading

docs/side_quests/img/nf-core/pipeline.excalidraw.svg

Lines changed: 21 additions & 0 deletions
Loading
Loading

0 commit comments

Comments
 (0)