Skip to content

Commit

Permalink
Fix a typo in README
Browse files Browse the repository at this point in the history
  • Loading branch information
mourisl committed Mar 16, 2023
1 parent e1d8c25 commit 8ebac7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ T1K is also available from [Bioconda](https://bioconda.github.io/recipes/t1k/REA
kir-wgs: KIR genotyping on WGS data
kir-wes: KIR genotyping on WES data
--noExtraction: directly use the files from provided -1 -2/-u for genotyping (default: extraction first)
--skipPostAnaysis: only conduct genotyping. (default: do the post analysis)
--skipPostAnalysis: only conduct genotyping. (default: do the post analysis)
--stage INT: start genotyping on specified stage (default: 0):
0: start from beginning (candidate read extraction)
1: start from genotype with candidate reads
Expand Down
2 changes: 1 addition & 1 deletion run-t1k
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ die "$progName usage: ./$progName [OPTIONS]:\n".
"\t\tkir-wgs: KIR genotyping on WGS data\n".
"\t\tkir-wes: KIR genotyping on WES data\n".
"\t--noExtraction: directly use the files from provided -1 -2/-u for genotyping (default: extraction first)\n".
"\t--skipPostAnaysis: only conduct genotyping. (default: conduct the post analysis)\n".
"\t--skipPostAnalysis: only conduct genotyping. (default: conduct the post analysis)\n".
"\t--stage INT: start genotyping on specified stage (default: 0):\n".
"\t\t0: start from beginning (candidate read extraction)\n".
"\t\t1: start from genotype with candidate reads\n".
Expand Down

0 comments on commit 8ebac7f

Please sign in to comment.