Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
subwaystation committed Feb 28, 2024
1 parent 203c65f commit 02725ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion subworkflows/local/odgi_qc.nf
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ workflow ODGI_QC {
seqwish // file: /path/to/seqwish.og
sorted_graph // file: /path/to/sorted_graph.og
community_mode // val : determines how to handly meta identifiers
no_seqwish_input // val : determiens how we will sort the input for MULTIQC
no_seqwish_input // val : determines how we will sort the input for MULTIQC

main:

Expand Down
2 changes: 1 addition & 1 deletion subworkflows/local/pggb.nf
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ workflow PGGB {
fai // file: /path/to/sequences.fasta.fai
gzi // file: /path/to/sequences.fasta.gzi
community_mode // val: determines how we will build our meta identifiers of ODGI_QC
no_seqwish_input // val : determiens how we will sort the input for MULTIQC
no_seqwish_input // val : determines how we will sort the input for MULTIQC

main:

Expand Down

0 comments on commit 02725ae

Please sign in to comment.