Skip to content

Commit

Permalink
Fix some spelling errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
tkphd committed Jan 10, 2024
1 parent c2d8289 commit 6ff0f9e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions .codespell-ignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# codespell dictionary entries
Fram
dropse
figurestyle
fram
hist
namd
rouge
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ lesson-fixme :

## spellcheck
spellcheck:
codespell --skip="assets,*.svg,.vendor" --quiet-level=2 -L "dropse,figurestyle,fram,hist,namd,rouge"
codespell --skip="assets,*.svg,.vendor" --quiet-level=2 -I .codespell-ignore

##
## IV. Auxililary (plumbing) commands
Expand Down
4 changes: 2 additions & 2 deletions _extras/discuss.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ individual to individual!
>
> - Vary the number of threads used per process
> - Reduce the number of cores used per node
> - Allow the calculation to use Symmetric Mutithreading (SMT) if enabled
> - Allow the calculation to use Symmetric Multithreading (SMT) if enabled
>
> Please ask for more information on these options from a helper!
{: .challenge}
Expand All @@ -95,7 +95,7 @@ https://blast.ncbi.nlm.nih.gov/Blast.cgi?CMD=Web&PAGE_TYPE=BlastDocs&DOC_TYPE=Do
> compares nucleotide or protein sequences to sequence databases and calculates
> the statistical significance.
>
> In this exercise, you should use what you have learnt so far to set up a way
> In this exercise, you should use what you have learned so far to set up a way
> to run multiple serial BLAST+ analyses in parallel. There are many different
> ways to do this that can be used on their own or in combination. Some ideas
> include:
Expand Down

0 comments on commit 6ff0f9e

Please sign in to comment.