Skip to content

Commit 0bb80d2

Browse files
committed
Applied codespell
1 parent 80c817a commit 0bb80d2

File tree

10 files changed

+56
-56
lines changed

10 files changed

+56
-56
lines changed

schema_salad/dotnet/gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -313,8 +313,8 @@ node_modules/
313313
**/*.Server/ModelManifest.xml
314314
_Pvt_Extensions
315315

316-
# Paket dependency manager
317-
.paket/paket.exe
316+
# Packet dependency manager
317+
.packet/packet.exe
318318
paket-files/
319319

320320
# FAKE - F# Make

schema_salad/tests/EDAM.owl

Lines changed: 27 additions & 27 deletions
Large diffs are not rendered by default.

schema_salad/tests/cwl-pre.yml

Lines changed: 9 additions & 9 deletions
Large diffs are not rendered by default.

schema_salad/tests/test_makedoc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ def test_multiline_list_entries_word_spacing(metaschema_doc: str) -> None:
177177
"""Hanging indents in Markdown lists don't lead to wordsmushing."""
178178
assert "as itis poorly documented" not in metaschema_doc
179179
assert "base URI for the document used toresolve relative" not in metaschema_doc
180-
assert "The keys ofthe object are namespace prefixes" not in metaschema_doc
180+
assert "The keys of the object are namespace prefixes" not in metaschema_doc
181181
assert "This field may list URIreferences to documents in RDF-XML" not in metaschema_doc
182182
assert "defines valid fields thatmake up a record type" not in metaschema_doc
183183
assert "set of symbols that arevalid value" not in metaschema_doc

schema_salad/tests/test_real_cwl/ICGC-TCGA-PanCancer/complete/vcf_merge.cwl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ label: "merge_vcfs"
66

77
doc: |
88
This tool will merge VCFs by type (SV, SNV, INDEL). This CWL wrapper was written by Solomon Shorser.
9-
The Perl script was originaly written by Brian O'Connor and maintained by Solomon Shorser.
9+
The Perl script was originally written by Brian O'Connor and maintained by Solomon Shorser.
1010
1111
$namespaces:
1212
s: https://schema.org/

schema_salad/tests/test_real_cwl/h3agatk/GATK-complete-WES-Workflow-h3abionet.cwl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ doc: |
4747
[Picard tools](https://broadinstitute.github.io/picard/) are used to mark duplicated reads in the aligned and sorted BAM file, making thus the files lighter and less prone to errors in the downstream steps of the pipeline.
4848
4949
## GATK
50-
[Genome Analysis Tool Kit](https://software.broadinstitute.org/gatk) refered to as GATK (DePristo et al., 2011) is used to process the data throught multiple steps as described by the [GATK best-practices](https://software.broadinstitute.org/gatk/best-practices/bp_3step.php?case=GermShortWGS) (i.e. figure bellow).
50+
[Genome Analysis Tool Kit](https://software.broadinstitute.org/gatk) referred to as GATK (DePristo et al., 2011) is used to process the data throught multiple steps as described by the [GATK best-practices](https://software.broadinstitute.org/gatk/best-practices/bp_3step.php?case=GermShortWGS) (i.e. figure below).
5151
![GATK best-practices pipeline](https://raw.githubusercontent.com/h3abionet/h3agatk/master/workflows/GATK/gatk.png)
5252
The GATK steps are the following:
5353
1. Indel Realignment:

schema_salad/tests/test_schema/Base.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -286,10 +286,10 @@ $graph:
286286
noLinkCheck: true
287287
doc: |
288288
The format of the file: this must be an IRI of a concept node that
289-
represents the file format, preferrably defined within an ontology.
289+
represents the file format, preferably defined within an ontology.
290290
If no ontology is available, file formats may be tested by exact match.
291291
292-
Reasoning about format compatability must be done by checking that an
292+
Reasoning about format compatibility must be done by checking that an
293293
input file format is the same, `owl:equivalentClass` or
294294
`rdfs:subClassOf` the format required by the input parameter.
295295
`owl:equivalentClass` is transitive with `rdfs:subClassOf`, e.g. if
@@ -350,7 +350,7 @@ $graph:
350350
the same Directory.
351351
352352
When executing a CommandLineTool, Directories must be recursively staged
353-
first and have local values of `path` assigend.
353+
first and have local values of `path` assigned.
354354
355355
Directory objects in CommandLineTool output must provide either a
356356
`location` URI or a `path` property in the context of the tool execution

schema_salad/tests/test_schema/CommandLineTool.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ $graph:
6868
to the CWL Command Line Tool standard:
6969
7070
* The [Directory](#Directory) type.
71-
* Syntax simplifcations: denoted by the `map<>` syntax. Example: inputs
71+
* Syntax simplifications: denoted by the `map<>` syntax. Example: inputs
7272
contains a list of items, each with an id. Now one can specify
7373
a mapping of that identifier to the corresponding
7474
`CommandInputParameter`.
@@ -761,7 +761,7 @@ $graph:
761761
One or more [IRI](https://en.wikipedia.org/wiki/Internationalized_Resource_Identifier)s
762762
identifying resources for installing or enabling the software named in
763763
the `package` field. Implementations may provide resolvers which map
764-
these software identifer IRIs to some configuration action; or they can
764+
these software identifier IRIs to some configuration action; or they can
765765
use only the name from the `package` field on a best effort basis.
766766
767767
For example, the IRI https://packages.debian.org/bowtie could
@@ -774,18 +774,18 @@ $graph:
774774
Using [RRID](https://www.identifiers.org/rrid/) as an example:
775775
https://identifiers.org/rrid/RRID:SCR_005476
776776
could be fulfilled using the above mentioned Debian or bioconda
777-
package, a local installation managed by [Environement Modules](http://modules.sourceforge.net/),
777+
package, a local installation managed by [Environment Modules](http://modules.sourceforge.net/),
778778
or any other mechanism the platform chooses. IRIs can also be from
779-
identifer sources that are discipline specific yet still system
779+
identifier sources that are discipline specific yet still system
780780
independent. As an example, the equivalent [ELIXIR Tools and Data
781781
Service Registry](https://bio.tools) IRI to the previous RRID example is
782782
https://bio.tools/tool/bowtie2/version/2.2.8.
783783
If supported by a given registry, implementations are encouraged to
784-
query these system independent sofware identifier IRIs directly for
784+
query these system independent software identifier IRIs directly for
785785
links to packaging systems.
786786
787787
A site specific IRI can be listed as well. For example, an academic
788-
computing cluster using Environement Modules could list the IRI
788+
computing cluster using Environment Modules could list the IRI
789789
`https://hpc.example.edu/modules/bowtie-tbb/1.22` to indicate that
790790
`module load bowtie-tbb/1.1.2` should be executed to make available
791791
`bowtie` version 1.1.2 compiled with the TBB library prior to running
@@ -922,7 +922,7 @@ $graph:
922922
Modify the behavior of CommandLineTool to generate a single string
923923
containing a shell command line. Each item in the argument list must be
924924
joined into a string separated by single spaces and quoted to prevent
925-
intepretation by the shell, unless `CommandLineBinding` for that argument
925+
interpretation by the shell, unless `CommandLineBinding` for that argument
926926
contains `shellQuote: false`. If `shellQuote: false` is specified, the
927927
argument is joined into the command string without quoting, which allows
928928
the use of shell metacharacters such as `|` for pipes.

schema_salad/tests/test_schema/Process.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ $graph:
310310
311311
This must be one or more IRIs of concept nodes
312312
that represents file formats which are allowed as input to this
313-
parameter, preferrably defined within an ontology. If no ontology is
313+
parameter, preferably defined within an ontology. If no ontology is
314314
available, file formats may be tested by exact match.
315315
316316

schema_salad/tests/test_schema/Workflow.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ $graph:
6060
to the CWL Workflow standard:
6161
6262
* The `inputs` and `outputs` fields have been renamed `in` and `out`.
63-
* Syntax simplifcations: denoted by the `map<>` syntax. Example: `in`
63+
* Syntax simplifications: denoted by the `map<>` syntax. Example: `in`
6464
contains a list of items, each with an id. Now one can specify
6565
a mapping of that identifier to the corresponding
6666
`InputParameter`.
@@ -304,7 +304,7 @@ $graph:
304304
this input parameter.
305305
306306
If `valueFrom` is a parameter reference or expression, it must be
307-
evaluated to yield the actual value to be assiged to the input field.
307+
evaluated to yield the actual value to be assigned to the input field.
308308
309309
The `self` value in the parameter reference or expression must be
310310
1. `null` if there is no `source` field
@@ -519,7 +519,7 @@ $graph:
519519
The `source` field expresses the dependency of one parameter on another
520520
such that when a value is associated with the parameter specified by
521521
`source`, that value is propagated to the destination parameter. When all
522-
data links inbound to a given step are fufilled, the step is ready to
522+
data links inbound to a given step are fulfilled, the step is ready to
523523
execute.
524524
525525
## Workflow success and failure
@@ -560,7 +560,7 @@ $graph:
560560
- name: steps
561561
doc: |
562562
The individual steps that make up the workflow. Each step is executed when all of its
563-
input data links are fufilled. An implementation may choose to execute
563+
input data links are fulfilled. An implementation may choose to execute
564564
the steps in a different order than listed and/or execute steps
565565
concurrently, provided that dependencies between steps are met.
566566
type:

0 commit comments

Comments
 (0)