Skip to content

Commit

Permalink
config file
Browse files Browse the repository at this point in the history
  • Loading branch information
sumanm99 committed Sep 16, 2024
1 parent 7c5ce74 commit 890adbe
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions src/snpeff/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,16 @@ argument_groups:
- name: -input_format
alternatives: [-i]
type: string
description: Input format [ vcf, bed ]. Default: VCF.
description: |
Input format [ vcf, bed ]. Default: VCF.
- name: -fileList
type: boolean_true
description: Input actually contains a list of files to process.
- name: -output_format
alternatives: [-o]
type: string
description: Ouput format [ vcf, gatk, bed, bedAnn ]. Default: VCF.
description: |
Output format [ vcf, gatk, bed, bedAnn ]. Default: VCF.
- name: -stats
alternatives: [-s, -htmlStats]
type: boolean_true
Expand Down Expand Up @@ -234,18 +236,21 @@ argument_groups:
description: Only use protein coding transcripts.
- name: -onlyTr
type: file
description: Only use the transcripts in this file. Format: One transcript ID per line.
description: |
Only use the transcripts in this file. Format: One transcript ID per line.
example: file.txt
- name: -reg
type: string
description: Regulation track to use (this option can be used add several times).
- name: -ss
alternatives: [-spliceSiteSize]
type: integer
description: Set size for splice sites (donor and acceptor) in bases. Default: 2.
description: |
Set size for splice sites (donor and acceptor) in bases. Default: 2.
- name: -spliceRegionExonSize
type: integer
description: Set size for splice site region within exons. Default: 3 bases.
description: |
Set size for splice site region within exons. Default: 3 bases.
- name: -spliceRegionIntronMin
type: integer
description: |
Expand Down

0 comments on commit 890adbe

Please sign in to comment.