-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #106 from phac-nml/dev
Update to version 0.4.0
- Loading branch information
Showing
92 changed files
with
41,825 additions
and
247 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
|
||
name: Spellcheck Action | ||
|
||
on: | ||
# Enabling manual test | ||
# REF: https://stackoverflow.com/questions/58933155/manual-workflow-triggers-in-github-actions | ||
workflow_dispatch: | ||
push: | ||
|
||
jobs: | ||
build: | ||
name: Spellcheck | ||
runs-on: ubuntu-latest | ||
steps: | ||
|
||
# The checkout step | ||
- uses: actions/checkout@v4 | ||
|
||
- uses: rojopolis/spellcheck-github-actions@v0 | ||
name: Spellcheck | ||
with: | ||
source_files: README.md CHANGELOG.md nextflow_schema.json assets/schema_input.json | ||
task_name: Markdown | ||
output_file: spellcheck-output.txt | ||
|
||
- uses: actions/upload-artifact@v4 | ||
if: '!cancelled()' | ||
name: Archive spellcheck output | ||
with: | ||
name: Spellcheck artifact | ||
path: spellcheck-output.txt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
matrix: | ||
- name: Markdown | ||
sources: | ||
- '!venv/**/*.md|**/*.md' | ||
default_encoding: utf-8 | ||
aspell: | ||
lang: en | ||
ignore-case: true | ||
dictionary: | ||
encoding: utf-8 | ||
wordlists: | ||
- .wordlist.txt | ||
pipeline: | ||
- pyspelling.filters.markdown: | ||
markdown_extensions: | ||
- pymdownx.superfences | ||
- pymdownx.striphtml | ||
- pyspelling.filters.html: | ||
comments: false | ||
ignores: | ||
- code | ||
- pre | ||
- small |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,171 @@ | ||
ECTyper | ||
IRIDA | ||
SISTR | ||
StarAMR | ||
JSON | ||
UI | ||
Bakta | ||
Nextflow | ||
fastp | ||
pointfinder | ||
mikrokondo | ||
subtyping | ||
phac | ||
nml | ||
metagenomic | ||
mikrokondo | ||
StarAMR | ||
readme | ||
nf | ||
iridanext | ||
contig | ||
contigs | ||
Quast | ||
AMR | ||
kat | ||
genomic | ||
bakta | ||
SeqtkBaseCount | ||
locidex | ||
Kraken | ||
params | ||
param | ||
minimap | ||
irida | ||
config | ||
StackOverflow | ||
maxRetries | ||
samtools | ||
QCSummary | ||
QCMessage | ||
Changelog | ||
Biotechnol | ||
doi | ||
Shigella | ||
Vibrio | ||
Alneberg | ||
Andreas | ||
Ewels | ||
Fillinger | ||
Harshil | ||
Maxime | ||
Nahnsen | ||
Paolo | ||
Peltzer | ||
Tommaso | ||
Ulysse | ||
Wilm | ||
bioinformatics | ||
https | ||
oschwengers | ||
Flye | ||
pacbio | ||
Nanopore | ||
Illumina | ||
FinalReads | ||
FinalReports | ||
PostProcessing | ||
FinalAssembly | ||
Subworkflow | ||
outdir | ||
useage | ||
FOFN | ||
fasta | ||
fastq | ||
gzip | ||
speciation | ||
GTDB | ||
Apptainer | ||
arounds | ||
Apptainer | ||
apptainer | ||
charliecloud | ||
gitpod | ||
podman | ||
shifter | ||
aspc | ||
gc | ||
https | ||
genotypic | ||
bioinformatic | ||
pre | ||
AminoAcid | ||
Archae | ||
CPUs | ||
CheckM | ||
Eukaryotic | ||
Gloval | ||
Kmer | ||
MLST | ||
Miniumum | ||
PathCheck | ||
Seemann's | ||
Torsten | ||
Za | ||
abricate | ||
allOf | ||
ambig | ||
autodetection | ||
cgMLST | ||
cgmlst | ||
checkm | ||
coli | ||
configs | ||
copyNoFollow | ||
cov | ||
cpus | ||
csv | ||
dedup | ||
deduplication | ||
dehosting | ||
enum | ||
evalue | ||
fas | ||
fp | ||
githubusercontent | ||
hifi | ||
hpcov | ||
hpid | ||
ident | ||
identiy | ||
idx | ||
kitome | ||
kmer | ||
longread | ||
lx | ||
mh | ||
mimetype | ||
mlst | ||
mobrecon | ||
nNote | ||
nTypically | ||
opcov | ||
opid | ||
phred | ||
plaintext | ||
plasmid | ||
polyG | ||
polyX | ||
polyg | ||
polyx | ||
rellink | ||
repo | ||
runtime | ||
seqs | ||
serotyping | ||
slurm | ||
snps | ||
symlink | ||
tracedir | ||
unicycler | ||
validationFailUnrecognisedParams | ||
validationShowHiddenParams | ||
zA | ||
kondo | ||
gz | ||
fq | ||
ast | ||
dependentRequired | ||
errorMessage | ||
Samplesheet | ||
TSeemann's |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.